Conway's "Game of Life"
Martin Cloutier - February 2025
[email protected]
Led Matrix 64x64 - Hub75e
It uses only 1 dimension arrays for speed and memory efficiency.
I tried with complex data structures: too slow and not enough memory.
CircuitPython code tested on a Raspberry Pico 2 W.
About 3 generations per second.
Libraries used:
https://github.com/adafruit/Adafruit_CircuitPython_Display_Text/tree/main/adafruit_display_text
https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font/tree/main/adafruit_bitmap_font