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

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

Awesome Lists containing this project

README

          

# Conway's Game of Life for Tidbyt
Conway's Game of Life for Tidbyt display, written in Starlark

I 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
![Preview](life.gif)

### "Pretty" version adds colors for cell aging and decay
![Preview](life-pretty.gif)