Skip to content

kfields/cave-mage

Repository files navigation

BadWing 🦋

Skateboarder/Platformer/Lepidopterist Game using Arcade & Pymunk

Quick Links

📓 Documentation

📦 Package

Installation

From PyPI

TLDR - do this at your own risk

pip install cave_mage

Recommended - pipX

If you don't already have it installed go to https://pypi.org/project/pipx/ for instructions

pipx install cave_mage

And then run it!

cave_mage run

From GitHub

Clone the repository

git clone https://github.com/kfields/cave_mage.git

Navigate to the new directory which contains the repository

cd cave_mage

Create a Python 3 virtual environment called env

python3 -m venv env

Activate the environment

source env/bin/activate

Install required packages

pip install -r requirements.txt

Usage

Activate the virtual environment, if not already active

cd cave_mage
source env/bin/activate

Run the game

python run_game.py

Controls

Movement

WASD + cursor keys Press down to mount/dismount Press up to do an Ollie! :)

Pause/Menu

Escape key

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors