PDA

View Full Version : Cavern Defense



Stoney
04-09-2009, 01:02 PM
There was a Ludum Dare competition last weekend. The theme was caverns and I had the ambitious plan to develop a turn-based strategy game. I submitted an entry but it was really buggy so I took some time, fixed critical bugs and some inconsistencies and it is quite playable now.

Cavern Defense is a turn-based strategy/tactics game for two players. One player controls the orcs, the other the humans and each players has an archer, a pikeman and a swordsman. The goal is to kill all units of the other player.

http://freeze-dev.de/blog/wp-content/uploads/2009/08/ld15.png

Download links:
Windows (http://freeze-dev.de/blog/?download=Games.CavernDefense.Win) (6,2 MB)
Linux (http://freeze-dev.de/blog/?download=Games.CavernDefense.Linux) (4,8 MB)
Mac OS X (http://freeze-dev.de/blog/?download=Games.CavernDefense.MacOSX) (12 MB; Universal Binary)
Source (http://freeze-dev.de/blog/?download=Games.CavernDefense.Source) (132 kB)

If you want to compile the source, you also have to download one the binary releases and combine those two because the resources folder is not included in the source zip file.

Instructions:
You need a mouse to play the game. :)

Left-click on a unit to select.
The brighter area is where this unit can move in this turn,
the darker where it cannot.

The red rectangle show how far your selected unit can attack.
Attacking only works if your target is within the red rectangle.

Linux notes:
To be able to run the Linux binary you need to have libSDL, libSDL_image, libSDL_ttf, libSDL_gfx and libSDL_mixer
installed on your system.

Development time: about 6 days
Lines of code: about 2200 lines

paul_nicholls
04-09-2009, 01:28 PM
Looks like it could be fun...downloading now ;D

cheers,
Paul

WILL
06-09-2009, 03:02 PM
Looks good so far. :) Will you be finishing it up and adding extra polish to it?

Stoney
07-09-2009, 08:41 PM
Maybe I'll keep working on it, but I'm pretty busy right now working on my PGD Annual entry. :)

There's a still a pretty big memory in this game that needs to be fixed.

WILL
07-09-2009, 11:51 PM
Ah well of course the PGD Annual would take priority. ;)