An Arduino-based Cellular Automata with OLED monitor
RuntimeProject made a tutorial to create a little cellular automata on a small 126×64 OLED using Arduino Nano. He worked on one type of cellular automata, the Game of Life by John Conway, which has a grid of cells each having 2 states True or False/on or off/alive or dead. These cells are governed by […]