SlideShare a Scribd company logo
Level 7
David Mullich
Game Design 1
The Los Angeles Film School
LAFS Game Design 7 - Prototyping
What is Prototyping?
Prototyping is the creation of a working model of your
idea that allows you to test its feasibility and make
improvements to it.
Game prototypes, while playable, usually only include
a rough approximation of the artwork, sound, and
features.
Their purpose is to allow you to focus on a small set
of the game’s mechanics and see how they function.
Prototype
Create a prototype that answers the questions at hand.
A prototype is an early playable version of the game,
section of game, or game system.
A prototype, whether paper
or electronic, should be:
• Playable
• Quick to Make
• Easy to Change
Types of Prototypes
A single project might require a number of
different prototypes.
 Physical Prototypes
 Visual Prototypes
 Video Prototypes
 Software Prototypes
Rapid Prototyping
Digital prototyping is often more effective when it is
done in small, fast, throwaway projects.
When you pose a question about some aspect of
your gameplay, come up with a potential solution
and then build a quick and dirty model of that
solution to see if it will work.
A good rapid prototype makes a testable claim and
provides actionable learning about that claim.
LAFS Game Design 7 - Prototyping
Board Games
Many video game designers
started out as board game
designers, and many video
games are derived from board
games.
The designers or programmers of
these games used the paper-
based originals to figure out what
would work electronically.
Physical Prototypes
Physical prototypes are
the easiest type of
prototype for most game
designers to construct on
their own.
They are typically created
using slips of paper,
cardboard, and other
household objects.
Benefits of Physical Prototypes
 Allows you to focus on gameplay rather than
technology
 Making changes is faster, allowing for more
iterations
 Allows for nontechnical team members to
participate in the design process at a very high
level
 Allows for a broader and deeper
experimentation process simply because it can
be done without major cost or use of resources
How would you prototype the game
Battleship?
And, by the
way, this picture
is so wrong in
so many ways.
Prototype Example
So, you might end up with
something like this:
What rules
would you
modify and
how would you
implement
them?
Prototyping Battleship
Prototyping A First Person Shooter
Although a physical prototype of
an FPS can’t help you understand
the fluid process of running,
aiming and shooting in a 3D
environment, it can help you
understand the tactical issues of
weapon balance, territory control,
etc.
Prototype a first-person shooter using paper
and other physical items.
LAFS Game Design 7 - Prototyping
Digital Prototyping
A digital prototype extends the design work
done for the physical prototype and allows you
to test the essence of your game in its intended
format.
A digital prototype has:
 Elements needed to make them functional
 Minimal art and sound
 Incomplete gameplay
Reasons To Make A Digital Prototype
 Answering game design or technical
questions
 Establishing an effective production
pipeline
 Communicating your vision to your team
or a publisher
Building The Digital Prototype
1. Foundation: Build a representation of your
core gameplay
1. Structure: Prioritize structural elements to
add to your gameplay. Focus on rules over
features
 Features: Attributes that make the game richer (like
new weapons)
 Rules: Modification to the game mechanics that
change how the game works (like win conditions)
Building The Physical Prototype
3. Formal Details: Add the necessary rules
and procedures to make it a fully
functional game. Isolate each rule, test
it, remove it, add another, test it, repeat.
3. Refinement: Now examine the details,
and add ideas for features that came up
during testing but were not essential
Building The Physical Prototype
5. Dramatic: Add story, graphics, art.
5. Dynamic: Balance the attributes,
behavior and relationships of
components.
LAFS Game Design 7 - Prototyping
Core Gameplay Mechanic
The actions that a player repeats most often
while trying to achieve the game’s overall
goal. This is the foundation of your game.
While the meaning an consequences of
what a player does changes over the course
of a game, the core actions remain the
same from beginning to end.
Spider-Man 2 Core Gameplay
Core Gameplay Examples
 Warcraft: Players build and move units on a map in
real time with the intent of destroying opposing units
in combat
 Monopoly: Players buy and improve properties with
