Pong-curses is a 71 lines pong game written in C with NCURSES lib. I created it on my first semester during my CS undergraduate. It's super simple and small but it works!
You maybe have to install ncurses library. So to install type:
$ sudo apt-get install libncurses5-dev
Go to its directory and tip:
$ cc pong.c -lncurses -o pong
Then:
$ ./pong
- Vicente Adolfo Bolea Sanchez [email protected]