https://github.com/alanrsoares/rescript-game-of-life
Game of Life in ReasonML with ReasonReact in 2020
https://github.com/alanrsoares/rescript-game-of-life
game-of-life reasonml rescript
Last synced: 29 days ago
JSON representation
Game of Life in ReasonML with ReasonReact in 2020
- Host: GitHub
- URL: https://github.com/alanrsoares/rescript-game-of-life
- Owner: alanrsoares
- License: mit
- Created: 2020-04-21T12:22:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T03:40:03.000Z (about 1 year ago)
- Last Synced: 2025-01-29T04:41:26.825Z (3 months ago)
- Topics: game-of-life, reasonml, rescript
- Language: ReScript
- Homepage: https://alanrsoares.github.io/rescript-game-of-life/
- Size: 13.4 MB
- Stars: 39
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - rescript-game-of-life
- awesome-rescript - ReScript Game of Life - Conway's Game of Life written in ReScript using ReScript-React. [(demo)](https://alanrsoares.github.io/reason-game-of-life/) (ReScript / Example Apps)
README
# Rescript Game of Life
An educational implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in [ReScript](https://rescript-lang.org/) using [ReasonReact](https://reasonml.github.io/reason-react/) and [styled-ppx](https://github.com/davesnx/styled-ppx).
[](https://alanrsoares.github.io/rescript-game-of-life/)
Live demo [here](https://alanrsoares.github.io/rescript-game-of-life/).
## Wanna try it locally?
Clone the repository:
```
git clone [email protected]:alanrsoares/rescript-game-of-life.git
```Install dependencies:
```bash
pnpm install
```Or with npm:
```bash
npm install
```Run it:
```
pnpm start
```Or with npm:
```bash
npm start
```### License
[MIT](/LICENSE)