Skip to content
/ CatWars Public

Defend peaceful cat vilage from hordes of evil enemies.

Notifications You must be signed in to change notification settings

jhutar/CatWars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatWars

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

Installation

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

Assets

Resources

We are learning Python and PyGame on this little in-progress project and found these to be nice resources:

About

Defend peaceful cat vilage from hordes of evil enemies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages