Overview
Use Microduino-Joypad-Standard to play classic TV games
Principle
Use Core module,in PAL or NTSC formats as audio output,by using Microduino-Joypad-Standard as control signals to play TV games
List of Materials
Modules |
Quantity |
Function
|
Microduino-Core/zh |
1 |
Core board
|
Microduino-Joypad-Standard |
1 |
Remote control
|
Microduino-USBTTL/zh |
1 |
Program download
|
- Other Equipment
- TV with AV port *1
- USB cable *1
- jumper wire several
- RCA cable *1
- 1k ohm resistor *1
- 470 ohm resistor *1
Document Download
- Download libraries:https://github.com/wasdpkj/libraries;
- you may need following libraries:_01_Microduino_TFT 、_08_Microduino_Shield_Joypad、_11_Microduino_tvout , please unzip the libraries into Arduino IDE folder and cover the libraries,and then restart IDE compiler
Code:https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Joypad/Joypad_TVout
Debugging
- Step 4:Download the libraries and code,update them into compiler install the Arduino IDE Microduino support pack here>> 【安装Arduino IDE Microduino程序库支持包】
- Step 5:After compiled code,choose the right board (Microduino-Core) and COM port to download
when download complete,choose AV mode on TV,now it's time to PLAY!
Game Test
Game 1:Break the Bricks
- Push left stick, enter the game;
- Push right stick, start game;
- Use left or right stick to catch the ball;
- You can push KEY2 (second button on the left side)button to pause, and push right stick to resume;
- You have 3 chances,3 letter can be input after “GAME OVER”,use right stick to pick letters,【KEY1】choose the orders, and then return to start.
Game 2:怪物战斗
- 按下左或右摇杆的按键,进入游戏;
- 通过左或右摇杆来行走,左或右摇杆的按键来发射炮弹;
- 你不能被怪物撞击,否则将失去一条生命,总共有三条生命,
- 当击落一个怪物,在一定时间内可以去加一条生命
- 当“GAME OVER”。此时按下左或右摇杆的按键,重新进入游戏。
Game 3:玛丽
- 按下右摇杆的按键,进入游戏;
- 左右摇杆往上推玛丽则往上跳,左右摇杆往右推则往右走,往左推则往左走;
- 途中落入陷阱或是撞上蛇就“GAME OVER”。此时按下右摇杆的按键,重新进入游戏。
|