the goal of charging rent to other players who land on
them during the course of play
 Diablo: Players battle monsters, seek treasure, and
explore dungeons in an attempt to amass wealth and
become more powerful
 Super Mario Bros: A player controls Mario (or Luigi),
making him walk, run, and jump, while avoiding traps,
overcoming obstacles, and gathering treasure
Prototyping Game Mechanics
Game mechanics are discrete features of the
formal aspects of the game.
When prototyping game mechanics, keep it
simple and focus on your core mechanic.
Do not try to integrate all of your questions
about the game into a single prototype, at least,
not at first.
Prototyping Game Mechanics
Gameplay prototypes need not be stand-
alone programs.
Often the questions you will have about your
mechanics will involve some kind of number
crunching that could be tested using Excel
spreadsheets.
Pro Tips
Stop thinking about whether your game is fun to play,
and start thinking about whether it is fun to play with.
 Make sure your mechanics are fun to play even if
there are no goals.
 Make sure that when people see yur game, they
want to start interacting with it, even before they
know what to do.
LAFS Game Design 7 - Prototyping
Control Schemes
Games are about three things: input, output and
mechanics. The controls are the input part of the
equation.
As a designer, you need to make sure you
understand the capabilities of the controller for the
platform you are designing to.
This means creating a kinesthetic prototype and
testing the controls until they are perfectly
integrated into your gameplay.
Control Schemes
When you have
decided how the
controls will work,
create a control table
to make sure you
have thought of
everything.
Key Action
Arrow keys Walk forward, back,
left, right
Shift key Run
CTRL or Left
Mouse
Shoot (hold for
continuous shooting)
A key Look up
Z key Look down
Feedback
Let the player know, through either visual or auditory
feedback, that their action has been accepted.
Audio feedback is very good for letting the player know
that input has been received or something new is about
to happen.
Visual feedback is good for giving precise data like the
exact status of a player’s resources or letting the player
know where his units are.
Pro Tips
 Intuitive interfaces give a feeling of control.
 Your controls should be easy master, not hard to
master.
LAFS Game Design 7 - Prototyping
Viewpoints
The digital interface for a game is a
combination of the camera viewpoint of the
game and controls that allow the user to
interact with within the system.
The viewpoints for the first video games were
mainly limited to text descriptions (Zork is an
example) but they could be very immersive.
Overhead View
This view is primarily used for digital maps and
digital versions of board games.
Side View
The side view is popular with arcade and puzzle
games, but it has its most influence with the side
scroller.
Isometric View
Popular in strategy games, construction simulations,
and role-playing games, this view gives the player
easy access to a lot of information.
First Person View
This view creates immediacy and empathy with
the main character, but limits the player’s overall
knowledge of his environment.
Third Person View
Adventure games, sports games and other
games that depend on a more detailed control of
character actions use this viewpoint.
Designing the User Interface
The game’s interface works together with the
controls and the viewpoint to create the game
experience, and it needs to be very
understandable. So, how will you incorporate
this information around your main view?
Form Follows Function
Instead of merely copying the user interface and
control scheme of a game that’s similar to yours,
go back and think about what’s special about
your idea.
Next try to come up with innovative ways of
representing the play value of that idea in both
the controls and interface.
Metaphors
Visual interfaces are graphical
symbols that help us navigate
through the game.
When you design your game,
you need to consider its basic
metaphor. For example,
objects that a role-playing
character must carry could be
placed in a backpack.
Visualization
Players often need to process a lot of
game information very quickly.
Try to visual the information so that they
know their general status at a glance.
“Natural Mapping” is when we use
cultural expectations – such as gas
gauges and temperature meters – to
cue us as to what the information
presented on the screen means.
Grouping Features
It is often best to group similar features together
visually so that the player always knows where to
look for them.
Consistency
Do not move your
features from one
area to another
when changing
screens or areas of
the game. Keep
meters and buttons
in the same place!
Questions To Ask Yourself
 What is the purpose of your interface?
 What viewpoint is the best choice for that
