A basic implementation for Conway's "Game of Life" on Flipper Zero.
- Startup screen
- Switch between fullscreen and Info-Line (with ok button)
- Adjustable speed (with up and down keys)
- Init with different modes (with right and left keys)
- Random
- Blinker
- Glider
- Glider gun
- Pentomino
- Diehard
- Acorn
- Show current count of living cells
- Show current number of cycles
- End detection with automated start of new pattern
Open Program via "Apps" -> "Games"
- The "return" button ends the program
- The "ok" button toggles fullscreen mode
- The "up" and "down" buttons adjust the speed
- The "right" and "left" buttons reset the cells to a random pattern
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
MIT License, see "License.txt".
- Install ufbt
- Clone Project into local Projectfolder
- Attach Flipper Zero via USB
- Run "ufbt launch" within local Projectfolder
By domo