Control Super Mario Bros Level 1-1 using a MIDI Keyboard. Made for MHacks 11.
- Clone this repository
- Plug in a MIDI keyboard to your computer.
- However you play your NES games, start up Super Mario Bros.
- Make sure that you have the following keyboard mappings to control the game:
- Up/Down/Left/Right: WSAD
- A: period
- B: comma
- Start: Enter
- Select: Right Shift
python3 main.py
(orpython main.py
if you have only python3)- Make sure the game window is in focus.
- Enjoy!