Skip to content

oflatt/bearlydancing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bearly dancing

Build Status

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.

setting up the environment

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

building an executable

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.

Creative Commons License
bearly dancing by Oliver Flatt is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.