Dolphinana bbfba98477 functions and readme | před 2 roky | |
---|---|---|
.gitignore | před 2 roky | |
LICENSE | před 2 roky | |
Makefile | před 2 roky | |
README.md | před 2 roky | |
game.h | před 2 roky | |
main_sdl.c | před 2 roky | |
main_x11.c | před 2 roky | |
saf.h | před 2 roky |
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 ´´´