Main Content

Arduino Pong With TV Output

Here’s a simple project that you can do to get acquainted with the TVOut Library, and using an Arduino with RCA Jack outputs! Pong is a classic. The foundations of video gaming start with two lines and a dot bouncing back and forth on a black screen. The Atmega328 is leaps and bounds more powerful than the original pong system (which was either quite a lot of transistors, or a chip with less power than a dollar store calculator), and we’ll have no problem making a pong clone with arduino. If you want to make your own game with arduino, this is a cool place to start. Let’s make Pong!”

Link to article