Skip to content

karlb/castle-combat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors