https://github.com/hughjonesd/lifeworld
Conway's game of life, distributed across your browser
https://github.com/hughjonesd/lifeworld
Last synced: 6 months ago
JSON representation
Conway's game of life, distributed across your browser
- Host: GitHub
- URL: https://github.com/hughjonesd/lifeworld
- Owner: hughjonesd
- License: gpl-2.0
- Created: 2014-12-20T00:54:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T21:14:04.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T18:46:56.914Z (8 months ago)
- Language: R
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lifeworld
=========Conway's game of life, distributed across your browser
TODO
====[ ] Smarter choice of neighbours in all 8 quadrants (by client?)
[ ] Only update visible portions of the map (use a refset?)
[ ] Highlight the user; click to change colour
[ ] Show user's neighbours, or local neighbour links?
[ ] Maybe each indiv has more than 1 dot?
[ ] Show "neighbours" view, ie trad gol view:
- this requires each client to identify its nbrs by direction
- would be nice to do dynamic transition between map and nbrs...
- it doesn't matter if we have "surprising" topology, e.g. some
people shown twice