A rhythm rpg with randomly generated beatmaps, written in python using the pygame library. Journey through a quirky world, playing the music for dance battles between a bear and his foes.
Install python 3.
Run python3 setup.py. If this fails, install dependencies listed in src/dependencies.py using pip.
To play the game without development features, use python3 "bearly dancing.py" --exportmode
Windows:
Call python build.py build. A folder named build should appear.
Mac:
Call python build.py bdist_mac --iconfile icon.icns. A folder named build should appear. If there are errors in copying files (such as wav or png) or errors in included libraries, there may be no effect.
bearly dancing by Oliver Flatt is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.