Pong game up to 4 for players

DricomDragon 06f32cf410 Add SDL runtime dependency instruction 4 年之前
src 87a0c20a59 Remove every windows CR special characters 4 年之前
.gitignore b594cd04c8 Import source code from old project 4 年之前
README.md 06f32cf410 Add SDL runtime dependency instruction 4 年之前
makefile 2f558827c9 increase verbosity, remove unnecessary dependencies 4 年之前

README.md

Pong Circle

A remake of pong up to 4 players

Run

You need SDL1 runtime to run distributable executable.

$ sudo apt install libsdl1.2debian
$ ./pongcircle

Build

You need make and SDL1 to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl-dev
$ make

To execute :

$ make exec