Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 642 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 642 Bytes

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.