https://github.com/vicentebolea/pong-curses
🎮🎮🎮~71 lines pong game written in C 🎮🎮🎮
https://github.com/vicentebolea/pong-curses
c game minimal minimalist pong pong-game
Last synced: about 1 month ago
JSON representation
🎮🎮🎮~71 lines pong game written in C 🎮🎮🎮
- Host: GitHub
- URL: https://github.com/vicentebolea/pong-curses
- Owner: vicentebolea
- License: mit
- Created: 2011-08-03T06:46:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T02:14:15.000Z (4 months ago)
- Last Synced: 2025-06-12T03:29:41.105Z (4 months ago)
- Topics: c, game, minimal, minimalist, pong, pong-game
- Language: C
- Homepage: http://vicentebolea.github.io/Pong-curses/
- Size: 59.6 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Pong-curses [](https://github.com/vicentebolea/Pong-curses/actions?query=workflow%3Abuild)
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!

## 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
- Vicente Adolfo Bolea Sanchez