purpose?
 How much information should the player know
about the state of the game?
Designer Perspective: Bruce Shelley
G4 Icons Episode #15: Bruce Shelley
FOUNDATION PROTOTYPE
Your first prototype need only consist of the core
mechanic (action-purpose: for example, jump to
collect coins).
That mechanic should be supported by the necessary
controls to use the mechanic and visual feedback to
demonstrate the controls work.
Your main objective for this prototype should be to
confirm that the idea is a fun foundation for a game.
LAFS Game Design 7 - Prototyping

More Related Content

PPTX
Game development
PPTX
Game Design
PPTX
Game Design Process
PDF
Introduction to Game Design
PPTX
Game Development Step by Step
PPTX
Game development
PPTX
Phases of game development
PDF
Introduction to Game Development
Game development
Game Design
Game Design Process
Introduction to Game Design
Game Development Step by Step
Game development
Phases of game development
Introduction to Game Development

What's hot (20)

PPTX
Game dev process
PDF
Game Development workshop with Unity3D.
PPTX
Game Design Principle
PDF
06. Game Architecture
PPTX
Unity3D Programming
PPSX
An Introduction To Game development
PPTX
Introduction to Game Development and the Game Industry
PPTX
Introduction to game development
PDF
Game Design Fundamentals
PPT
1 lecture (game history, genere and culture) 12 1-2021
PDF
게임제작개론 : #7 팀 역할과 게임 리소스에 대한 이해
PPTX
Introduction to Game Development
PPTX
Game Design Document - Step by Step Guide
PDF
Unreal Engine Basics 05 - User Interface
PPT
Fundamentals of Game Design - Ch2
PPTX
The Art of Game Development
PDF
Game Mechanics
PPTX
Game Architecture and Programming
PPS
Game Development Company, Flash Game Development,
PPTX
Introduction to Game Development
Game dev process
Game Development workshop with Unity3D.
Game Design Principle
06. Game Architecture
Unity3D Programming
An Introduction To Game development
Introduction to Game Development and the Game Industry
Introduction to game development
Game Design Fundamentals
1 lecture (game history, genere and culture) 12 1-2021
게임제작개론 : #7 팀 역할과 게임 리소스에 대한 이해
Introduction to Game Development
Game Design Document - Step by Step Guide
Unreal Engine Basics 05 - User Interface
Fundamentals of Game Design - Ch2
The Art of Game Development
Game Mechanics
Game Architecture and Programming
Game Development Company, Flash Game Development,
Introduction to Game Development
Ad

Similar to LAFS Game Design 7 - Prototyping (20)

PDF
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
PPT
User interfaces
PPTX
LAFS SVI Level 3 - Game Design and Analysis
PPTX
User Interface
PDF
Games design notes
PDF
Presentation sanlab workshops
PDF
01 - Introduction to Game Mechanics
PPTX
Game Programming Module for Sprite, Scripting
PDF
Aft713 fundamental of game design 1.2
PPTX
New Microsoft PowerPoint Presentation.pptx
KEY
Game Design at Parsons Day1
PPT
Gambit Summer 2009 Talk
PPT
Game designdocs
ODP
Finding The Fun
PPT
20131105 concepts of game design
PPTX
LAFS Game Design 6 - Conceptualization
PPTX
Game Elements
PPT
Introduction to game_design
PPT
Ch1 (2)
PPTX
Quick prototyping (Construct 2 & Unity) by Roan Contreras
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
User interfaces
LAFS SVI Level 3 - Game Design and Analysis
User Interface
Games design notes
Presentation sanlab workshops
01 - Introduction to Game Mechanics
Game Programming Module for Sprite, Scripting
Aft713 fundamental of game design 1.2
New Microsoft PowerPoint Presentation.pptx
Game Design at Parsons Day1
Gambit Summer 2009 Talk
Game designdocs
Finding The Fun
20131105 concepts of game design
LAFS Game Design 6 - Conceptualization
Game Elements
Introduction to game_design
Ch1 (2)
Quick prototyping (Construct 2 & Unity) by Roan Contreras
Ad

