https://github.com/zvyn/pong
A simple ncurses pong-game I did for a course at Freiburg-University.
https://github.com/zvyn/pong
Last synced: about 1 year ago
JSON representation
A simple ncurses pong-game I did for a course at Freiburg-University.
- Host: GitHub
- URL: https://github.com/zvyn/pong
- Owner: zvyn
- License: other
- Created: 2012-11-18T18:36:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T00:47:15.000Z (over 10 years ago)
- Last Synced: 2025-02-03T14:46:52.372Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pong
====
A simple ncurses pong-game I coded for a course at Freiburg-University in 2011.
dependencies
------------
- linux (I do not know if it builds on other platforms)
- ncurses
- libm, libgcc, libc
build
-----
To build the project just type 'make'.
This will create an exetutable called 'pong'.