1
0
Fork 0
BangleApps/apps/lifeclk
Gordon Williams 6d73d175eb More testing and tweaking of existing clock apps 2021-07-28 10:54:22 +01:00
..
ChangeLog More testing and tweaking of existing clock apps 2021-07-28 10:54:22 +01:00
README.md Added README.md for lifeclk 2021-01-19 21:35:48 +01:00
app-icon.js Added a Game of Life Clock 2021-01-19 21:16:16 +01:00
app.min.js More testing and tweaking of existing clock apps 2021-07-28 10:54:22 +01:00
app.png Added a Game of Life Clock 2021-01-19 21:16:16 +01:00

README.md

Game of Life Clock

Modification of the "Game of Life" ("life") app that also displays the current time, including seconds.

Usage

Upon launch, the clock loads a randomly generated 27x23 grid of "cells", with a block in the middle showing the time. Hours and minute are only displayed for 10 generations after launch, reset or after pressing the top button. After 10 generations, the cells that showed the hours and minutes become part of the game of life.

  • Top button: Immediately displays hours and minutes, killing any cells underneath the time block.
  • Middle button: Shows the launcher. The state of the game is not saved.
  • Lower button: Resets the cells, randomly generates new ones.