Skateboarder/Platformer/Lepidopterist Game using Arcade & Pymunk
📦 Package
pip install cave_mageIf you don't already have it installed go to https://pypi.org/project/pipx/ for instructions
pipx install cave_magecave_mage runClone the repository
git clone https://github.com/kfields/cave_mage.gitNavigate to the new directory which contains the repository
cd cave_mageCreate a Python 3 virtual environment called env
python3 -m venv envActivate the environment
source env/bin/activateInstall required packages
pip install -r requirements.txtActivate the virtual environment, if not already active
cd cave_mage
source env/bin/activateRun the game
python run_game.pyWASD + cursor keys Press down to mount/dismount Press up to do an Ollie! :)
Escape key