A pong clone built using ncurses. To try without installing run (Windows or Linux):
To install locally run
sudo apt-get install libncurses5-dev gcc make
make
./pong
To use another color set (6 in total) give -number
./pong -2
./pong -3
To use practice mode (one player mode) use -p
./pong -p