Chapter 4: Internal Economy

Slides:



Advertisements
Similar presentations
Game Design Serious Games Miikka Junnila.
Advertisements

CORE MECHANICS. WHAT ARE CORE MECHANICS? Core mechanics are the heart of a game; they generate the gameplay and implement the rules. Formal definition:
Coaching Pack 5 – 8 Years.
Fundamentals of Game Design, 2 nd Edition by Ernest Adams Chapter 10: Core Mechanics.
StarCraft Learning Algorithms By Logan Yarnell, Steven Raines, and Dean Antel.
CHAPTER 10: CORE MECHANICS Definitions and Mechanisms.
Management Information Systems
Video Games & Object Oriented Programming. Games.
Fundamentals of Game Design, 2 nd Edition by Ernest Adams Chapter 18: Construction and Management Simulations.
Fundamentals of Game Design, 2 nd Edition by Ernest Adams Chapter 15: Role-Playing Games.
Dr Nick Mitchell (Room CM 224)
Understanding AI of 2 Player Games. Motivation Not much experience in AI (first AI project) and no specific interests/passion that I wanted to explore.
© 2012 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
Chapter 2 Computerized Entertainment and Classification 1.
Chapter 14 Part 1: Core Game Mechanics By Nolan Driessen.
Phase-1: Prepare for the Change Why stepping back and preparing for the change is so important to successful adoption: Uniform and effective change adoption.
Elements of a Short Story ENG 2D1. What is a Short Story? A short story is a piece of prose fiction, usually under 10, 000 words, which can be read in.
Chapter 1 marketing is all around us Section 1.1
Chapter 7 Play and Game Culture. Chapter 7 Play and Game Culture.
Elements Of GamePlay.
Scarcity and the Science of Economics
Algorithms and Problem Solving
What is a CAT? What is a CAT?.
Designing and Developing Games
GAMEPLAY The strategies required to reach specific end points within computer gaming are collectively termed gameplay. However, gameplay is only one element.
OVERWATCH Chinmay Gandhi Computer Studies A Block 1.
Week 7 - Friday CS221.
Game Art and Design Unit 3 Lesson 5 Resources and Boundaries
IS 130 Information systems 1
Chapter 5: MACHINATIONS
Database Systems Chapter 3 1.
Economic Decisions and Systems
Multi-Step Equations How to Identify Multistep Equations |Combining Terms| How to Solve Multistep Equations | Consecutive Integers.
Chapter 7: DESIGN PATTERNS
Essential Standard 5.00 Understand fundamental economic concepts to obtain a foundation for employment in business.
hamzah asyrani sulaiman
Chapter 3: Complex systems and the structure of Emergence
Multiplayer Games By: Miss Dinnella.
Equations and Inequalities
Fundaments of Game Design
Game Art and Design Unit 3 Lesson 3 Procedure and Rules
Fundaments of Game Design
Management Accounting
Game Art and Design Unit 3 Lesson 3 Procedures and Rules
Teaching with Instructional Software
Understanding the Financial Planning Process
Difficulty Modes and DDA Flow in Games Difficulty and Reward
LESSON 13 – INTRO TO ARRAYS
Understand the role of business in the global economy.
Heaps Chapter 11 has several programming projects, including a project that uses heaps. This presentation shows you what a heap is, and demonstrates.
Lesson 1 Matter and Its Properties Lesson 2 Matter and Its Changes
Chapter 2 Marketing Plan. Chapter 2 Marketing Plan.
Understand the role of business in the global economy.
D15 – Bellringer! Why are resources important to a game?
1.3 Energy and Equilibria Significant Ideas
Algorithms and Problem Solving
Markov Decision Problems
Computer Literacy BASICS
Chapter 14 Part 1: Core Game Mechanics By Nolan Driessen
Principles of Science and Systems
D12 – Bellringer! Why are resources important to a game?
Circular Flow Lesson 1.4.
Solving Workplace Problems
Difficulty Modes and DDA Flow in Games Difficulty and Reward
CAP4800/5805 Systems Simulation
Understand the role of business in the global economy.
Arrays.
  Introduction When faced with the task of designing and building a VEX robot, students (and teachers) will often immediately want to pick up their tools.
Minimax Trees: Utility Evaluation, Tree Evaluation, Pruning
  Introduction When faced with the task of designing and building a VEX robot, students (and teachers) will often immediately want to pick up their tools.
Presentation transcript:

Chapter 4: Internal Economy Hamzah Asyrani Sulaiman

in games, the internal economy can include all sorts of resources that are not part of a real-life economy. In games, things like health, experience, and skill can be part of the economy just as easily as money, goods, and services.

Elements of Internal Economies

Resources All economies revolve around the flow of resources. Resources refer to any concept that can be measured numerically. Almost anything in a game can function as a resource: money, energy, time, or units under the player’s control all are examples of resources, as are items, power-ups, and enemies that oppose the player.

Resources TANGIBLE RESOURCES Tangible resources have physical properties in the game world. They exist in a particular location and often have to be moved somewhere else.

Resources INTANGIBLE RESOURCES Intangible resources have no physical properties in the game world—they do not occupy space or exist in a particular location. For example, once the trees in Warcraft have been harvested, they are changed into lumber, which is intangible.

Entities Specific quantities of a resource are stored in entities. (If you are a programmer, an entity is essentially a variable.) A resource is a general concept, but an entity stores a specific amount of a resource. An entity named “Timer,” for example, stores the resource time—probably the number of seconds remaining before the end of the game.

Four Economic Functions SOURCES Sources are mechanics that create new resources out of nothing. At a certain time, or upon certain conditions, a source will generate a new resource and store it in an entity somewhere. Sources may be triggered by events in the game, or they may operate continuously, producing resources at a certain production rate. They may also be switched on and off

