2024-11-25 22:16:12 +01:00
2024-11-25 22:08:15 +01:00
2024-11-25 21:59:07 +01:00
2024-11-25 12:18:31 +01:00
2024-11-25 21:59:14 +01:00
2024-11-25 10:42:50 +00:00
2024-11-25 22:16:12 +01:00


🎮 Obstacle Game

Entwickelt für die Berufschule: Ein Spiel, in welchem du Gegnern ausweichen musst.

⬇️ Installation

  1. Clone the repo

    git clone https://git.gnm.dev/Mathias/ObstacleGame.git
    
  2. Install SDL2, SDL2_image, SDL2_ttf, SDL2_mixer

    sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev
    
  3. Install CMake

     sudo apt-get install cmake
    
  4. Build the project

    mkdir build
    cd build
    cmake ..
    make
    
  5. Run the project

    ./ObstacleGame
    

📝 License

Distributed under the MIT License. See LICENSE for more information.

Description
Entwickelt für die Berufschule: Ein Spiel, in welchem du Gegnern ausweichen musst.
Readme MIT 2.7 MiB
Languages
C++ 96%
CMake 4%