vicentebolea / Pong-curses

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

Home Page:http://vicentebolea.github.io/Pong-curses/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ๐ŸŽฎ๐ŸŽฎ๐ŸŽฎ

http://vicentebolea.github.io/Pong-curses/

License:MIT License


Languages

Language:C 100.0%