Ecosyste.ms: Awesome

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

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: 2 months ago
JSON representation

Conway's Game of Life written in ReasonML using ReasonReact

Lists

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/)_

![screenshot](/public/game-ss.png)

#### Features

- Board randomizer
- Step by step board generation
- Autoplay
- Score
- Profiler

#### Todo

- [ ] Add score timer
- [ ] Add score leader board

#### License

MIT