https://github.com/savetz/tidbyt-conways-game-of-life
Conway's Game of Life for Tidbyt display, written in Starlark
https://github.com/savetz/tidbyt-conways-game-of-life
conways-game-of-life gameoflife pixlet starlark tidbyt
Last synced: 7 months ago
JSON representation
Conway's Game of Life for Tidbyt display, written in Starlark
- Host: GitHub
- URL: https://github.com/savetz/tidbyt-conways-game-of-life
- Owner: savetz
- License: gpl-3.0
- Created: 2021-12-10T06:24:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T03:24:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T10:18:21.145Z (7 months ago)
- Topics: conways-game-of-life, gameoflife, pixlet, starlark, tidbyt
- Homepage:
- Size: 10.3 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life for Tidbyt
Conway's Game of Life for Tidbyt display, written in StarlarkI don't have my [Tidbyt](https://tidbyt.com/) display yet so I don't know how well this will work on the hardware, but it works in the Pixlet emulator.
## Quick start
1. Install [`pixlet`](https://github.com/tidbyt/pixlet)
2. Run `pixlet serve life.star`
3. Go to [http://localhost:8080](http://localhost:8080)### Classic version
### "Pretty" version adds colors for cell aging and decay
