Skip to content

eyeccc/reprocessing-fruit-ninja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reprocessing Example -- Fruit Ninja games (from ReasonConf 2019 Dojo)

Fruit assets omitted in git commit: tinyurl.com/reason-fruit-ninja

Collaborate with @wgoedel and @rudy_weber for the first version 🙌


Clone this repo to get started with Reprocessing.

Demos are on other branches:

...and more on the Reprocessing repo.

How to

git clone https://github.com/bsansouci/reprocessing-example.git

Install

npm install

Build

npm run build

Start

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 57.3%
  • OCaml 39.1%
  • HTML 2.7%
  • Other 0.9%