Skip to content
/ re-snake Public

Implementation of Snake game using ReasonML and Reprocessing

Notifications You must be signed in to change notification settings

mtoso/re-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re-snake

This app is created with Reprocessing.

How to

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

Implementation of Snake game using ReasonML and Reprocessing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published