Dolphinana bbfba98477 functions and readme | hace 2 años | |
---|---|---|
.gitignore | hace 2 años | |
LICENSE | hace 2 años | |
Makefile | hace 2 años | |
README.md | hace 2 años | |
game.h | hace 2 años | |
main_sdl.c | hace 2 años | |
main_x11.c | hace 2 años | |
saf.h | hace 2 años |
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 ´´´