Skip to content

Just Dance Game - Olin College

Latest
Compare
Choose a tag to compare
@sparshgup sparshgup released this 06 May 22:07
22cad95

Project Website

Explore our game at: https://just-dance.netlify.app

Contributors

Code Execution

To run the code, please download and extract the source code to your local machine and run just_dance_gui.py in either a Python-compatible IDE or if using a terminal/command prompt (make sure to have your present working directory as this repo):

python3 just_dance_gui.py

Executing just_dance_gui.py using Python will automatically open the GUI window to start the game and play it.
If you want to exit the game anytime during its execution, just press the 'q' key, and it will kill the program.

Dependencies

The dependencies are present in requirements.txt and can be installed using the following in the terminal/command prompt (make sure to have your present working directory as this repo):

pip install -r requirements.txt

Computational Requirements

To have the best performance for this project, your machine must meet the following minimum requirements:

  • RAM: At least 16GB of RAM is required to ensure smooth performance without lagging of video frames. We recommend using a machine with 32GB of RAM.

  • Camera: A camera of at least 1080p resolution is recommended, although not required.

  • Processor: We recommend using a multi-core processor with a clock speed of at least 2GHz to ensure fast computation times.

  • Graphics Card: A dedicated graphics card with at least 2GB of memory is highly recommended to accelerate rendering and visualization tasks.

Full Changelog: https://github.com/olincollege/just-dance/commits/v1.1.2