Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README.txt --- Swimming Notes --- Welcome to Swimming Notes, a musical platformer game where your goal is to collect all the music notes, while enjoying the complex melody. # getting started This project requires Python 3 as well as Pygame to run. Use the command below to install Pygame for Python 3: pip3 install Pygame This project also uses MIDI. If you do not hear any sounds while running the Tutorial level, you might need to install a virtual synthesizer. For Mac OS, a simple and lightweight synthesizer like SimpleSynth would work. http://notahat.com/simplesynth/ # running the project To run the game, run the file MAIN.py .