FUNDAMENTALS OF GAME DESIGN, SECOND EDITION

Game Features

Strategy games fall into two main subgenres: classical turn-based games and real­time strategy games. Pure strategy games (those that contain only conflict challenges, with no economic or physical challenges) tend to be turn-based rather than operating in real time. In a turn-based game, players may mull over their moves, considering the benefits of one choice over another. In board games, this can result in frustrating "analysis paralysis" in which one player spends a large amount of time considering each move while the others have to wait. In single­player computer games, this doesn't matter—the computer doesn't mind waiting. Multiplayer turn-based computer games are often designed so that all the players choose their next move simultaneously, and the machine computes and displays the outcome of their actions. This cuts down substantially on the waiting time.

Real-time strategy (RTS) games developed after turn-based games. RTSs added time pressure to strategy games because everything happens at once and players do not have individual turns to ponder their moves. Though they're not as frenetic as action games, RTSs require the player to keep a sharp lookout and to think quickly.

Many books have been written about games such as chess and Risk, so we don't spend much time on abstract strategy games or those with simple rules. The vast majority of computerized strategy games are representational war games with com­plex core mechanics, so that is where we focus our attention.

image171

construction and management simulation. For example, exploration and growth do feature in StarCraft, but only to enable the player to fight more effectively; play­ers must explore the area to be conquered and set up resource-processing factories for converting resources into troops and vehicles.

STRATEGIC CONFLICT

Conflict is most often characterized as combat between groups of individual com­batants; by long tradition, these combatants are known as units. A unit can be anything from an ancient Egyptian warrior to a Napoleonic cavalryman to an imaginary spacecraft. Not all units fight; some can be used for transport, scouting, or other purposes. Units also need not be movable; a fixed gun emplacement is still a unit. In most modern war games, specialized units, often portrayed as buildings, are used to produce new fighting units. These buildings generally don't move and don't fight, but they can be destroyed if attacked and perhaps can be repaired by repair units. Although it is not an industry standard term, this chapter refers to such buildings as factories. In general, the term units will mean fighting units, not factories.

The main characteristic that distinguishes units and factories from anything else on the battlefield is that they are under a player's control and provide some benefit to him, so if they die or are destroyed, that benefit is lost to the player. Units may be atomic, with no individually distinguishable parts (such as an infantry soldier with a rifle), or compound, with separate parts that can be added and removed and perhaps destroyed without completely destroying the whole unit (such as a large ship with many guns). Each unit behaves according to particular performance characteristics, such as how long it can survive when under attack, how rapidly it can fire a weapon, or how fast it can move. The later section "Core Mechanics" dis­cusses these attributes in more detail.

To give the player interesting options, almost all war games offer the player a choice of different kinds of units. In chess, there are six kinds; in more representa­tional games, there may be dozens. Checkers starts with only one kind of unit, but later in the game a new kind can appear, a king.

Most war games seek to reproduce the classic situations and tactics of military com­bat, whether at particular points in history or in imaginary conflicts. Depending on the degree of realism offered, tactics can include flanking maneuvers, sneak attacks, creating diversions, cutting off enemy supply lines, killing the superior officers to leave the troops without leadership, taking advantage of the effects of bad weather, and so on. In order for the player to use these tactics, the units and the rules of the game have to be designed in such a way as to support them. If you want your game to include sneak attacks, for instance, you will have to include a mechanism that hides the enemy's movements from the player. Obviously on some level the computer knows everything that is happening, but you can design the computer's AI to ignore the player's movements if the software determines that the player's units are not visible to the computer's troops.

ALTERNATIVES TO COMBAT

Conflict does not necessarily involve physical combat. Whereas RTS games and simpler strategy games tend to focus on combat, more advanced games include ele­ments of diplomacy, crisis management, and espionage. For example, in Civilization III, the response of the enemy leaders to diplomatic overtures depends in large part on whether the player has the force to back up her tough words. Of course, diplo­macy isn't all about threatening enemies—it also allows the player to form alliances that can avert war and encourage trade.

Diplomacy and espionage suit a slower-paced strategy game, one designed to be played over a long period of time. The extra nuance and depth that diplomacy adds to an otherwise standard strategy game is well worth the extra time and effort spent designing and implementing a full-fledged system of diplomats and spies. Diplomacy gives the player an extra degree of freedom that allows her to create more devious and interesting game plans than would be possible otherwise.

Strategy games nevertheless tend to reward aggressive measures more than they do peaceful ones because war is easier to model than diplomacy and is more exciting to watch. The consequences of war are presented as less dire than they are in the real world, and the goal of the game is often domination of the world, not peaceful coexistence. It would be interesting to see a strategy game whose goal was to avert war and promote prosperity; the player's role would perhaps be the secretary - general of the United Nations.

EXPLORATION CHALLENGES

Exploration lets players investigate unknown terrain in a game world. As a designer, you may give the player new worlds or make creative use of the familiar world. Consider X-COM: UFO Defense, which depicts the secretive invasion of Earth by aliens. Players are of course familiar with the map of the Earth, but the location of hidden alien bases and UFO landing sites is a mystery until the player sends out a squad of soldiers to investigate.

X-COM presents the player with a landscape shrouded in darkness, a darkness that dissipates only when the player's soldiers enter an area. This technique is used in most strategy games involving exploration to increase their difficulty. If the terrain is generally flat, you can decide that the area to be revealed is simply a circle of a certain diameter around a unit, but in hilly terrain you may wish to compute the actual lines of sight for the units so that enemy units behind hills or other obstruc­tions remain hidden. The level design in many single-player war games uses the player's ignorance of the landscape heavily; to win a level, for instance, the player may have to explore enough to find some key feature, such as a bridge over an impassable river or a back way to sneak up on the computer player's headquarters.

