animdustry
the anime gacha bullet hell rhythm game; created as a mindustry april 1st event
downloads for windows/linux/android are available on the releases page.
please read the last release notes for information about the future of this game.
compiling
initial mac/linux/android setup
- install the latest stable version of Nim.
~/.nimble/bin
must be on your PATH. - make sure this repository was cloned with
--recursive
, as it uses git submodules! - if on linux,
sudo apt install -y xorg-dev libgl1-mesa-dev
or equivalent packages nimble install -y -d
(the flags are important!)
running on windows
- building on windows does not work
- I don't develop on Windows and I don't have much interest in adding support for it myself; use linux or WSL instead
running on desktop
nimble run
to launch the game directlynimble deploy <win/lin/mac>
to create an executable in thebuild/
directory for a specific platform; cross-compiling for Windows requires mingw installed
running/compiling on android
- make sure you have the Android SDK and NDK installed
nimble androidPackage
will create an unsigned APK atandroid/build/outputs/apk/debug/
nimble android
will attempt to compile and run the game on a connected Android device - USB debugging must be enabled
credits
music used:
- Aritus - For You
- PYC - Stoplight
- Keptor's Room - Bright 79
- Aritus - Pina Colada II
- ADRIANWAVE - Peach Beach
all other art/sounds/assets/programming by me