https://github.com/icela/musicgamegen
:video_game: A music game generator
https://github.com/icela/musicgamegen
game generator music
Last synced: about 1 month ago
JSON representation
:video_game: A music game generator
- Host: GitHub
- URL: https://github.com/icela/musicgamegen
- Owner: icela
- License: gpl-3.0
- Created: 2017-08-15T15:36:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T17:11:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T11:16:43.877Z (3 months ago)
- Topics: game, generator, music
- Language: Kotlin
- Homepage:
- Size: 227 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music Game Gen
CI|Status
:---:|:---:
Travis CI|[](https://travis-ci.org/icela/MusicGameGen)
AppVeyor|[](https://ci.appveyor.com/project/ice1000/musicgamegen/branch/master)
CodeShip|[](https://app.codeship.com/projects/240500)This is a music game generator.
# How to generate
You play first, and you save the data, and the player plays.
# About this generator
This generator is based on my [FriceEngine](https://github.com/icela/FriceEngine), an easy, light game engine.
It doesn't care much about performance, because it's written in pure Kotlin and draw scenes via invoking the Swing/AWT APIs.The source code is extremely ~~unreadable~~ short.