https://github.com/daviddaytw/midi-mug
Play music game with MIDI keyboard!
https://github.com/daviddaytw/midi-mug
game midi-keyboard music-game rhythm
Last synced: about 2 months ago
JSON representation
Play music game with MIDI keyboard!
- Host: GitHub
- URL: https://github.com/daviddaytw/midi-mug
- Owner: daviddaytw
- License: gpl-3.0
- Created: 2020-05-14T15:06:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T18:41:51.000Z (about 1 year ago)
- Last Synced: 2024-05-17T18:29:41.022Z (about 1 year ago)
- Topics: game, midi-keyboard, music-game, rhythm
- Language: Java
- Homepage:
- Size: 165 KB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MIDI-MUG

[](https://app.codacy.com/manual/dj6082013/MIDI-MUG?utm_source=github.com&utm_medium=referral&utm_content=dj6082013/MIDI-MUG&utm_campaign=Badge_Grade_Settings)
[](https://GitHub.com/dj6082013/MIDI-MUG/releases/)
[](https://github.com/dj6082013/MIDI-MUG/blob/master/LICENSE)
[](https://github.com/dj6082013/MIDI-MUG/releases/)Play music game with your MIDI keyboard!
**❗❗ Abandoned: Recommend to check out https://midiano.com !**
## Getting Start
This simple instruction will set you ready to play in a few minutes!
### Installation
**No need to install!**
Just go to [Release Page](https://github.com/dj6082013/MIDI-MUG/releases/) and download the latest stable version.
Extract the zip fie, and execute the jar!
If click on the JAR file doesn't work, run with the following command.
```sh
jar -jar MIDI-MUG-1.0-SNAPSHOT.jar
```### Play
In `File` -> `Open...` select a MIDI file you want to play with.
You can use your MIDI file or download it from the following sites!- [BitMidi](https://bitmidi.com/)
- [midiworld.com](https://www.midiworld.com/)
- [MIDI DB](https://www.mididb.com/)
## Contributing
Pull request is welcome!
Please read [CONTRIBUTING.md](https://gist.github.com/dj6082013/MIDI-MUG) for details on our code of conduct, and the process for submitting pull requests to us.