https://github.com/maxleiter/pong
Pong for KnightOS, in C
https://github.com/maxleiter/pong
Last synced: 8 months ago
JSON representation
Pong for KnightOS, in C
- Host: GitHub
- URL: https://github.com/maxleiter/pong
- Owner: MaxLeiter
- License: mit
- Created: 2015-10-22T02:28:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T03:37:52.000Z (over 10 years ago)
- Last Synced: 2025-07-26T06:42:33.280Z (11 months ago)
- Language: C
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong for KnightOS
This is an example project to demonstrate how KnightOS programs can be written
in C. It's a work in progress.

## Points of Interest
* Demonstrates the maturing state of C support on KnightOS
* Uses kimg+scwrap to store images as PNG files and link them in automatically
* Read the Makefile - it's pretty easy to do this yourself
## Compiling
To compile, install the KnightOS SDK and run:
knightos init
make
To test it out:
make run
To make a package:
make package