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

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

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.

![](http://a.pomf.se/jngdza.gif)

## 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