Tower defence style game where cats are guarding their reams against various enemies.
Page of a game on Itch.io: https://jhutar.itch.io/catwars
To install, just clone repo, create virtual environment, install dependencies and run game:
git clone https://github.com/jhutar/CatWars.git
cd CatWars
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./game.py
- Charles Sanchez (AKA CharlesGabriel): monster spritesheets from Liberated Pixel Cup (LPC) Base Assets (sprites & map tiles)
- Lanea Zimmerman (AKA Sharm): map tilesets from Liberated Pixel Cup (LPC) Base Assets (sprites & map tiles)
We are learning Python and PyGame on this little in-progress project and found these to be nice resources:
- Clear Code: lots of Python & PyGame tutorials: YouTube channel, forked this project from Ultimate PyGame Intro
- Coding With Rus: Complete Tower Defence Tutorial in Pygame From Scratch: YouTube video and associated git repo
- umlgameprog: Design Patterns and Video Games: blog series