rs-game-of-life

Conway's Game of life implemented in rescript.

Play in the browser

Try building some stuff

Installation

Use the package manager yarn to install. Make sure you have bsb-platform installed globally.

yarn global add bsb-platform
yarn install

Compile your Rescript files in one terminal.

yarn start:re

Finally, start your React app.

yarn start:cra

Resources

Learn Rescript

Heavily inspired by this wonderful repo with a lot of help from here.