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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Snake
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 @@ -22,3 +24,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.