More from David Mullich (20)

PPTX
LAFS Game Mechanics - Replayability
PPTX
LAFS Game Mechanics - Balancing
PPTX
LAFS Game Mechanics - Narrative Elements
PPTX
LAFS Game Mechanics - Randomness and Risk
PPTX
LAFS Game Mechanics - Information and Game Mechanics
PPTX
LAFS Game Mechanics - Social Mechanics
PPTX
LAFS Game Mechanics - Resource Management Mechanics
PPTX
LAFS Game Mechanics - Tactical Mechanics
PPTX
LAFS Game Mechanics - Progression Mechanics
PPTX
LAFS Game Mechanics - The Core Mechanic
PPTX
LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
PPTX
Game Fair
PPTX
LAFS Game Mechanics - Balancing
PPTX
LAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
PPTX
LAFS Marketing and Monetization Lecture 9: Community Development And Management
PPTX
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
PPTX
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
PPTX
LAFS Marketing and Monetization Lecture 5: Marketing Materials
PPTX
LAFS Marketing and Monetization Lecture 4: Social Media
PPTX
LAFS Marketing and Monetization Lecture 3: Game Funding
LAFS Game Mechanics - Replayability
LAFS Game Mechanics - Balancing
LAFS Game Mechanics - Narrative Elements
LAFS Game Mechanics - Randomness and Risk
LAFS Game Mechanics - Information and Game Mechanics
LAFS Game Mechanics - Social Mechanics
LAFS Game Mechanics - Resource Management Mechanics
LAFS Game Mechanics - Tactical Mechanics
LAFS Game Mechanics - Progression Mechanics
LAFS Game Mechanics - The Core Mechanic
LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
Game Fair
LAFS Game Mechanics - Balancing
LAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
LAFS Marketing and Monetization Lecture 9: Community Development And Management
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
LAFS Marketing and Monetization Lecture 5: Marketing Materials
LAFS Marketing and Monetization Lecture 4: Social Media
LAFS Marketing and Monetization Lecture 3: Game Funding

Recently uploaded (20)

PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
GDM (1) (1).pptx small presentation for students
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Lesson notes of climatology university.
PPTX
Cell Types and Its function , kingdom of life
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Institutional Correction lecture only . . .
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Classroom Observation Tools for Teachers
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Renaissance Architecture: A Journey from Faith to Humanism
GDM (1) (1).pptx small presentation for students
STATICS OF THE RIGID BODIES Hibbelers.pdf
Lesson notes of climatology university.
Cell Types and Its function , kingdom of life
Pharma ospi slides which help in ospi learning
Institutional Correction lecture only . . .
VCE English Exam - Section C Student Revision Booklet
102 student loan defaulters named and shamed – Is someone you know on the list?
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Microbial diseases, their pathogenesis and prophylaxis
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Classroom Observation Tools for Teachers
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student

