Hackvision Is Build-your-own Retro Game

If you wanted to try your hand at programming some retro games Hackvision can jump-start the process. It is an Arduino-based game console in a controller format. You get four directional buttons and one function button. It has two RCA jacks for mono audio, and black and white video.

We’re happy to find that there’s information about game development that will help you follow along with the Space Invaders and Pong examples. The system uses the Arduino TVout library for video, which is robust and fairly easy to interact with. But once you see the game play in the video after the break it’ll be hard to resist building one of these. Don’t forget, this is Arduino based. If you already have an Arduino that uses an ATmega328 you just need to build the audio, video, and button circuits. Continue reading “Hackvision Is Build-your-own Retro Game”

Space Invaders Clock 6 Years Ahead Of Pong Clock

Space Invaders came out in 1978, six years after Pong. That means this Space Invaders clock uses newer technology, right? Nope, it’s the same hardware as the Adafruit Pong Clock with some updated firmware. Still, as you can see after the break, the effect is pretty nice. Pong was cool, but having a clock that scrolls through several classic games would be cooler.

[Dataman], the guy responsible for this firmware hack shared his code. It should be easy enough to alter it for any clock using a KS0108 graphic LCD screen. So what’s next? Can someone pull off a black and white Ms. Pac-Man that looks decent on the 128×64 display?

Continue reading “Space Invaders Clock 6 Years Ahead Of Pong Clock”

Analog Space Invaders With Human Controller

analog_space_invaders

[fidepus] put together a pretty nifty version of the game Space Invaders. This is an analog version that involves an ink and paper based display system.

He printed out one piece of paper for each different enemy, mother ship, laser beam, and player vehicle. The human-based controller is used to move the pieces in all directions. When it comes time for a row to move downward, the pieces are removed from the game grid and relocated to their new position using a scotch-tape-actuator.

We think the most successful part of this hack was [fidepus’] ability to integrate sound effects into the controller system. The human-based controller puts out mono sound with a “pew-pew” for laser blasts and a “dirnk-dirnk… dirnk-dirnk” for the enemy movements.

Although there is no code nor a schematic provided, we think this system shouldn’t be too hard to reverse engineer.

Exercising To Space Invaders

game

[Matt] sent in this cool final project he did for his Computer Engineering course. They built a space invaders clone, where the player has to physically move back and forth to move the ship, and jump to fire. The game is projected on the wall, with a camera mounted below it, facing the player. The player, wearing an orange vest, is tracked for the movement and the firing. They also included a blue tooth heart rate sensor with the ultimate goal of using this data to vary the game difficult, but didn’t end up getting the code in. You can see a video of them testing it out at the end of his post.