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

https://github.com/avin/react-game-life

The Game of Life in React+Redux
https://github.com/avin/react-game-life

Last synced: 11 months ago
JSON representation

The Game of Life in React+Redux

Awesome Lists containing this project

README

          

# React-game-life [![Build Status](https://travis-ci.org/avin/react-game-life.svg?branch=master)](https://travis-ci.org/avin/react-game-life)

> The Game of Life in React+Redux

## What is it?

It's the realisation of the simple but awesome cellular automaton. There are more details on [Wikipedia](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).

## Features

* :art: Free draw own cells by mouse.
* :zap:️ 2 render modes - pure React and classic canvas.
* :wrench: Control speed, cell size and randomization params.

## Play

[ [>> **Play online** <<](https://avin.github.io/react-game-life) ]

[![Preview](./assets/preview.png)](https://avin.github.io/react-game-life)

## Another games

Check my another React+Redux games:

* [Tetris](https://github.com/avin/react-game-tetris)
* [Snake](https://github.com/avin/react-game-snake)
* [15 puzzle](https://github.com/avin/react-game15)

## License

MIT © [avin](https://github.com/avin)