Nenhuma descrição

Dolphinana bbfba98477 functions and readme 2 anos atrás
.gitignore bbfba98477 functions and readme 2 anos atrás
LICENSE 18fb3c54c6 Init 2 anos atrás
Makefile bbfba98477 functions and readme 2 anos atrás
README.md bbfba98477 functions and readme 2 anos atrás
game.h bbfba98477 functions and readme 2 anos atrás
main_sdl.c 18fb3c54c6 Init 2 anos atrás
main_x11.c 18fb3c54c6 Init 2 anos atrás
saf.h 18fb3c54c6 Init 2 anos atrás

README.md

Dolphinana's pong game!

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.

How to build

This instruction assumes you are using GNU/Linux or similar Unix environment.

To compile for SDL2

´´´ gcc main_sdl.c -o game_sdl -lSDL2 ´´´