Introduction: Kart Race Game Arduino

Kart Race Game is a perfect project for beginners who are just starting their adventure with Arduino. In the design I used a breadbord plate so it does not require soldering, so even the largest layman will be able to do it. You need an Arduino NANO, three buttons, wires and a Noki 5110 display. The display is black and white, has a resolution of 84×48 pixels and can display text and graphics. It is also cheap, which is why it is used so often in projects. In the game you control a go-kart which you need to avoid your opponents by using the three left, right and reset buttons. The difficulty level increases with the distance covered. To use the display, you need the libraries adafruit_gfx and adafruit_pcd8544.

Step 1: ​List Elements:

  • Arduino Nano
  • Display 5110
  • Breadboard
  • Buttons
  • Wires

Step 2: Schema:

Step 3: Sketch

Sketch DOWNLOAD i upload to arduinos.