
A fun little game, 4 players (Red, Blue, Green, Yellow) around a table, each with an arcade button, must challenge each other by pressing their button as fast as possible.
Pressing the button causes their led to progress to the center circle. The first to reach the center wins.
I'm putting here the material I used for the project, but of course if it's compatible this list can be adapted.
Should be connected to the FPGA inputs with a pull down resistor
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | BLUE_BTN | LEDS_LINE | |
| 1 | RED_BTN | TP_SCREEN_0 | |
| 2 | GREEN_BTN | TP_SCREEN_1 | |
| 3 | YELLOW_BTN | TP_BLUE_READY_TO_PLAY | |
| 4 | TP_RED_READY_TO_PLAY | ||
| 5 | TP_GREEN_READY_TO_PLAY | ||
| 6 | TP_YELLOW_READY_TO_PLAY | ||
| 7 | TP_UPDATE_FRAME |