What is a "tower defense" game?
By Charles Wetzel

This is the Game Institute "Tower Defence (sic)" challenge. Note the screen shot of their example game — enemies going on a set path through a level, with towers to blast them off the road or out of existence.
I've played and finished a fair amount of games in my day, spanning various genres. So many, in fact, that I have started programming them myself in programming languages such as TI-BASIC and Borland C++ 5.5. One day, I decided to enter a programming contest on the Game Institute's Web site (www.gameinstitute.com) to program a "tower defence (sic)" game. The only problem was that I didn't have a clue what a tower defense game is.
I went to Wikipedia and looked up "tower defense," of course. They listed several games I've never heard of, and then mentioned that the 1990 arcade game "Rampart" was a primitive form of "tower defense." Ah, now, Rampart, that I've heard of. However, I still didn't have a clear definition of the term "tower defense." In order to truly understand the genre, I would have to play several tower defense games.
Therefore, I went to www.towerdefense.com (as recommended by the Game Institute Web site) and tried three of the online tower defense games:
Bloons TD 4WarzoneFrontlineI played through each of them (that is, until I got a Game Over), and came up with the following five most important commonalities:
- A tower defense game involves enemies crossing from one side of the battlefield to another. Usually these enemies are very varied and some may take multiple hits to kill or may have special properties (for example, metal balloons in Bloons TD 4 cannot be hurt by ordinary shots but must be hit by something like a mortar).
Bloons TD 4: balloons (bloons) follow the road from one part of the screen to the other, and the balloons range in type from simple red and blue balloons to metal, camo, and rainbow balloons.
Warzone: there are various enemies that flow from the right side of the screen to the left, including fighter aircraft and tanks.
Frontline: much like Bloons TD 4, they follow a road, and include various kinds of troops. - If they make it to their destination, that's not a good thing. In most cases, the player loses lives, health, or that kind of thing. Losing all one's lives/health results in a Game Over.
Bloons TD 4: the player initially has 200 lives, but each balloon that makes it to the other end of the road subtracts one life.
Warzone: the home base has a life meter, and when enemies deplete it by running into it, the game is over.
Frontline: the player has 1,000 health, and when depleted, the game is over. - In order to prevent them from reaching their destination, the player is able to create "towers." These towers are not always actually towers, but may be something else, like monkeys (Bloons TD 4), automated gun platforms like machine guns (Warzone), or troops with shotguns and such (Frontline). Generally these so-called "towers" are automated and keep shooting at the enemy. They cost money to place. These "towers" are sometimes upgradable. Upgrades usually cost money. Upgrades make the towers cause more damage, make the towers fire faster, etc. Quite often, the games will explicitly state that it is better to upgrade a tower than to build more low-powered towers.
Bloons TD 4: these are monkeys armed with things like darts, mortars, boomerangs, etc. and also things like spikes and spike platforms.
Warzone: the player can build things like machine gun platforms, nukes, etc.
Frontline: the player can build things like soldiers armed with standard guns, 12-gauge shotguns, etc. - There is generally a high scores option. All three browser-based tower defense games that I played had this option.
Bloons TD 4: present
Warzone: present
Frontline: present - There is usually a difficulty option, as well (higher difficulties mean more enemies, a less circuitous path for the enemies, etc). And of course being able to pause the game is an essential feature as well; without being able to pause, the game would be too difficult.
Bloons TD 4: there are a few axes of difficulty (in the easiest one, the difficulty takes more than 40 minutes to ramp up to truly difficult).
Warzone: various initial configurations are present, with "default" being considered the best for novice players.
Frontline: there are also multiple difficulty levels.
In conclusion, a "tower defense" game possesses these five main features. Though Wikipedia currently states the genre had its roots in Rampart, I think that earlier examples could be found, and the tower defense model can be found in many games not normally termed "tower defense." Examples include the strategic mini-game in Final Fantasy VII at Fort Condor, the play concept of certain levels in Final Fantasy XII: Revenant Wings, etc.
Words: 809