Dolphinana bbfba98477 functions and readme | пре 2 година | |
---|---|---|
.gitignore | пре 2 година | |
LICENSE | пре 2 година | |
Makefile | пре 2 година | |
README.md | пре 2 година | |
game.h | пре 2 година | |
main_sdl.c | пре 2 година | |
main_x11.c | пре 2 година | |
saf.h | пре 2 година |
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 ´´´