ajaleelp / reason-snake-game

A simple snake game built in ReasonML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reason-snake

WIP: A simple snake game build in ReasonML.

To run this project:

npm install
npm start
# in another tab
npm run webpack

After you see the webpack compilation succeed (the npm run webpack step), open up the nested html files in src/* (no server needed!). Then modify whichever file in src and refresh the page to see the changes.

For more elaborate ReasonReact examples, please see https://github.com/reasonml-community/reason-react-example

About

A simple snake game built in ReasonML


Languages

Language:JavaScript 96.9%Language:OCaml 2.8%Language:HTML 0.2%