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
- Host: GitHub
- URL: https://github.com/carloslfu/gameoflife-xstate-react
- Owner: carloslfu
- Created: 2018-08-25T08:03:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T04:12:42.000Z (almost 8 years ago)
- Last Synced: 2025-05-27T01:41:36.331Z (about 1 year ago)
- Topics: react, statechart, xstate
- Language: JavaScript
- Size: 71.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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