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 ´´´