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

https://github.com/jwworth/conway

🧫 Conway's Game of Life in React.js and TypeScript
https://github.com/jwworth/conway

conways-game-of-life reactjs typescript

Last synced: 3 months ago
JSON representation

🧫 Conway's Game of Life in React.js and TypeScript

Awesome Lists containing this project

README

          

# Conway

![gif](https://i.imgur.com/gsfpbsx.gif)

This is my implementation of [Conway's Game of Life][conway] in React.js and
TypeScript.

https://conway.now.sh/

### Setup

Install [yarn][yarn]. Then:

```
$ git clone https://github.com/jwworth/conway.git
$ cd conway
$ yarn
$ yarn start
```

Visit http://localhost:3000/ to view your development server.

### Testing

```
$ yarn test
```

### License

This project is released under the [MIT License][mit].

[conway]: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
[yarn]: https://yarnpkg.com/
[mit]: http://www.opensource.org/licenses/MIT