Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T03:40:03.000Z (10 months ago)
- Last Synced: 2024-10-21T18:31:01.136Z (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: 40
- 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).
[![demo](./conways-game-of-life.gif)](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)