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

https://github.com/cstack/asteroids

Experimental Chrome Native Client clone of the classic game Asteroids
https://github.com/cstack/asteroids

Last synced: 12 months ago
JSON representation

Experimental Chrome Native Client clone of the classic game Asteroids

Awesome Lists containing this project

README

          

Make sure PEPPER_DIR environment variable is the path to your pepper sdk directory, e.g. /Users/cstack/Development/nacl_sdk/pepper_46

Compile and serve the application with:

./run.sh

Create a publishable Chrome app with:

./publish.sh

Compile, run and attach gdb with:

make debug