Skip to content

minhkhoa92/SFML-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML-Game

Description

A Game, using C++ and SFML.

I've planed some sort of space adventure game with gravity.

Requirements

You need the following tools to build this project:

  • CMake
  • Make
  • SFML (For Debian: sudo apt-get install libsfml-dev)

Build instructions

You can build this project by using the cmake command.

First change the directory to the build folder:

cd build

Now run cmake on the main folder:

cmake ..

cmake creates a Makefile which we will run now:

make

To run the project, type:

./SFMLGame

Licensing

Please see the file called LICENSE in the doc folder.

About

A Game, using C++ and SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • CMake 9.7%