/meedee

A Pygame platformer generated from Midi Files

Primary LanguagePython

drawing

Overview

meedee is a program that converts MIDI music sequence files into platforming stages, letting you play the file as you run through it triggering notes.

Demo Video

meedee demo New Horizons

How to use

If you already have Python and pip installed

  1. Install the pygame modules mido and pygame from the command line with pip install mido and pip install pygame
  2. Clone the repository
  3. Run meedee.py from the cloned repository
  4. Select a midi file from the file browser

Windows

An executable compiled with pyinstaller is available to run the program on Windows.

  1. Go to the releases section
  2. Download the zipped folder meedee.zip and extract the contents of the folder
  3. Run meedee.exe
  4. Select a midi file from the file browser