Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 873 Bytes

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 [email protected]: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 [email protected]