0c85c17b0d67c6adca4c584d4085a7f20305f01b
🎮 Obstacle Game
Entwickelt für die Berufschule: Ein Spiel, in welchem du Gegnern ausweichen musst.
⬇️ Installation
-
Clone the repo
git clone https://git.gnm.dev/Mathias/ObstacleGame.git -
Install SDL2, SDL2_image, SDL2_ttf, SDL2_mixer
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev -
Install CMake
sudo apt-get install cmake -
Build the project
mkdir build cd build cmake .. make -
Run the project
./ObstacleGame
📝 License
Distributed under the MIT License. See LICENSE for more information.
Languages
C++
96%
CMake
4%