Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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]
Expand All @@ -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.