I wanted to tinker a little bit more with the attiny85 + SSD1306 OLED screen combo and make a small game to see what can be achieved in a few hours; and this is the result!

Check out the github repo for more info about how to install, how to play it and additional info!

Some links

  • I initially wrote the SSD1306 library I'm using here for my Game of life on an attiny85 project
  • The I2C libraries were also written by me and can be found in this project among with more info about how they work