https://www.youtube.com/watch?v=z9dGlHc2tec
- SFML 2.4
- gcc (7.1 or greater) or clang (4.0 or greater)
sudo apt-get install libsfml-dev
- you need to compile sfml 2.4 from source as static library you can check https://www.sfml-dev.org/tutorials/2.4/compile-with-cmake.php for instructions
- change src/Makefile-windows
INCLUDE_PATHS
to point at path\to\sfml\include andLIBRARY_PATHS
to point at path\to\sfml\lib
cd src
make clean
make -f Makefile-unix
cd src
make clean
make -f Makefile-windows
to run you just need to run game.exe
or ./game
your objective is to survive and defeat the boss
- use arrow keys for movement
- use x for shooting
- use z for boost