Skip to content

skyler-ferrante/ncurses-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published