https://github.com/alanrsoares/reasonml-game-of-life
Conway's Game of Life written in ReasonML using ReasonReact
https://github.com/alanrsoares/reasonml-game-of-life
conways-game-of-life game-of-life reason-react reasonml
Last synced: 10 days ago
JSON representation
Conway's Game of Life written in ReasonML using ReasonReact
- Host: GitHub
- URL: https://github.com/alanrsoares/reasonml-game-of-life
- Owner: alanrsoares
- Created: 2018-01-26T01:29:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T21:32:38.000Z (almost 7 years ago)
- Last Synced: 2025-04-20T03:32:54.756Z (6 months ago)
- Topics: conways-game-of-life, game-of-life, reason-react, reasonml
- Language: OCaml
- Homepage: https://alanrsoares.github.io/reasonml-game-of-life/
- Size: 2.21 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReasonML Game of Life
**An educational implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) using Facebook's [ReasonML](https://reasonml.github.io/) and [ReasonReact](https://reasonml.github.io/reason-react/)**
Built with [create-react-app](https://github.com/facebook/create-react-app) and [reason-scripts](https://github.com/reasonml-community/reason-scripts).
_Check out the [demo](https://alanrsoares.github.io/reasonml-game-of-life/)_

#### Features
- Board randomizer
- Step by step board generation
- Autoplay
- Score
- Profiler#### Todo
- [ ] Add score timer
- [ ] Add score leader board#### License
MIT