> PATCH_NOTES.TXT_

← BACK TO GAME

// REVISION HISTORY :: CONWAY'S GAME OF LIFE
// 9 ENTRIES LOADED

v1.1 DEPLOYED: 2026-03-05
FIX Gosper Glider Gun pattern now spawns centered on the grid so gliders have room to propagate in all directions
IMP Draw hint text added below controls — makes it clear that clicking cells toggles them
IMP Removed redundant Home button from the game header (global nav already provides navigation)
v1.0 DEPLOYED: 2026-03-03
NEW Initial release — server-side cellular automaton simulation powered by Rails and Hotwire Turbo Streams
NEW 10 preset patterns: Block, Beehive (still lifes), Blinker, Pulsar, Pentadecathlon (oscillators), Glider, LWSS (spaceships), Gosper Glider Gun, Random, and Blank
NEW Click any cell to toggle it alive/dead when paused — draw your own starting pattern
NEW Play, pause, step, and reset controls with adjustable speed (Slow / Normal / Fast)
NEW Live stats bar — generation count, alive cells, born/died per tick, request counter, and server computation time
NEW Educational panel explaining Conway's four rules and the Hotwire architecture
GAME: CONWAY'S GAME OF LIFE LATEST: v1.1 EOF