This repo hosts an app that allows for simulating John Conway's Game of Life on an Android device (iOS currently not tested). Done using Dart & Flutter.
- Customisable selection of colours for 'dead' and 'alive' cells using a colour picker dialogue.
- Full support of grids containing up to 4,000 cells with adaptive cell sizes
- Flexible selection of timer types
- Pause/stop functionality for the simulation with state retention between restarts
- Dynamic switching between light/dark modes