Skip to content

๐ŸŽฎ๐ŸŽฎ๐ŸŽฎ~71 lines pong game written in C ๐ŸŽฎ๐ŸŽฎ๐ŸŽฎ

License

Notifications You must be signed in to change notification settings

vicentebolea/Pong-curses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pong-curses build

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!

PongCurses

COMPILE ME (UBUNTU/DEBIAN)

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 

AUTHOR

About

๐ŸŽฎ๐ŸŽฎ๐ŸŽฎ~71 lines pong game written in C ๐ŸŽฎ๐ŸŽฎ๐ŸŽฎ

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages