An open API service indexing awesome lists of open source software.

https://github.com/ctrlplusb/reason-react-gof

[WIP] Conway's Game of Life implemented using ReasonML/Bucklescript/React.
https://github.com/ctrlplusb/reason-react-gof

Last synced: 9 months ago
JSON representation

[WIP] Conway's Game of Life implemented using ReasonML/Bucklescript/React.

Awesome Lists containing this project

README

          

# reason-react-gof

This is a simple implementation of the [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) that I created to help me learn ReasonML/Bucklescript/React.

## Architecture

This application has been bootstrapped using [`reason-scripts`](https://github.com/reasonml-community/reason-scripts). To get started run the following commands:

```
yarn install
yarn run start
```