rescript-game-of-life icon indicating copy to clipboard operation
rescript-game-of-life copied to clipboard

Game of Life in ReasonML with ReasonReact in 2020

Rescript Game of Life

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

demo

Live demo here.

Wanna try it locally?

Clone the repository:

git clone [email protected]:alanrsoares/rescript-game-of-life.git

Install dependencies:

pnpm install

Or with npm:

npm install

Run it:

pnpm start

Or with npm:

npm start

License

MIT