Skip to content

oflatt/bearlydancing

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.