https://github.com/binji/nacl-nxengine
A port of nxengine to Native Client
https://github.com/binji/nacl-nxengine
Last synced: 10 months ago
JSON representation
A port of nxengine to Native Client
- Host: GitHub
- URL: https://github.com/binji/nacl-nxengine
- Owner: binji
- License: gpl-3.0
- Created: 2012-05-01T08:09:40.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-18T22:03:39.000Z (almost 13 years ago)
- Last Synced: 2025-04-07T21:26:59.883Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 5.18 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
NXEngine
--------
NXEngine is a complete open-source clone/rewrite of the masterpiece
jump-and-run platformer Doukutsu Monogatari (also known as Cave Story).
More info and the source for NXEngine here: http://nxengine.sourceforge.net/
More info about Cave Story here: http://www.cavestory.org
NXEngine was written by Caitlin Shaw.
Cave Story was written by Daisuke "Pixel" Amaya.
Setting up the Repo
-------------------
You'll probably need linux (or something linux-like).
# Find a good place to put nacl-nxengine
$ git clone git://github.com/binji/nacl-nxengine
$ cd nacl-nxengine
$ git submodule init
$ git submodule update
Building
--------
$ make
The output is put in $PWD/out. The data needed for the package is in
$PWD/out/package.
Running
-------
$ export CHROME_PATH=/path/to/chrome
$ make run-package