Four Economic Functions DRAINS Drains are the opposite of sources: They take resources out of the game, reducing the amount stored in an entity and removing them permanently

Four Economic Functions CONVERTERS Converters turn resources of one kind into another. As we mentioned, in Warcraft, trees (a tangible resource) turn into lumber (an intangible one) when the trees are harvested.

Four Economic Functions TRADERS Traders are mechanics that move a resource from one entity to another, and another resource back in the opposite direction, according to an exchange rule.

Economic Structure

Economic Shapes

Economic Shapes

The Shape of a Game of Chess

From Mechanics to Shapes To produce a particular economic shape, you need to know what type of mechanical structures create what shapes. Fortunately, there is a direct relationship between shapes in a game’s economy and the structure of its mechanics. In the next sections, we discuss and illustrate the most important building blocks of economic shapes

From Mechanics to Shapes NEGATIVE FEEDBACK CREATES AN EQUILIBIRIUM Negative feedback makes a system resistant to changes: The temperature of your refrigerator is kept constant even if the temperature outside the refrigerator changes. The point at which the system stabilizes is called the equilibrium.

From Mechanics to Shapes NEGATIVE FEEDBACK CREATES AN EQUILIBIRIUM Changing equilibriums requires a dynamic factor that changes more or less independently of the negative feedback mechanism. The outside temperature throughout the year is an example of a periodical equilibrium that is caused by the periodic waxing and waning of the available hours of daylight and the relative strength of the sun.

From Mechanics to Shapes POSITIVE FEEDBACK CREATES AN ARMS RACE In games, this type of positive feedback is often used to create an arms race between multiple players. A good example is the harvesting of raw materials in StarCraft (or similar constructions in many other RTS games).

From Mechanics to Shapes LONG-TERM INVESTMENTS VS. SHORT-TERM GAMES If StarCraft were a race to collect as many minerals as possible without any other considerations, would the best strategy be to build a new SCV unit every time you’ve collected enough minerals?

From Mechanics to Shapes FEEDBACK BASED ON RELATIVE SCORES During Marc LeBlanc’s talk on feedback mechanisms in games at the Game Developers Conference in 1999, he described two alternate versions of basketball. In “negative feedback basketball,” for every five points that the leading team is ahead, the trailing team is allowed to field one extra player. In “positive feedback basketball,” this effect is reversed: The leading team is allowed to field one extra player for every five points they are ahead.

From Mechanics to Shapes FEEDBACK BASED ON RELATIVE SCORES

Uses for Internal Economies in Games In the previous sections, we discussed the elements and common structures of internal game economies. In this section, we will discuss how game economies are typically used in games of different genres. Table 1.1 provided a quick overview of some mechanics that are typically part of that economy. Now, we will discuss the typical economic structures found across game genres in more detail. Uses for Internal Economies in Games

Use an Internal Economy to Complement Physics Obviously, physics make up the largest part of action games’ core mechanics. Physics are used to test the player’s dexterity, timing, and accuracy. Still, most action games add an internal economy to create an integral reward system or to establish a system of power-ups that requires resources.

Use an Internal Economy to Influence Progression The internal economy of a game can also be used to influence progression through a game that involves movement. For example, power-ups and unique weapons can play a special role in an action game’s economy. They can be used to gain access to new locations.

Use an Internal Economy to Add Strategic Gameplay It is surprising how many of the strategic challenges in real-time strategy games are economic in nature. In a typical game of StarCraft, you probably spend more time managing the economy than fighting the battle. Economies in strategy games usually involve multiple resources and involve many feedback loops and interrelationships. Setting up an economy like that for the first time is challenging, and finding the right balance is even more difficult.

Use an Internal Economy to Add Strategic Gameplay Early in the game, the player is awarded a magical dagger that allows that player to control time. This power can also be used during combat, for example just after the player has taken a big hit. the game is about using and sometimes sacrificing your material in order to produce as much strategic advantage as possible

Use an Internal Economy to Create Large Probability Spaces These games can also create a more personal experience, because the performance of players and their choices directly affect what parts of the probability space open up for exploration. When using an internal economy to customize the gameplay, there are three things you need to watch out for. First, in an online role-playing game, if a particular combination of items and skills is more efficient than others, players will quickly identify and share this information, and the economy will be thrown off-balance. Second, you have to be sure that the probability space is large enough that players do not end up exploring it entirely in one play session. Third, you should ideally design your levels in such a way that players can use different strategies to complete them. For example, in Deus Ex, the player can choose to develop a character in different ways.

Use an Internal Economy to Create Large Probability Spaces

Tips for Economy Construction Games Games in which the player builds an economy, such as construction and management simulations, tend to have large and complex internal economies. SimCity is a good example. As players zone areas and build infrastructure, they use these building blocks to craft an economic structure that produces the resources they need to increase it even further. Building a game like this requires the designer to assemble a toolbox of mechanics that the player can combine in many interesting ways. This is even harder than designing a complete, functional, and balanced economy yourself.

Tips for Economy Construction Games Don’t introduce all the player’s building blocks at once. Be aware of the meta-economic structure. Use maps to produce variety and constrain the possibility space

In this chapter, we introduced the essential elements of an internal economy: resources, entities, and some of the mechanics that manipulate them, including sources, drains, converters, and traders. We examined the concept of economic shapes as seen through graphs and showed how different mechanical structures can produce different shapes. Negative feedback creates equilibrium, while positive feedback creates an arms race among opponents. Implemented another way, positive feedback can produce a downward spiral, because a player finds it harder and harder to grow his economy. Feedback systems based on relationships between two players can produce effects that keep games close or tend to cause the player in the lead to stay in the lead. Summary

LAB SESSION STAR CRAFT II/WARCRAFT III/SIMCITY (will be determined soon)