All posts in the 'Electronic game projects' Category

One Chip Video Poker

One Chip Video Poker
A video poker game for the PIC16F628. Requires very few parts other than the PIC, the display, and some buttons. Great for gifts or road trips. Also an example of just how much an inexpensive chip like the F628 can do.[more]

Posted in : Electronic game projects | PIC projects

Space Invaders

Space Invaders
It is developed on a PROTON Develoment board using a Graphic LCD. This version uses the LCDWRITE and PLOT commands to produce the graphics Which allows smooth movements on a pixel by pixel basis.Three (seperate) buttons control left, right and fire. It also has 3 independent sound channels. [more]

Posted in : Electronic game projects

PINGPONG-CDC

PINGPONG-CDC
The PINGPONG-CDC project is a homebrew USB frequency hopping spread spectrum RF modem (FHSS). The modem is based on the Microchip PIC18F2550 and the Semtec XE1205 RF module. The module does not include a MAC or protocol layer. That is what this project implements. The project demonstrates how to write a FHSS MAC layer and use USB to interface it with a PC through CDC and WinUSB. Since the protocol is not hard-wired, it is easy to change the software to experiment with different protocols. A utility for pairing and configuring modems is included. The schematic, firmware, and host C++ software is provided. [more]

Posted in : Electronic game projects | PIC projects | RF projects

Cellular Automata Video Synthesizer

Cellular Automata Video Synthesizer
This is a self-contained cellular automata video synthesizer using the Video Critter Mini. The Video Critter Mini is an AVR based video board that can be used to generate simple graphics on an NTSC television. By adding 3 pots and a button, we can make a complete 1-D cellular automata demonstration for around $50.[more]

Posted in : AVR projects | Electronic game projects

Picture Frame Tetris

Picture Frame Tetris
What is this thing? It’s the game of Tetris but played on a device that is composed of 240 buttons. So if you want to move the Tetris block right/left, you simply touch a button left or right of the current piece. To rotate a block you touch a button in one of the top two rows. And to drop a block you touch the bottom row. It’s a hands on Tetris game! Watch[more]

Posted in : Electronic game projects

« Previous PageNext Page »