Skip to content

karlb/castle-combat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Castle-Combat

Summary

A clone of the old arcade game Rampart. Up to four players build castle walls, place cannons inside these walls, and attack their enemies. If a player cannot build a complete wall around one of his castles, he loses. The last surviving player wins.

The game can be played by two people at the same computer or with up to 4 players of the network.

Installation

It is recommended to install castle combat into a python virtual environment. Example for linux users using the bash shell:

git clone git@github.com:karlb/castle-combat.git
cd  castle-combat
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./castle-combat.py

Support

Please report bugs at https://github.com/karlb/castle-combat/issues.

Author

Karl Bartel karl42@gmail.com