Pokemon Battle Game
Overview
This cookbook details a game based upon the classic Pokemon game.
Demonstration
Here is a demonstration of the game being played.
Setup
Hardware
mbed | uLCD |
---|---|
5V = VU | 5V |
GND | GND |
TX=P9 | RX |
RX=P10 | TX |
P11 | Reset |
mbed | joystick |
---|---|
GND | GND |
P12 | U (up) |
P13 | D (down) |
P14 | L (left) |
P15 | R (right) |
P15 | C (fire) |
mbed | headphone jack |
---|---|
3.3V = VOUT | VCC |
GND | GND |
P5 | DI |
P6 | DO |
P7 | SCK |
P8 | CS |
P26 | RNG |
mbed | SD card reader |
---|---|
GND | GND |
P26 | TIP |
P26 | RNG |
mbed | pushbutton |
---|---|
GND | GND |
P20 | other pin |
Code
Import programPokemon_Battl_Game
ECE 4180 - Project
Graphics/Sound Files
Please log in to post comments.