-
-
Notifications
You must be signed in to change notification settings - Fork 3
Examples
BlackTigers edited this page Jan 3, 2017
·
3 revisions
The Tetris example provides a full functional Tetris Game by using a SNES controller and the SNES library by jstjst (https://github.com/jstjst/SNES). The Controller has to be connected to 5V, Digital 2 Clock, Digital 3 Latch, Digital 4 Data and Ground. The LED Table Data pin has to be connected to Digital 6 at the Arduino / Genuino.
The controls are:
Command | Key |
---|---|
Turn | UP |
Left | LEFT |
Right | RIGHT |
One Down | DOWN |
Full Down | A |
Pause game | Select |
Reset game | Start |