Skip to content

alanrsoares/rescript-game-of-life

Repository files navigation

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 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

License

MIT