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