An open API service indexing awesome lists of open source software.

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.

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'.