Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yovanoc/gameoflife

Game of Life made with ReactJS
https://github.com/yovanoc/gameoflife

Last synced: about 1 month ago
JSON representation

Game of Life made with ReactJS

Awesome Lists containing this project

README

        

# Game of Life made with ReactJS

# How to use

Simply:

```
ReactDOM.render(
,
document.querySelector('.gameoflife-shell')
);
```

Where:

| attribute | value |
| --- | --- |
|`worldSize`| amount of cells |
|`squareSize`| cell size |
|`generationSpeed`| milliseconds to parse the next generation |
|`population`| amount of lifes |
|`gliderGun`| print Glider Gun (the world size will be adjusted to fit the Glider Gun) |

# Example

[Glider Gun example](http://codepen.io/filipemeneses/pen/YqByjG)