From 03aadf4163089dbc416410603222764032fd5421 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 25 Nov 2024 22:17:41 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f6467ce..5bc931b 100644 --- a/README.md +++ b/README.md @@ -8,26 +8,26 @@ ## 🎮 Obstacle Game -Entwickelt für die Berufschule: Ein Spiel, in welchem du Gegnern ausweichen musst. +Entwickelt für die Berufschule: Ein Spiel, in welchem du Gegnern ausweichen musst. Geschrieben in C++ mit der SDL2 Library. ### ⬇️ Installation -1. Clone the repo +1. Klone das Repository ```sh git clone https://git.gnm.dev/Mathias/ObstacleGame.git ``` -2. Install SDL2, SDL2_image, SDL2_ttf, SDL2_mixer +2. Installer SDL2, SDL2_image, SDL2_ttf, SDL2_mixer ```sh sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev ``` -3. Install CMake +3. Installer CMake ```sh sudo apt-get install cmake ``` -4. Build the project +4. Baue das Projekt ```sh mkdir build cd build @@ -35,7 +35,7 @@ Entwickelt für die Berufschule: Ein Spiel, in welchem du Gegnern ausweichen mus make ``` -5. Run the project +5. Starte das Spiel ```sh ./ObstacleGame ```