https://github.com/textbook/cyf-conway
Created with CodeSandbox
https://github.com/textbook/cyf-conway
Last synced: over 1 year ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/textbook/cyf-conway
- Owner: textbook
- Created: 2018-07-01T13:22:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T16:59:14.000Z (about 8 years ago)
- Last Synced: 2025-01-08T07:52:45.003Z (over 1 year ago)
- Language: HTML
- Homepage: https://codesandbox.io/s/github/textbook/cyf-conway
- Size: 90.8 KB
- Stars: 0
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Conway's Game Of Life
=====================
- Game: https://en.wikipedia.org/wiki/Conway%27s_game_of_life
- Library: https://www.npmjs.com/package/game-of-life-logic
Task
----
Make a user interface to let the player set up the initial conditions
for a Game of Life and make it "tick".