Pong game up to 4 for players

DricomDragon 418b617ae1 License project under GPLv3 %!s(int64=3) %!d(string=hai) anos
src 87a0c20a59 Remove every windows CR special characters %!s(int64=4) %!d(string=hai) anos
.gitignore b594cd04c8 Import source code from old project %!s(int64=4) %!d(string=hai) anos
LICENSE.txt 418b617ae1 License project under GPLv3 %!s(int64=3) %!d(string=hai) anos
README.md 418b617ae1 License project under GPLv3 %!s(int64=3) %!d(string=hai) anos
icon.png e87a69dd9c Add screenshot in README %!s(int64=3) %!d(string=hai) anos
makefile 262bd68197 Fix distclean %!s(int64=4) %!d(string=hai) anos

README.md

Pong Circle

A remake of pong up to 4 players

Pong Circle screenshot

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

License

GNU GPLv3, see LICENSE.txt.