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
- Host: GitHub
- URL: https://github.com/cstack/asteroids
- Owner: cstack
- Created: 2016-02-14T01:16:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T19:07:37.000Z (about 10 years ago)
- Last Synced: 2025-03-03T08:29:32.671Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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