diff --git a/README.md b/README.md index f301ccf..cfc1020 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Snake +** English Version below ** Dieses Repo enstand als finales Projekt fuer das Modul Prozedurale Programmierung an der TUHH. -zum Kompilieren: +Es wird eine Installation von GCC vorrausgesetzt. + +### Kompilieren in der cmd: mingw32-make SDL2.dll muss sich zudem im Ordner befinden @@ -10,8 +13,15 @@ erforderliche externe SDL-Libaries: https://www.libsdl.org/projects/SDL_image/ +### Steuerung + +Die Schlange kann mit den Pfeiltasten der Tastatur gesteurt werden. Das Essen von einer Frucht für zum Wachstum. Die Runde endet wenn der Kopf der Schlange ein weiteres Glied des Körpers berührt. + --- +# Snake +This repository was created as the final project for the module **procedural programming** at TUHH. +A GCC installation is required. ### Compile ``` cd [PATH_TO_LOCAL_REPOSITORY] @@ -22,3 +32,7 @@ SDL2.dll has to be added to this folder beforehand link to external library: https://www.libsdl.org/projects/SDL_image/ + + +### How to play +The snake can be controlled via the correspondign arrow keys on the keyboard.