The Rocket game on Arduino with OLED display
- Alex Noyanov
- Mar 14, 2018
- 1 min read
Updated: Mar 22, 2018
How to set up and play The Rocket - arcade game for Arduino
This game is so easy to play. All what you need is Arduino board, I2C OLED screen, buzzer and potentiometer.
First of all you need a code:
My code on GitHub: https://github.com/AlexNoyanov/ArduinoProjects/tree/master/OLED_Astreroid_game
Connection guide
Connect all components to your #arduino board just like on this scheme:

For this OLED screen you need this library:
OLED I2C Library link: http://arduino-project.net/download/arduino-library/OLED_I2C.zip
Comments