https://github.com/kfields/wyggles
Funny Worms using the Python Arcade Library
https://github.com/kfields/wyggles
Last synced: about 1 month ago
JSON representation
Funny Worms using the Python Arcade Library
- Host: GitHub
- URL: https://github.com/kfields/wyggles
- Owner: kfields
- License: mit
- Created: 2020-03-20T20:07:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T09:20:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T08:44:50.265Z (about 1 year ago)
- Language: Python
- Size: 1.28 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wyggles :bug:
## Install
This package requires Cairo. Either enter this on Ubuntu or visit https://www.cairographics.org/download/
sudo apt install libcairo2-dev pkg-config python3-dev
Navigate to a directory where you keep your software projects
cd projects
Clone the repository
git clone https://github.com/kfields/wyggles.git
Change to the new directory which contains the repository
cd wyggles
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
## Run
python main.py