drcz / dercz9000

DIY Arduino UNO video console with a game which is neither space invaders nor asteroids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dercz9000

My first Arduino project, a DIY Arduino UNO video console with a game which is neither space invaders nor asteroids!

a screenshot another screenshot

The whole game is in single file, requires 2KB of RAM, and ~18.5KB of flash. Some things still need to be done, in particular more/better levels. More details in the source code.

Special thanks to Myles Metzer for his impressive TVout library (http://playground.arduino.cc/Main/TVout) and to Panicz Godek for introducing me to ANSI C bitfields.

dercz9000 console proud prototype

just plug 4 switches (with 10K resistors) to pins 3,4,5 and 6, plug tvout (http://playground.arduino.cc/Main/TVout), and it should run.

See the thing in action here https://youtu.be/UpDY4lFhlhA

USE AT YOUR OWN RISK!

If it fries your TVset, your arduino, or both, that's neither my responsibility, nor my business.

About

DIY Arduino UNO video console with a game which is neither space invaders nor asteroids


Languages

Language:Arduino 55.5%Language:JavaScript 23.6%Language:C 19.2%Language:Ruby 0.6%Language:Shell 0.5%Language:Python 0.3%Language:HTML 0.2%