Dolphinana bbfba98477 functions and readme | vor 2 Jahren | |
---|---|---|
.gitignore | vor 2 Jahren | |
LICENSE | vor 2 Jahren | |
Makefile | vor 2 Jahren | |
README.md | vor 2 Jahren | |
game.h | vor 2 Jahren | |
main_sdl.c | vor 2 Jahren | |
main_x11.c | vor 2 Jahren | |
saf.h | vor 2 Jahren |
This is a simple pong game made by Dolphinana, made as an excercise. It uses SAF which is a tool for making simple games. This project is waived under Creative Commons Zero 1.0.
This instruction assumes you are using GNU/Linux or similar Unix environment.
´´´ gcc main_sdl.c -o game_sdl -lSDL2 ´´´