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.
- Host: GitHub
- URL: https://github.com/ctrlplusb/reason-react-gof
- Owner: ctrlplusb
- Created: 2017-12-29T10:00:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T16:30:28.000Z (about 8 years ago)
- Last Synced: 2025-02-08T10:42:36.260Z (11 months ago)
- Language: OCaml
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```