Skip to content

mxclouti/Game_of_Life_Led_Matrix_CircuitPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

Game of Life simulation in CircuitPython on a 64x64 Led Matrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages