/rescript-game-of-life

Game of Life in ReasonML with ReasonReact in 2020

Primary LanguageReScriptMIT LicenseMIT

Rescript Game of Life

An educational implementation of Conway's Game of Life in ReScript using ReasonReact and styled-ppx.

demo

Live demo at here.

Wanna try it locally?

Clone the repository:

git clone git@github.com:alanrsoares/rescript-game-of-life.git

Install dependencies:

yarn install

Or with npm:

npm install

Run it:

yarn start

Or with npm:

npm start

License

MIT