Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzpi/cpong
C implementation of Pong
https://github.com/jazzpi/cpong
Last synced: 24 days ago
JSON representation
C implementation of Pong
- Host: GitHub
- URL: https://github.com/jazzpi/cpong
- Owner: jazzpi
- Created: 2019-01-23T15:26:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T16:02:23.000Z (almost 6 years ago)
- Last Synced: 2024-11-03T12:28:55.051Z (2 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPong
CPong is a simple implementation of Pong for the command line, in C.
To build and run, simply run
``` sh
make
./cpong
```