# Castle-Combat ## Summary A clone of the old arcade game [Rampart](https://en.wikipedia.org/wiki/Rampart_(video_game)). 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: ```sh 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>