Skip to content

sanderdesnaijer/game-of-life-reasonml

Repository files navigation

Game of Life - ReasonML

screenshot

Check out project without installing

open the build/index.html in the browser.

Run 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 build/index.html (no server needed!). Then modify whichever .re file in src and refresh the page to see the changes.

Todo

  • tests
  • canvas size
  • presets
  • small design