Games often present territory that has been explored—but is not currently patrolled by the player's forces—as dim, with only landscape details and no

image172information about the presence of enemy units. These two techniques—unexplored regions shown in black and explored but unpatrolled regions shown dimly—are collectively known as the fog of war. Figure 14.1 shows the bright area currently visible to the player, the dimmed area that has been explored but is not currently visible (due to lack of troops there to provide intelligence), and the black bulk of the land that remains unexplored.

Подпись: Settler

0.0.1/1 Desert

Подпись: Iron Working (38 turns)CKlna - Despotism (4.6.0) 2510 BC 45 Cold (+0 per turn)

The fog of war lends realism and excitement to the game. Because the player can­not see what is happening in areas where he has no troops, he could be attacked unexpectedly if he does not take appropriate defensive measures. These games reward those who set up guard units to warn of impending invasions and those who send out scouts to find out where the enemy is.

Hiding the unexplored landscape itself, however, is completely unrealistic in any game set after about the year 1500. Armies haven't had to fight wars without a map of the terrain for several centuries. Games continue to hide the landscape from the player because the task of exploring makes the game more challenging. In a lot of games, if the player can see the landscape clearly, he is able to plan more effectively and therefore win more quickly. Many games also cheat, hiding the landscape from the player but allowing the computer's AI to see it. This gives the computer an advantage that the player does not have and helps to compensate if the AI isn't very good in the first place. It's a design solution to a programming problem: weak AI.

ECONOMIC CHALLENGES

The sinews of war: a limitless supply of money.

—Cicero

Strategy games such as chess give the players a fixed number of units at the begin­ning of the game, and the players make do with what they've been given. Other games offer a mechanism for acquiring more units as the game goes on, which makes the campaign more a process of growth than of attrition. In Risk, for exam­ple, each player gets a number of new units at the beginning of his turn; the exact amount is based on a few easily calculated factors.

Computer strategy games allow for far more complex calculations than a human being playing Risk is willing or able to perform. Designers of computer strategy games frequently take advantage of this to include a richer internal economy for the player to manage. Rather than starting with a large number of units at the beginning of a level, the player has to obtain some resource—let's assume it's gold—that the player can convert to units later on. This lets the player decide when to buy the units and what sorts of units to purchase, and therefore, offers her greater freedom to fight the battle in whatever way she prefers.

You can supply the players with a limited amount of gold at the beginning of a level and put more gold out in the landscape for them to discover. These locations, or mines, can produce either a limited or an unlimited amount of gold. If mines produce an unlimited amount, the game could, in principle, go on forever; if not, the game must eventually come to an end as the resource runs out.

PREVENTING RESOURCE RUSHES

Strategy games that place resources, such as gold, in the landscape for the players to use often turn into rushes to grab the mines. Monopolizing production of resources then becomes a dominant strategy, and players avoid trying any other. To prevent this, make the map layout fairly symmetrical, with similar amounts of gold near each side's headquarters. If you put mines farther out in the landscape for the players to find, put comparatively little gold in them. That makes finding one a nice bonus but not a decisive advantage.

It is vitally important that the economic productivity of all sides be equally balanced, or economic advantages will rapidly outweigh strategic skill.

>________________________________________________________________________________________________________________ <

More complicated games use several different resources; in fact, if the economy of a strategy game becomes complicated enough, the game really turns into a hybrid of strategy game and construction and management simulation. The Age of Empires and Civilization series are both really hybrids, not straight strategy games, though we'll look at the economy within Age of Empires as an example here.

In Age of Empires, the player must obtain food, wood, stone, and gold, each from its source, worked by units designated for the purpose and brought back to a central storage area. The player spends resources to construct factories, and the factories in turn produce units (which also consumes resources). The factories effectively form the player's headquarters and must be defended, adding a new conflict challenge.

Добавить комментарий

FUNDAMENTALS OF GAME DESIGN, SECOND EDITION

Arcade Mode Versus Simulation Mode

Switching into arcade mode skews the play toward lots of action and relatively few slow-paced game states, such as strikeouts or walks. Arcade mode makes the game more exciting at …

THE SECRET OF MONKEY ISLAND

The Secret of Monkey Island, now nearly 20 years old, remains worth studying because it spawned a highly successful franchise. Although it is ostensibly set on a Caribbean island in …

Human Intelligence Instead of Artificial Intelligence

In single-player games, the player competes against the computer, so the computer has to have enough artificial intelligence (AI) to be a good opponent; building the AI for a complex …

Как с нами связаться:

Украина:
г.Александрия
тел./факс +38 05235  77193 Бухгалтерия

+38 050 457 13 30 — Рашид - продажи новинок
e-mail: msd@msd.com.ua
Схема проезда к производственному офису:
Схема проезда к МСД

Партнеры МСД

Контакты для заказов оборудования:

Внимание! На этом сайте большинство материалов - техническая литература в помощь предпринимателю. Так же большинство производственного оборудования сегодня не актуально. Уточнить можно по почте: Эл. почта: msd@msd.com.ua

+38 050 512 1194 Александр
- телефон для консультаций и заказов спец.оборудования, дробилок, уловителей, дражираторов, гереторных насосов и инженерных решений.