/ncurses-pong

A pong clone using ncurses

Primary LanguageCMIT LicenseMIT

ncurses-pong

A pong clone built using ncurses. To try without installing run (Windows or Linux):

ssh pong@pongssh.com

Animation

To install locally run

sudo apt-get install libncurses5-dev 
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

Screenshots:

Image1

Image1