Simple Version of Pong Played On a Row of LEDs
Pong is already one of the simplest video games, but mircemk takes it a step further by reducing it to its absolute minimum using an Arduino and a row of LEDs. This minimalist version of Pong maintains the core gameplay with just a few essential components: an Arduino Nano, a couple of buttons, and a row of LEDs. While the project includes a 16×2 LCD and a buzzer to enhance the user interface, these are not strictly necessary.
The gameplay is straightforward: each player holds a button and presses it as soon as the LED closest to them lights up. mircemk enhances the build with both integrated buttons on the game’s front panel and external controllers, allowing players more flexibility and space. The score is displayed on the LCD screen, but a pair of seven-segment LEDs could replace the LCD for a more retro feel.
This project showcases mircemk’s typical design flair but remains accessible as a simple parts bin build. The minimal requirements mean it can be easily replicated with basic components, making it a great introduction to microcontroller projects or a fun, quick build for more experienced makers.
Overall, this minimalist Pong project is an excellent example of how classic games can be reimagined in creative, low-tech ways, providing a unique and enjoyable experience that harkens back to the early days of video gaming.
Read more: Simple Version of Pong Played On a Row of LEDs