
Beat Motor
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Short description
This is a rhythm game where you need to keep robot alive by pressing his engine's pistons in beat.
About beatmaps
This game uses Osu!'s beatmap format.
So if you want to load a beatmap, you need to:
#### Sadly, loading of custom beatmaps seems not to work because Haxe caches all files on build time, but if you feel adventurous or just want to play your favorite song, you can try following these steps.
Maybe I'll do something more usable for loading custom beatmaps if will figure out how to load files in web build for HaxeFlixel games...
* download a build
* download beatmap from here (needs registering)
* unpack downloaded file (it's just a zip archive), choose desired *.osu file (they are different in difficulty), and move it to `assets/data/beatmap.osu`
* for the music file, unfortunately, native build only supports *.wav, so you need to convert an mp3 to wav and put it to `assets/music/` (no need in renaming, name is picked from *.osu file, so you just need to convert it to wav)
* rename music file to `guren no yumiya.wav` and change `AudioFile` value in your *.osu file to `guren no yumiya.mp3`