Fork me on GitHub

EasyPong by vicentebolea

Pong-curses is game C with NCURSES library

Only for Debian's distros, to install in anothers OS please download NCURSES lib separatly

Images

Dependencies

libncurses5-dev

How to Install

First download it

Go to directory of zip file, then type:

 $ unzip vicente*; cd vicente* 

To install just type:

 $ sudo apt-get install libncurses5-dev; cc pong.c -lncurses -o pong;

And finally to play, type:

./pong
 

How to contribute

Fork the project and pull request :D.

License

GNU, its absoluty free :D

Authors

Vicente Adolfo Bolea Sánchez About me

Download

You can download this project in either zip or tar formats.