Skip to content

szpak-forks/castle-combat

 
 

Repository files navigation

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

About

A clone of the old arcade game Rampart. Multiplayer on one computer or via network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.7%
  • HTML 5.3%