An educational implementation of Conway's Game of Life in ReScript using ReasonReact and styled-ppx.
Live demo here.
Clone the repository:
git clone git@github.com:alanrsoares/rescript-game-of-life.git
Install dependencies:
pnpm install
Or with npm:
npm install
Run it:
pnpm start
Or with npm:
npm start