Game Design: Theory & Practice- P20 pptx

30 201 0
Game Design: Theory & Practice- P20 pptx

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Beta: The state games reach after passing through Alpha, and the last step before a game is published or otherwise released to the public. In Beta, changes made to a game are supposed to be strictly limited to bug fixes. Some developers define Beta to be when they first have what they consider to be a release candidate. See also Alpha and Release Candidate. Bible: Used in the gaming industry to refer to various reference materials used during a game’s development. See Art Bible and Story Bible. Boss Monster: An enemy in a game, though not necessarily a “monster” per se, which is much larger or simply more difficult to defeat than the other opponents in the game. Typically boss monsters are placed at the end of levels and provide a climax for that level’s gameplay. ’Bot: Short for “robot,” this refers to artificial intelligence agents that are designed to appear to play similarly to humans, typically designed to work in first-person shooter death-match games. Quake III Arena and Unreal Tournament both feature ’bots as the player’s only opposition in the single-player game. BSP: Short for Binary Space Partition. A method for storing and rendering 3D space which involves dividing the world into a tree of space partitions, most famously used in id Software’s games Doom and Quake. Builder Games: One term used to describe games in which the player is responsible for building lasting structures in the game-world. In a sense, in builder games, the play- ers are responsible for the level design. Examples of this type of game are SimCity, Civilization, RollerCoaster Tycoon, and The Sims. Burn Rate: The amount of money a company, typically a developer, spends in a month to keep itself in business. This typically includes all of the employees’ salaries, rent, utilities, and other persistent expenses. Sometimes publishers will try to fund a developer only to the extent of its burn rate, so that the developer does not have any spare cash and remains forever beholden to the publisher. Candidate: See Release Candidate. Capture the Flag: A game involving two teams, both of which have a flag. The flag is kept at a specific location and possibly guarded, while the players on both teams try to grab the other team’s flag through stealth or brute force. In computer games, this is often a game variant offered in first-person shooter multi-player cooperative games, such as Quake or Unreal. Choke-Point: A point in a game past which a player can progress only by passing through a particular area, completing a particular puzzle, or defeating a particular mon - ster. Often the areas preceding and following a choke-point allow the player more freedom of play, while the choke-point presents a task the player absolutely must accomplish before proceeding. 548 Glossary TEAMFLY Team-Fly ® Classic Arcade Game: Does not necessarily mean a game that is a classic, but any game which was released during the early period of arcade games or which exhibits the traits typical of those games. Classic arcade games include simple, single-screen-player games such as Space Invaders, Centipede, Robotron 2084,orPac-Man. Classic arcade game is defined more fully in Chapter 4. See also Arcade Game. Code: When used in reference to games, code is the lines of text that programmers enter into the computer and which the computer then compiles into the functional game. A talented programmer is sometimes referred to as a code-jockey. Color: Beyond the obvious definition, in terms of game design this may also refer to the specific content and setting of a game. Monopoly, for instance, includes the street names of Atlantic City and a depression era real-estate mogul theme as a means of pro - viding color. Color is separate from the gameplay itself. Concept Document: Also known as a pitch document. This is a short document that includes text and concept sketches and that is used to initially sell the idea of a project to a publisher or other financier. A concept document gives the reader an idea of what the game will involve without including sufficient detail to actually develop the game. If accepted, the concept document is usually expanded into the design document. Concept Sketch: A sketch of a particular game art asset which is used to show some- one what the art will look like, approximately, before that graphic or model is actually created. May also be a sketch of a scene from the game as it will appear once the game is functional. Creative Services: A deceptively titled wing of the publisher which is typically in charge of creating the box art and other advertisements and logos for a game. Critical Path: The path that the player is expected and encouraged to follow when moving through a game or a particular level. Somewhat reminiscent of the yellow brick road in The Wizard of Oz. CRPG: A computer version of a role-playing game. See also Role-Playing Game. CTF: Typically refers to Capture the Flag multi-player games, though it may also refer to Valve Software’s Classic Team Fortress game. See Capture the Flag. Cut-Scene: A non-interactive portion of a game typically used to communicate to the player information about the game’s story line, sometimes involving pre-rendered or live action full-motion video, other times using the game’s real-time graphics engine. Cut-scenes often come between levels in a game, and are sometimes used as rewards for the player having finished a particularly challenging portion of the game. Death March: When a development team, particularly the programmers, works every waking moment on a project for a long period of time, typically trying to make an unachievable deadline of some sort. Often the death march is entered into thinking it will be over soon enough, but it then drags on long beyond what anyone thought possible. Glossary 549 Death-Match: A multi-player game in which the players’ only goals are to kill each other. Usually refers to games of that sort in first-person shooters such as Doom, Unreal, or Duke Nukem 3D. Design Document: The textual reference used in developing a game which attempts to describe in detail every important aspect of the game’s design. Sometimes referred to as the Functional Specification. Described more completely in Chapter 17, “The Design Document.” DM: Depending on context, see Dungeon Master or Death-Match. Dungeon Master: The term for the Game Master used in conjunction with Dungeons & Dragons games. See Game Master. Engine: The core code that handles the most basic functionality of the game, but not including the code which governs specific gameplay functionality. Sometimes the engine is split up into the rendering engine, the sound engine, the behavior engine, and so forth. Each of these components can be considered to be part of the game’s engine as a whole. Engines are typically more general than a particular game, which allows them to be reused for multiple different projects. However, some developers use the term Engine to refer to the entirety of a game’s source code. For example, id Software has licensed their Quake engine for use in a broad range of games, from Half-Life to Sol- dier of Fortune to Heavy Metal: FAKK 2. Finite State Machine: See State-Based AI. First-Person Shooter: The type of game exemplified by Doom, Half-Life, Unreal, Marathon, Quake, and Duke Nukem 3D. In first-person shooters, the player’s perspec- tive of the world is from the first person and her objective is to shoot everything in sight, though some first-person shooters offer some subtle variations on this goal. Flight Simulator: Often shortened to flight sim, this is a type of game which attempts to model the flight of a real-world aircraft. The amount of realism involved varies from game to game; some games are extremely realistic and difficult, while oth - ers prevent the player from crashing entirely. Examples include Microsoft Flight Simulator, F-15 Strike Eagle, Flight Unlimited, and Hellcats Over the Pacific. FMV: See Full-Motion Video. Focus: A brief, three- to five-sentence description of the most important concepts guiding a game’s development. Described in detail in Chapter 5, “Focus.” FPS: Depending on the context, this may refer to the first-person shooter genre of games or to the frames per second that the game’s engine is currently rendering. See First-Person Shooter. FSM: Stands for finite state machine. See State-Based AI. Full-Motion Video: Any non-real-time graphics in a game which are displayed quickly in a sequential order to create a movie-like effect. Full-motion video can be of 550 Glossary live actors, computer-generated environments, or a combination of the two. Functional Specification: The sister document to the Technical Specification, in that it describes how the game will function from the user’s perspective, as opposed to how the programmer will implement that functionality. In game development, typically referred to as the Design Document. See also Design Document. Fuzzy Logic: A type of AI that introduces some degree of randomness into the deci - sion making process. This means that, given the exact same inputs, an AI agent will make different decisions based on chance. Game: The Oxford Universal Dictionary includes a number of definitions for “game.” The definition we are most interested in for this book reads as follows: “A diversion of the nature of a contest, played according to rules, and decided by superior skill, strength, or good fortune.” To rephrase, a game presents an entertaining challenge to the player or players, a challenge which the player or players can understand and may be able to succeed at using their wits, dexterity, luck, or some combination thereof. To expand, in order for that challenge to be meaningful, the player must be presented with a number of interesting choices for how to succeed at the game, and those choices must be non-trivial. And in order for the challenge to be truly meaningful, the game must define the criterion for success. This excludes “software toys” such as SimCity from being games. Of course, one could write an entire book about the nature of a game, but this is not that book. Game Design: The game design establishes the shape and form of the gameplay in a game. The game design may be communicated through a design document, or it may only exist in the head of the implementors of the game. See also Gameplay. Game Designer: The game designer is the person on a project who is responsible for establishing the form of the gameplay through the game design. See also Gameplay and Game Design. Game Engine: See Engine. Game Flow: The chain of events that make up the playing of a given game. A game can be said to flow between its action, exploration, puzzle-solving, and storytelling components. The proportional amount of time spent in each of these components and the pace at which the game takes place contributes to its overall flow. Game Master: In a pen and paper role-playing game, the game master is the player who governs the actions of all of the other players in the game-world. The game master often has also dreamt up the adventures that the players are going on, and continues to dynamically create this story as the players navigate through it. Game Mechanic: A specific way in which a part of the gameplay is implemented. For instance, the mechanic for doing an attack-jump in Crash Bandicoot is to hold down the “down” or “crouch” button while in mid-jump. The mechanic for sending a unit to a new location in WarCraft is to click on the unit in question with the left mouse Glossary 551 button, move the pointer to the desired position on the map, and then to click there with the right mouse button. The gameplay as a whole is made up of a number of different game mechanics combined together. Gameplay: The gameplay is the component that distinguishes games from all other artistic mediums. The gameplay defines how the player is able to interact with the game-world and how that game-world will react to his actions. One could consider the gameplay to be the degree and nature of a game’s interactivity. Of course many differ - ent people have different definitions for gameplay, but as far as this book is concerned, gameplay does not include the game’s story, graphics, sound, or music. This is easy to understand if one recalls that gameplay is what separates games from other artistic mediums; each of these components is found in literature, film, or theater. Gameplay also does not include the code used to make the game run, the game’s engine, though that engine does necessarily implement the gameplay. The gameplay, however, could be implemented using a completely different engine while remaining identical. Game-World: This is the space in which a game takes place. In a board game such as The Settlers of Catan, the game-world is represented by the board the game takes place on. For a sports game, the game-world is the real-world but is limited to the extent of the field the game is played on. For a role-playing game, the game-world is maintained within the imaginations of the game master and the players. For a computer game, this is a “virtual” space which is stored in the computer’s memory and which the players can view via the computer screen. The actions the player makes in a game are limited to the game-world, as are the reactions of either the game itself or the other players. GM: Depending on the context, see Gold Master or Game Master. Going Gold: The time when a team completes a game and is thereby able to create the Gold Master which is sent to the duplicators. See also Gold Master. Gold Candidate: See Release Candidate. Gold Master: The version of the game, typically recorded onto gold CDs, which is going to be used by the duplicator to create copies of the actual shipping game. In other words, the final version of the game. Graphical User Interface: This is any communications method the player has of interacting with the computer that is primarily graphical in nature. For instance, the Macintosh has always had a graphical user interface, as opposed to the text-oriented one available in MS-DOS or UNIX. Games use GUIs for starting up new games, load - ing saved games, and choosing other options from the main menu, but also for communicating information to the player not readily apparent from their view of the game-world: the player character’s health, currently equipped weapon, amount of ammo, number of lives, score, and so forth. GUI: See Graphical User Interface. 552 Glossary Heads Up Display: A type of graphical user interface which is overlaid on top of the player’s game-world view. This may include the player character’s health, a mini-map of the area, or radar of some sort, and typically communicates vital information to which the player must always have easy access. Heads up displays take their name from the displays used by jet fighter pilots, which constantly convey crucial flying informa - tion to those pilots while they are navigating the plane. See also Graphical User Interface. High Concept: An idea for a game which attempts to merge disparate types of gameplay or setting into one game, without regard to whether those different ideas will work well together. An example might be making a first-person shooter which is also a racing game, or a wargame which includes a golf simulator. Usually synonymous with “bad concept.” HUD: See Heads Up Display. IF: See Interactive Fiction. IK: See Inverse Kinematics. Input/Output: Often shortened to I/O, this refers to the systems a computer uses to allow the player to input information (typically a keyboard and a mouse) in combina- tion with how it communicates information back out to the user (typically the monitor). In terms of computer games, the I/O refers to the controls with which the player manip- ulates the game and the way the game then communicates to the player the current nature of the game-world. Interactive: An interaction is when two systems, be they a human and a human, a human and a computer, or a computer and a computer, are mutually active in a given process. For instance, a television show is not interactive, since only the television out - puts data and completely ignores whatever the user/audience does. A conversation between two people is interactive, however, since both parties listen to what the other has to say and will then say something related or in response to that. As another exam - ple, a strict lecture is not interactive since the lecturer reads a prepared speech without any input from the audience. A discussion group, however, is interactive, since the pro - fessor or leader of the discussion will answer the students’ questions and listen to and evaluate their ideas. Games are interactive since they allow both the player and the computer to determine the shape of that particular game. Computer games are not being especially interactive when they play long cut-scenes over which the player has no control. Interactive Fiction: A term originally coined by Infocom, which is an alternate name for text adventures. Some people use interactive fiction to describe any games which use text to describe scenes and include a text parser, even if graphics are also included. See also Text Adventure. Glossary 553 Interactive Movie: A term coined by those working in games who wish to call their profession something more glamorous than what it is, similarly to how the comic book industry sometimes attempts to call some of its longer and more sophisticated works “graphic novels.” Typically, interactive movies involve more and longer cut-scenes than your average game. Unfortunately, the makers of so-called “interactive movies” typi - cally add more movie than they do interactivity, resulting in works which are almost always not very good movies and lack the interactivity to be good games. Inverse Kinematics: An animation technique whereby a joint in a character’s skele - ton is moved to a desired location and the joints that depend on or are influenced by that joint are automatically moved to the correct location. For example, if animating a humanoid, the hand could be moved toward a door handle and the elbow and shoulder would automatically move to reasonable positions. See also Skeletal Animation. I/O: See Input/Output. Isometric: Isometric is defined to mean “equality of measure,” particularly in refer- ence to drawing objects. If one were isometrically drawing a cube from a distance with one of the points of the cube pointing directly toward the viewer, the lines of the cube would all be of the same length and would not use any foreshortening. Games such as Civilization II, SimCity 2000, SimCity 3000, and StarCraft are drawn isometrically. This allows a game to be drawn from a somewhat 3D overhead view which can then be scrolled around in all directions, without actually needing to involve a 3D rendering engine. The perspective on the world is technically wrong, but players do not seem to mind. Also referred to as a “three-quarters” view of the game world. LAN: An acronym for a Local Area Network. These networks typically consist of a small number of computers in a specific area networked to each other but not necessar - ily to the Internet or other networks. LAN Party: Held when a bunch of friends get together, bring their computers to one central location, and play multi-player games over them. Typically the fast “Ping” times allow players to have much faster and more lag-free games than are available over the Internet or other long-distance networks. Linear: When the only one way to get from point A to point B is via the line segment which connects them, we say that the movement is linear. Linear implies a lack of choice outside of a single dimension: forward or backward. In gaming, a linear game is one that does not give the player much choice in what he does. For some games, linear may mean no choice at all, since backward is often not even an option. Lone Wolf: Term used to describe game developers who do practically everything themselves in the development of a game: the design, programming, art, sound, and writing. At the very least, a lone wolf developer must do all of the game’s design and programming herself. A lone wolf does not typically develop commercially released software any more, though there are exceptions. For example, Chris Sawyer designed 554 Glossary and programmed all of RollerCoaster Tycoon by himself, with a contractor completing the art to his specifications. Though he did not do the art himself, Sawyer can still be described as a lone wolf developer. Massively Multi-Player: Strictly, a multi-player game involving a very large number of people playing it at once, at least 100 or more. Typically such games are also persis - tent and played over the Internet. Ultima Online and Ever Quest are examples of massively multi-player games. See also Multi-Player and Persistent. Media: Go out and buy Marshall McLuhan’s Understanding Media. Read it. Come back only when you fully understand it. Metagame: According to Richard Garfield, creator of Magic: The Gathering, the metagame is “how a game interfaces with life.” This means what the player takes to and brings away from a particular playing of a game and how that impacts his subse - quent playings of that game. This is particularly applicable to multi-player games. Take, for example, a game of Quake III Arena on the Internet. If one player is known to play unethically through camping and other undesirable tactics, players will be likely to make a special effort to eliminate him in subsequent games. This means that the player may end up losing subsequent games because of his behavior in previous games. This interaction between the players from game to game is not part of the playing of the game itself, but is part of the metagame that the playing creates. For another example, in Magic: The Gathering the time a player spends preparing his deck before a game, though not part of the game itself, is part of the metagame. Milestones: A term often used in contracts between publishers and developers. A milestone is an agreement of how much work on a project will be done at a specific date, with the publisher only paying the developer when that milestone (usually in the form of a current build of the game) is delivered to the publisher. Mod: Short for “modification,” mods are user-created add-ons or changes to an exist - ing game. Mods were popularized by id Software’s open-architecture policy which allowed players to make their own levels for Doom. Beyond levels, mods also often include new AI, new weapons, new art, or some combination of all three, potentially creating a radically altered gameplay experience from what was found in the original game. MUD: Stands for Multi User Dungeon. MUDs resemble a text adventure with heavy RPG elements in their central play mechanics, with the important difference being that they take place in persistent, massively multi-player worlds. MUDs were set up and run by college students starting in the 1980s. Players of the games, when they reached a high enough experience level or rank, would become the creators of the games’ content for other, more inexperienced players to explore. The primary interest many players have in MUDs is the social component, preferring to chat with people they have never seen before to going on Dungeons & Dragons style adventures. In many ways, Ultima Online is a carefully regulated graphical MUD. Another popular variant are MOOs, Glossary 555 which stands for MUD, Object Oriented. In terms of game design, MOOs and MUDs are identical; only the way they are programmed and set up is different. Multi-Player: A game that involves more than one player. Today, this typically also means “networked multi-player” where each player has his own computer and com - petes with the other players over a network, such as the Internet. Non-Linear: Obviously, the opposite of linear. In terms of gaming, this means that the player is not locked into achieving different goals in a specific order or in achieving all of the goals she is presented with. Instead, the player is able to move through the game in a variety of paths and can be successful in a variety of ways. Non-linearity leaves the player with more choice to play the game her own way. See also Linear and On a Rail. Non-Player Character: Any character in a computer game which is not controlled by the player. Typically this refers to game-world characters who are not hostile to the player, such as townspeople in an RPG. NPC: See Non-Player Character. NURBS: Stands for non-uniform rational B-splines. A 3D graphics technique for cre- ating curved surfaces, a detailed explanation of which should be sought out in a 3D graphics programming book. On a Rail or On Rails: A game is said to be on a rail when a player is forced to move through the game in a very specific, carefully controlled way, as if he were locked onto a rail that ran through the game. Games which are said to be “on a rail” or “on rails” are very linear games. A specific type of game called a “rail shooter” is on rails to such an extent that the flight path of the player’s vehicle is completely predeter - mined, and the player is only able to shoot at targets as they pass by. Rebel Assault is an example of a rail shooter. See also Linear. 180 Degree Rule: A film technique for cutting a scene that says that the camera must always stay on one side of a line that extends between the two centers of attention in the frame. If the camera never rotates anywhere outside of those 180 degrees, the audience will not become confused by the scene’s cuts from character to character. Parser: In gaming, often refers to the input method used by text adventures. A parser takes natural language words or sentences the player enters and translates them into commands that the game logic can understand. Parsers can become quite sophisticated while still failing to understand many of the sentences that players attempt to use as commands. Natural language processing is a major field of AI research, one that is still far from perfect, so it is no wonder that parsers have as much trouble as they do. A more modern usage of the term parser is in reference to the interpreter for a game’s scripting language. See also Text Adventure. Pathfinding: This is the portion of the AI code which allows an agent to figure out how to get from one location to another in the game-world. Ideally, pathfinding allows 556 Glossary the AI agent to avoid getting stuck on obstacles or other agents, yet pathfinding in many games is less than perfect. There are various algorithms, such as A*, that can be used for pathfinding which may have different results in terms of efficiency and the quality of the paths generated, though that is a topic better explored in a book about programming. See also A*. PC: May refer either to a game’s player character or to the Intel-based personal com - puter originally popularized by IBM and powered by MS-DOS. Also see Player Character. Persistent: A persistent game is one which continues running and maintaining the state of the game-world regardless of whether a particular player is actively playing it or not. Often persistent games are also massively multi-player, and vice versa. MUDs were one of the first persistent games, while commercial products such as Ultima Online and Ever Quest have made persistent games quite popular to mainstream gamers. See also MUDs. Pitch Document: See Concept Document. Place-Holder: Typically refers to sounds or art used in a game while it is in develop- ment but which the development team plans to replace before the game is released to the public. Platform: Often used to describe the different systems a game can be developed for. Popular gaming platforms past and present include the Apple II, Atari 800, Commodore 64, IBM PC, Commodore Amiga, Macintosh, Atari 2600, Nintendo Entertainment Sys- tem, Sega Genesis, and the Sony PlayStation. Player Character: This is the character the player controls in the game, such as Mario in Super Mario 64, Lara Croft in Tomb Raider, or the space marine in Doom. This term is a holdover from pencil and paper RPGs such as Dungeons & Dragons. Player Surrogate: See Surrogate. Playtesting: A term referring to the process of testing the gameplay of the game to see how well it plays. Playtesting is different from bug fixing or quality assurance in general since playtesting focuses on the performance of gameplay itself instead of gen - eral bug fixing. See Chapter 23, “Playtesting.” Port/Porting: The process of converting a game from one gaming platform to another, such as from the PC to the Macintosh, or from the Sony PlayStation to the Nintendo 64. Typically, games which are ported are completed on one system first, and only then brought over to the other system. PR: See Public Relations. Pre-Rendered: 3D graphics which are rendered into 2D sprites or images before the player plays the game. Myst features pre-rendered 3D graphics, while Unreal features real-time 3D graphics. See also Real-Time 3D. Glossary 557 [...]... strategy-oriented games which employ gameplay based on pen and paper or board wargames such as those made by Avalon Hill Computer wargames almost always simulate historic battles, typically feature hexagon-based play-fields, and use turn-based gameplay Games which are set in historical wars but are not strategic in nature are not generally referred to as wargames Classic examples of computer wargames include... through five or more release candidates Role-Playing Game: Games based on the type of gameplay established by pencil and paper role-playing games such as Dungeons & Dragons Those original non-computer-games were so titled because in them players took on the roles of characters of their own creation and guided them through a fantasy world Much of the gameplay in RPGs depends on the players role-playing... Isometric Turn-Based: Any game where the computer waits for the player to act before proceeding with its own actions Civilization, for instance, is a turn-based strategy game, while WarCraft is a real-time strategy game For some non-computer game examples, chess is a turn-based game while football (soccer) is real-time American football is a bizarre hybrid of real-time and turn-based gameplay Turn-Based... terms in all of computer game parlance Many game developers with inflated senses of what they are doing will refer to their RT3D first-person games as VR when, since they do not involve headsets, they are really nothing of the kind Marketing people are particularly fond of misusing and abusing this term VR: See Virtual Reality Wargame: When used in reference to computer games, wargame typically refers... precomputed before the actual gameplay is taking place Can also differentiate a game from being turn-based See also Turn-Based TE 558 Real-Time Strategy: A currently popular genre of games, including such titles as Command & Conquer, WarCraft, Total Annihilation, and Myth: The Fallen Lords This term is typically emphasized to differentiate these RTS games from turn-based strategy games such as Civilization,... Generation (Imagine Media, Inc.) A hybrid computer game/ console game magazine with an emphasis on cutting-edge game technology and, sometimes, the theory and people behind the games Web Sites www.mpath.com/dani A tribute page to the late Dani Bunten Berry, the tremendously gifted designer of the classic M.U.L.E Includes some of Berry’s writings about game design and reflections on her career www.costik.com... designer/programmers, 33-34, 71-72, 82-83, 116, 209, 259-261, 308, 466 vs programmers, 390-393 Game Developer’s Conference, 129-130, 170, 176, 185, 263, 272-273, 281, 396, 439 game engine, xviii, xxi, 191, 220-221, 249, 251-252, 254, 259-260, 281, 300, 384, 407 game sense,” 103 GameFX, 203, 206 gameographies, 41, 120, 213, 290, 377, 470 gameplay, xviii-xix, 43-46, 48, 53-57, 61-64, 323 addictive, 27-28, 60, 109, 156,... www.theinspiracy.com The home page for Noah Falstein’s game consulting company, The Inspiracy Includes a number of articles by Falstein and transcripts of some of his talks at the Game Developer’s Conference 565 Index Page numbers in bold indicate an image of that particular game 1830, 24 2D adaptation to 3D, 308, 373-374 game- worlds, 381-382 games, 114, 407, 412 graphics, 380 graphics vs 3D graphics,... action games, xviii, 43, 56, 140-141, 147-149, 172, 306, 352-353, 396, 401 action/adventure games, 44-45, 133, 211, 305, 335, 413-414, 418, 420 action/exploration games, 415, 418-419 active participants, 491 Activision, 187-189, 193, 199, 204-205 actors, 18, 360-361, 371 Adams, Douglas, 182-183 Adams, Scott, 353, 368 adaptation, 182 of non-computer games, 148 story to audience, 217 addictive gameplay,... bridge (game of), 3 Broadway, 12 Broderbund, 348-349, 437 BSP engines, 306 BTZ engine, 190 budgets, xxi, 55, 57, 75-76, 83, 85, 115-117, 185-186, 196-197, 200, 205-206, 212, 249-250, 252, 270-271, 295, 301-302, 363, 369-371, 373, 458 builder games, 409, 434 building, 25, 407 a functional area, 256-257 as gameplay, xviii, 379, 400, 408, 451-452 game- worlds, 379 incrementally, 254-256 levels, 251 the game, . form of the gameplay through the game design. See also Gameplay and Game Design. Game Engine: See Engine. Game Flow: The chain of events that make up the playing of a given game. A game can be. being games. Of course, one could write an entire book about the nature of a game, but this is not that book. Game Design: The game design establishes the shape and form of the gameplay in a game. . candidates. Role-Playing Game: Games based on the type of gameplay established by pencil and paper role-playing games such as Dungeons & Dragons. Those original non-computer-games were so titled

Ngày đăng: 01/07/2014, 17:20

Từ khóa liên quan

Mục lục

  • sample.pdf

    • sterling.com

      • Welcome to Sterling Software

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan