Built using c++17
ontop of SDL2
.
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-ttf-dev
sudo apt-get install libboost-all-dev
brew install sdl2
brew install sdl2-ttf
Prerequisites:
- cmake >= 3.1
- conan
sudo apt-get install cmake
virtualenv -p python3 conan-env
source conan-env/bin/activate
pip install conan
Building the code:
cd build
conan install ..
cmake ..
make
cd build/game
./Wenkenstein
WASD - Movement KL - Rotation Q - Quit P - Show current FPS (Game loop currently caps at 35FPS).