Skip to content
/ npong Public

Pong clone implemented in C with ncurses library.

License

Notifications You must be signed in to change notification settings

laib3/npong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPONG

Screenshot

screenshot

Installation

Dependencies

  • ncurses

Ubuntu

sudo apt-get install libncurses5-dev

Clone, compile and run

git clone https://github.com/laib3/npong
cd npong
cd src
make
./npong

About

Pong clone implemented in C with ncurses library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published