https://github.com/kfields/cave-mage
https://github.com/kfields/cave-mage
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kfields/cave-mage
- Owner: kfields
- License: mit
- Created: 2025-09-14T07:33:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-02-15T03:45:13.000Z (4 months ago)
- Last Synced: 2026-02-15T10:43:45.184Z (4 months ago)
- Language: Python
- Size: 33.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BadWing :butterfly:
Skateboarder/Platformer/Lepidopterist Game using Arcade & Pymunk
## Quick Links
:notebook: [Documentation](https://cave_mage.readthedocs.io/en/latest/)
:package: [Package](https://pypi.org/project/cave_mage/)
## Installation
### From PyPI
#### TLDR - do this at your own risk
```bash
pip install cave_mage
```
#### Recommended - pipX
If you don't already have it installed go to https://pypi.org/project/pipx/ for instructions
```bash
pipx install cave_mage
```
#### And then run it!
```bash
cave_mage run
```
### From GitHub
Clone the repository
```bash
git clone https://github.com/kfields/cave_mage.git
```
Navigate to the new directory which contains the repository
```bash
cd cave_mage
```
Create a Python 3 virtual environment called `env`
```bash
python3 -m venv env
```
Activate the environment
```bash
source env/bin/activate
```
Install required packages
```bash
pip install -r requirements.txt
```
## Usage
Activate the virtual environment, if not already active
```bash
cd cave_mage
source env/bin/activate
```
Run the game
```bash
python run_game.py
```
## Controls
### Movement
WASD + cursor keys
Press down to mount/dismount
Press up to do an Ollie! :)
### Pause/Menu
Escape key