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

Game of Life in ReasonML with ReasonReact in 2020

Lists

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)