castle-combat-0.8.1.dfsg.1/ 0000755 0001750 0001750 00000000000 10446030775 013405 5 ustar ana ana castle-combat-0.8.1.dfsg.1/castle-combat.py 0000755 0001750 0001750 00000000322 10170271065 016466 0 ustar ana ana #!/usr/bin/python import sys sys.path.append('src') print "Castle-Combat requires pygame and twisted. If the game doesn't start up correctly, please verify that these are installed." import main main.main() castle-combat-0.8.1.dfsg.1/data/ 0000755 0001750 0001750 00000000000 10521207600 014301 5 ustar ana ana castle-combat-0.8.1.dfsg.1/data/doc/ 0000755 0001750 0001750 00000000000 10446027155 015061 5 ustar ana ana castle-combat-0.8.1.dfsg.1/data/doc/rules.html 0000644 0001750 0001750 00000005564 10307543614 017112 0 ustar ana ana
You have to build castle walls, which allows you to place cannons inside these walls. Your goal is to destroy the enemy's castles by shooting down his castle walls with your cannons. The game is seperated into three phases. You can perform different actions in each of the phases.
Build walls around as many castles as possible. In order to survive you have to enclose at least one castle. Try to avoid building walls on the houses, or angry grunts will try to damage your wills with their tanks!
1st button: Place the current block
2nd button: Turn the block by 90 degree
Now you can place cannons equal to the number of castles you have surrounded. Your home castle earns you one extra cannon. Instead of placing three normal cannons you can place one big cannon that causes additional trouble for you enemys.
1st button: Place selected cannon
2nd button: Switch between small/big cannon
It's time to fight! Aim at your opponent's walls with your crosshair and shoot them down. You can also destroy enemy cannons, but they can take a lot of shots before they are destroyed. The number of shots at a certain time is limited to the total of cannons you control (cannons in unenclosed areas don't count towards this total).
1st button: Shoot
2nd button: Faster movement
Coding and Graphics: Karl Bartel (comments are always welcome)
Music: Crystal Crew
Fonts: Larabie Fonts (font readme)
Castle-Combat website: http://www.linux-games.com/castle-combat
Port number: 50386
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See this page for more information about the GPL.