LAFS Game Design 7 - Prototyping

  • 1. Level 7 David Mullich Game Design 1 The Los Angeles Film School
  • 3. What is Prototyping? Prototyping is the creation of a working model of your idea that allows you to test its feasibility and make improvements to it. Game prototypes, while playable, usually only include a rough approximation of the artwork, sound, and features. Their purpose is to allow you to focus on a small set of the game’s mechanics and see how they function.
  • 4. Prototype Create a prototype that answers the questions at hand. A prototype is an early playable version of the game, section of game, or game system. A prototype, whether paper or electronic, should be: • Playable • Quick to Make • Easy to Change
  • 5. Types of Prototypes A single project might require a number of different prototypes.  Physical Prototypes  Visual Prototypes  Video Prototypes  Software Prototypes
  • 6. Rapid Prototyping Digital prototyping is often more effective when it is done in small, fast, throwaway projects. When you pose a question about some aspect of your gameplay, come up with a potential solution and then build a quick and dirty model of that solution to see if it will work. A good rapid prototype makes a testable claim and provides actionable learning about that claim.
  • 8. Board Games Many video game designers started out as board game designers, and many video games are derived from board games. The designers or programmers of these games used the paper- based originals to figure out what would work electronically.
  • 9. Physical Prototypes Physical prototypes are the easiest type of prototype for most game designers to construct on their own. They are typically created using slips of paper, cardboard, and other household objects.
  • 10. Benefits of Physical Prototypes  Allows you to focus on gameplay rather than technology  Making changes is faster, allowing for more iterations  Allows for nontechnical team members to participate in the design process at a very high level  Allows for a broader and deeper experimentation process simply because it can be done without major cost or use of resources
  • 11. How would you prototype the game Battleship? And, by the way, this picture is so wrong in so many ways. Prototype Example
  • 12. So, you might end up with something like this: What rules would you modify and how would you implement them? Prototyping Battleship
  • 13. Prototyping A First Person Shooter Although a physical prototype of an FPS can’t help you understand the fluid process of running, aiming and shooting in a 3D environment, it can help you understand the tactical issues of weapon balance, territory control, etc.
  • 14. Prototype a first-person shooter using paper and other physical items.
  • 16. Digital Prototyping A digital prototype extends the design work done for the physical prototype and allows you to test the essence of your game in its intended format. A digital prototype has:  Elements needed to make them functional  Minimal art and sound  Incomplete gameplay
  • 17. Reasons To Make A Digital Prototype  Answering game design or technical questions  Establishing an effective production pipeline  Communicating your vision to your team or a publisher
  • 18. Building The Digital Prototype 1. Foundation: Build a representation of your core gameplay 1. Structure: Prioritize structural elements to add to your gameplay. Focus on rules over features  Features: Attributes that make the game richer (like new weapons)  Rules: Modification to the game mechanics that change how the game works (like win conditions)
  • 19. Building The Physical Prototype 3. Formal Details: Add the necessary rules and procedures to make it a fully functional game. Isolate each rule, test it, remove it, add another, test it, repeat. 3. Refinement: Now examine the details, and add ideas for features that came up during testing but were not essential
  • 20. Building The Physical Prototype 5. Dramatic: Add story, graphics, art. 5. Dynamic: Balance the attributes, behavior and relationships of components.
  • 22. Core Gameplay Mechanic The actions that a player repeats most often while trying to achieve the game’s overall goal. This is the foundation of your game. While the meaning an consequences of what a player does changes over the course of a game, the core actions remain the same from beginning to end.
  • 23. Spider-Man 2 Core Gameplay
  • 24. Core Gameplay Examples  Warcraft: Players build and move units on a map in real time with the intent of destroying opposing units in combat  Monopoly: Players buy and improve properties with the goal of charging rent to other players who land on them during the course of play  Diablo: Players battle monsters, seek treasure, and explore dungeons in an attempt to amass wealth and become more powerful  Super Mario Bros: A player controls Mario (or Luigi), making him walk, run, and jump, while avoiding traps, overcoming obstacles, and gathering treasure
  • 25. Prototyping Game Mechanics Game mechanics are discrete features of the formal aspects of the game. When prototyping game mechanics, keep it simple and focus on your core mechanic. Do not try to integrate all of your questions about the game into a single prototype, at least, not at first.
  • 26. Prototyping Game Mechanics Gameplay prototypes need not be stand- alone programs. Often the questions you will have about your mechanics will involve some kind of number crunching that could be tested using Excel spreadsheets.
  • 27. Pro Tips Stop thinking about whether your game is fun to play, and start thinking about whether it is fun to play with.  Make sure your mechanics are fun to play even if there are no goals.  Make sure that when people see yur game, they want to start interacting with it, even before they know what to do.
  • 29. Control Schemes Games are about three things: input, output and mechanics. The controls are the input part of the equation. As a designer, you need to make sure you understand the capabilities of the controller for the platform you are designing to. This means creating a kinesthetic prototype and testing the controls until they are perfectly integrated into your gameplay.
  • 30. Control Schemes When you have decided how the controls will work, create a control table to make sure you have thought of everything. Key Action Arrow keys Walk forward, back, left, right Shift key Run CTRL or Left Mouse Shoot (hold for continuous shooting) A key Look up Z key Look down
  • 31. Feedback Let the player know, through either visual or auditory feedback, that their action has been accepted. Audio feedback is very good for letting the player know that input has been received or something new is about to happen. Visual feedback is good for giving precise data like the exact status of a player’s resources or letting the player know where his units are.
  • 32. Pro Tips  Intuitive interfaces give a feeling of control.  Your controls should be easy master, not hard to master.
  • 34. Viewpoints The digital interface for a game is a combination of the camera viewpoint of the game and controls that allow the user to interact with within the system. The viewpoints for the first video games were mainly limited to text descriptions (Zork is an example) but they could be very immersive.
  • 35. Overhead View This view is primarily used for digital maps and digital versions of board games.
  • 36. Side View The side view is popular with arcade and puzzle games, but it has its most influence with the side scroller.
  • 37. Isometric View Popular in strategy games, construction simulations, and role-playing games, this view gives the player easy access to a lot of information.
  • 38. First Person View This view creates immediacy and empathy with the main character, but limits the player’s overall knowledge of his environment.
  • 39. Third Person View Adventure games, sports games and other games that depend on a more detailed control of character actions use this viewpoint.
  • 40. Designing the User Interface The game’s interface works together with the controls and the viewpoint to create the game experience, and it needs to be very understandable. So, how will you incorporate this information around your main view?
  • 41. Form Follows Function Instead of merely copying the user interface and control scheme of a game that’s similar to yours, go back and think about what’s special about your idea. Next try to come up with innovative ways of representing the play value of that idea in both the controls and interface.
  • 42. Metaphors Visual interfaces are graphical symbols that help us navigate through the game. When you design your game, you need to consider its basic metaphor. For example, objects that a role-playing character must carry could be placed in a backpack.
  • 43. Visualization Players often need to process a lot of game information very quickly. Try to visual the information so that they know their general status at a glance. “Natural Mapping” is when we use cultural expectations – such as gas gauges and temperature meters – to cue us as to what the information presented on the screen means.
  • 44. Grouping Features It is often best to group similar features together visually so that the player always knows where to look for them.
  • 45. Consistency Do not move your features from one area to another when changing screens or areas of the game. Keep meters and buttons in the same place!
  • 46. Questions To Ask Yourself  What is the purpose of your interface?  What viewpoint is the best choice for that purpose?  How much information should the player know about the state of the game?
  • 47. Designer Perspective: Bruce Shelley G4 Icons Episode #15: Bruce Shelley
  • 48. FOUNDATION PROTOTYPE Your first prototype need only consist of the core mechanic (action-purpose: for example, jump to collect coins). That mechanic should be supported by the necessary controls to use the mechanic and visual feedback to demonstrate the controls work. Your main objective for this prototype should be to confirm that the idea is a fun foundation for a game.

Editor's Notes

  • #14: Create A Level Map Use a large sheet of hexagonal graph paper Cut out a small chit of paper and color it red to use as a spawn point Put lines on the grid to represent walls Create Units Represent them with coins or plastic army men or other household units The unit needs to fit in one cell The unit needs to show in which direction it is aiming Roll a die to determine the order in which players place their units in a starting cell Mechanics One way to represent these actions is to give each player cards for moving, turning, and shooting. Build stack of 3 cards Reveal top card Resolve shoot cards Resolve turn cards Resolve move cards Repeat steps 2-5 for second card Repeat steps 2-5 for third card If a unit is shot, it is removed from the grid, and the player moves it to a spawn point. ADDITIONS Add a scoring system Include hit percentage Provide hit points Drop in first aid Add in ammo Introduce other weapons You can use the system to create capture the flag games, cooperative play missions, and death matches. You can keep adding, testing, and tweaking until you come up with the right combination.