🎮 Obstacle Game
Entwickelt für die Berufschule: Ein Spiel, in welchem du Gegnern ausweichen musst. Geschrieben in C++ mit der SDL2 Library.
⬇️ Installation
-
Klone das Repository
git clone https://git.gnm.dev/Mathias/ObstacleGame.git
-
Installer SDL2, SDL2_image, SDL2_ttf, SDL2_mixer
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev
-
Installer CMake
sudo apt-get install cmake
-
Baue das Projekt
mkdir build cd build cmake .. make
-
Starte das Spiel
./ObstacleGame
📝 License
Distributed under the MIT License. See LICENSE
for more information.
Languages
C++
96%
CMake
4%