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

https://github.com/carloslfu/gameoflife-xstate-react

Game of Life implemented with Statecharts and React
https://github.com/carloslfu/gameoflife-xstate-react

react statechart xstate

Last synced: 11 months ago
JSON representation

Game of Life implemented with Statecharts and React

Awesome Lists containing this project

README

          

# Game of Life implemented with Statecharts and React

Implementation of the classic [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) using React and [xstate](https://github.com/davidkpiano/xstate)

See the live example [here](https://gameoflife-xstate-react.stackblitz.io/) and the code in Stackblitz [here](https://stackblitz.com/edit/gameoflife-xstate-react?file=index.js)

Run it locally with `npm start`, this project is based on the `create-react-app` project