All Projects → bsansouci → fruit-ninja

bsansouci / fruit-ninja

Licence: other
ReasonDojo 3

Programming Languages

reason
219 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
C++
36643 projects - #6 most used programming language

Reason Dojo 3: Fruit Ninja

fruitninja

Reference project for our Reason Dojo 3.

Install

git clone https://github.com/bsansouci/fruit-ninja.git
npm install

Build

npm run build

Start

npm start

When this fails with a 'No available audio device' error, you can run without audio with 'SDL_AUDIODRIVER="" npm start'

To build to JS run npm run build:web and then run a static server, like python -m SimpleHTTPServer and go to localhost:8000. If you're using safari you can simply open the index.html and tick Develop > Disable Cross-Origin Restrictions.

To build to native run npm run build:native and run npm run start:native

The build system used is bsb-native.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].