Skip to content

alanrsoares/reprocessing-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reprocessing Snake

Snake Game written entirely in ReasonML using Reprocessing

Builds to both Web and OpenGL

screenshot

How to

git clone https://github.com/alanrsoares/reprocessing-snake.git

Install

[npm | yarn] install

Run

[npm | yarn] run dev

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

Snake game written entirely in ReasonML with Reprocessing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors