Esp-now Tank Game banner

Esp-now Tank Game

1 devlog
0s

I'm building a multiplayer game with two ESP32 using the ESP-NOW protocol. The game consists of two tanks that attack each other and have to dodge the bullets of the other player. Each player has an ESP32 with two joysticks, one to control the mov…

I’m building a multiplayer game with two ESP32 using the ESP-NOW protocol. The game consists of two tanks that attack each other and have to dodge the bullets of the other player. Each player has an ESP32 with two joysticks, one to control the movement of the tank and the other one to aim. To shoot, you will use the click input of the joystick. I’ve been making a Pong game with the same communication to learn more about ESP-NOW and MicroPython, since it’s the first time I’m using it. The game will work in the following way: I’m going to program the two ESP32 so one runs the game and the other one only sends the input and receives the video signal. By the way, I’m using a 0.96 inch OLED display.

gabrielpereiratoribio

I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.

Attachment
0