SlideShare a Scribd company logo
Nikola Vasiljevic – Head of Insights & Analytics at Mad Head Games
Boosting Game Design
with Analytics
Why do we need analytics for game design?
Analytics’ role is to aid game designers by providing insights from player feedback that lead to more valid and reliable decision making.
In that way, it helps bridge the gap between game designers’ vision and players’ expectations.
Creative problem solving doesn’t come with a predefined set of steps we can follow. Instead, we explore the space of challenges*,
diverging and converging our focus until we reach a state we’re satisfied with. Analytics help navigate the space of challenges.
The key to success is for that state to be matching players expectations, because success is relative, and it’s anchored in delivering
on one’s expectations.
B
A ASKING QUESTIONS,
IDEA GENERATION
CONCRETIZATION AND
PROTOTYPING
DECISION MAKING
1. Opening up the
problem
(Divergence)
2. Analyzing
the problem
(Emergence)
3. Closing the
problem
(Convergence)
CHALLENGE SPACE
Initial state Desired state
*Gamestorming (2010) – Gray, Brown, Macanufo
Role of insights in each game-dev stage
STAGE CONTENT SCOPE KEY INSIGHTS UNDERTAKINGS
Pre-
production
Concept
It is centred on the ideation of the game Competitor evaluation
Documentation
The core plan for features and game scope Define overall UX vision and ideal player
experience from game features
Prototype
Initial implementations, like whitebox and
user flows
Usability testing on basic interaction and core
loop
Production
Production
This stage encompasses the main cycle of
the main cycle of development, where
content is added and the level of polish
increases
Evaluation of usability, behavioural, and
attitudinal aspects of the player experience at
each milestone
Alpha
Milestone reached when core gameplay
features are implemented
Usability testing on features and player
experience evaluation
Beta
Milestone reached when a complete version
of the game with full content is implemented
Usability on onboarding, full-playthrough
testing
Gold
Milestone reached when a version of the
game is at quality and is ready to be
launched for public release
Playtesting on final balancing and tuning
Post-production/Live Service
It covers all actions after the game has been
released, including patches, expansions, and
live content
Ongoing usability, balancing, and player
experience evaluation as more content is
released
GA
GUR
Games User Research – Drachen, Mirza-Babaei, Nacke
Game User Research (GUR) and Game Analytics (GA) as
players’ direct and indirect feedback
1. GUR: Gives insight into players’ experience - how players feel and what they think about our game. Answers the WHYs
2. GA: Gives insight into player behaviour – show us how the players are playing our game. Answers the WHATs
3. Visual-Audio Analytics (gameplay recordings with players’ comments): Observational techniques used as an
addition to previuos methods; usefil in showing us what players are doing at some exact moment; audio let’s us record
“heats of the moment“
GUR – Playtesting as a way to get players’ opinions and
experience
Upon playing a game, players fill out a questionnaire, professionally designed so as to avoiding auto-suggestive and biased
questions. This is how we get players’ opinion on important game matters:
• Usability: can players use the specific mechanics easily? Mechanics need to be clearly stated
• Appreciation: do players like their overall experience of the game/ specific game moments?
• Originality: does the game feel original or as something already seen
• Clarity: do the players find the mechanics easy to grasp and use, and understand what they have to do in general?
• Fun: do the players find the game fun to play?
• Challlenge difficulty: how hard is it to face the game’s challenges, such as combat, puzzles etc.?
• Balance: is any of the game’s experiences prevailing or everything is in balance?
• Satisfaction with game elements: Narrative, pacing, sound, setting & atmosphere, graphics, characters, mechanics,
animations, controls, UI, tutorials, navigation
• HLW – highlights, lowlights, wishlist
• Image questions: We can test for some statements about our game, i.e. “This is a high quality game.“
• Recommendation and Purchase Intent: Would players purchase the game if available now? Would they recommend it to
their friends?
Game Analytics – Telemetry signals from the game that
uncover patterns in player behaviour
Game analytics involves using quantitative measures, metrics, and tools that can be used to track events
that occur over the course of a game, with the goal of capturing such data for statistical analysis.
It is based on factual data!
Game analytics looks at users from two perspectives:
• As customers – tracking retention/churn, conversion, LTV
• As players – tracking their behaviour and experience
Game Analytics – The road to insights is paved with Data
Pipeline
Ensures a datastream from your in-game telemetry events to your database, and analytics tools.
You can build it yourself, or you can opt-in for a end-to-end cloud solution.
MongoDB
Tableau
Prep BigQuery Tableau
MySQL
Rstudio
Message
Broker
NoSQL
Database
ETL Tool
SQL
Warehouse
Analytics/
Vizualization
Machine
Learning
• Accepts events from game client
• Provides data structures
• Sends them to the next data node
• Stores telemetry events
• Requires no structure
• Provides flexibility and speed
• Data cleansing
• Standardization
• Deduplication
• Verification
• Sorting
• Provides structure
• Data integrity/ACID
• Complex querying
• Reporting
• Insights
• Decision making
• Forecasting/Predictive analytics (churn,
conversion)
• Classification
• Segmentation
• Sequence mining
• Decision trees
COLLECTION INJECTION PREPARATION COMPUTATION & PRESENTATION
Game Analytics – Events as building blocks of analytics
Events are one-off in-game actions that are tracked alongside with a set of parameters that define them more closely.
In specific occasions, you can track event streams – contextual sets of many events. A good example is combat event, which
consists of many attacks, reloads, dodges, ability usages, consumables etc.
List of some trackable events:
• Attack
• Death
• Combat
• Reload
• Dodge
• Position ping
• Tutorial_watched
• Puzzle_solved
• Purchase made
• …
event_id weapon_mod
combat_id weapon_upgrades
attack_type weapon_durability
attack_subtype death
attack_dealer death_id
attack_receiver combo_attack_name
boss_fight distance_from_enemy
combat_phase enemy_in_cover
attack_success player_in_cover
hitspot stat_effect_dealer
weakspot stat_effect_receiver
dmg_amount armor_type
ammo_left_total weapon_type
ammo_left_magazine weapon_name
session_data_block session_id, session_duration
common_data_block game_id, build_id
user_data_block user_id, control_type, difficulty, graphics_setting
timestamp, gametime, area_name, mission_name, objective_name,
player_location_xyz, health, stamina, armor_upgrades,
weapon_upgrades, status_effects, consumables_left
standard_parameter_block
data blocks
Event: ATTACK
parameters
General use cases of Game Analytics in Game Design
1. Identifying pain points and bottlenecks – discover where and why players get stuck
2. Feature usage/usability – discover do player use game features and mechanics (in intended
way)
3. Balancing – get familiar with how different mechanics work together and tweak the balance
between them
4. Player segmentation – discover different player’ segments based on their behaviour
5. Level design optimization – navigation heatmaps that tell us where players move, where
they fight, die, explore, find secret areas and items
6. System analytics – discover if your system design behaves in intended way, i.e. NPC AI
Use cases from Scars Above
1. Balancing game difficulty in general
2. Balancing a boss fight
3. Examining players’ strategy to defeating enemies and bosses
and if it’s in line with game designers intention
4. Balancing weapons in terms of general and situational usage
5. Identifying ammo depletion hotspots that break the gameplay balance
6. Balancing weakspot accuracy
7. Tweaking stamina depletion
8. Tweaking the ability system
9. Tweaking consumables and gadgets system
10. Basically, looking at how everything of the above comes together
...
Example: Combat analysis with GA
QUANTITY,
FREQUENCY,
OUTCOME
FUN,
FAIRNESS…
DIFFICULTY,
NPC ACCURACY,
STRATEGY…
LOCATION
CAUSE
TIMING
PLAYER STATE
PREFERENCE,
USAGE,
ACCURACY,
AMMO
DEPLETION…
RELOADING,
DODGING,
CONSUMABLES,
ENVIRONMENTAL
1. Define your approach:
• Predefined questions
• “Ammo depletion in combat“
• “Are players using the consumables in
combat?“
• Explorative approach
• Usually it’s a combination of both
2. Choose your metrics and start adding insight
layers to your area of interest
GUR (left) and GA (right) combo for Boss Fight Analysis
Success factors:
• Recognized the pattern
• Successful switch from defense to offense
• Weakspot accuracy
• Consumable usage
• Avoiding special attack
• Constant movement instead of dodging
For takeaway
1. Combine GA and GUR to a holy grail to get the full picture about:
• Players behaviour – the skeleton (usage data)
• Players experience – the meat (attitude data)
2. Understand your data – noise, limitations etc.
3. Know your stakeholders’ needs and the decisions they need to make
4. Provide actionability – answer the questions WHAT | WHY | SO WHAT | WHAT NOW
Give actionable recommendations that contribute to better decision making
THANK YOU FOR YOUR ATTENTION!
Q&A
nikola.vasiljevic@madheadgames.com

More Related Content

PDF
Segap project(lncs)
PDF
Unit 1-NEW - game game Game Core Design.pdf
PDF
Founder-Game Director Workshop (Session 2)
PPTX
98 374 Lesson 01-slides
PDF
Game Analytics: Opening the Black Box
PPTX
New Microsoft PowerPoint Presentation.pptx
DOCX
Game Behavioral Analytics
PPTX
Skill Mapping
Segap project(lncs)
Unit 1-NEW - game game Game Core Design.pdf
Founder-Game Director Workshop (Session 2)
98 374 Lesson 01-slides
Game Analytics: Opening the Black Box
New Microsoft PowerPoint Presentation.pptx
Game Behavioral Analytics
Skill Mapping

Similar to [Pandora 22] Boosting Game Design with Analytics - Nikola Vasiljevic (20)

PPTX
GameMechanics2-Fundamentals-Session2-3.pptx
PPTX
Analyzing Player Performance Data to Optimize Game Difficulty.pptx
PDF
Kiyat games game evaluation process
PDF
Figuring out the right metrics for your game
PDF
Game design doc template
PPTX
LAFS Game Design 1 - Structural Elements
PPTX
LAFS Game Mechanics - Narrative Elements
PPTX
Iistec 2013 game_design for id_m_broyles_id13333
PDF
Using Data Science to grow games / Robert Magyar (SuperScale)
PPTX
TJD_2023_Lab_06.pptx
PPTX
Smart Gamification GDC2011
PDF
HOW TO CREATE A GAME DESIGN?
PDF
Game Analytics & Machine Learning
PDF
A Primer On Play: How to use Games for Learning and Results
PDF
Star Wars: The Old Republic (A Critical Analysis of Game Design Elements)
PDF
Android Gaming Tips & Tricks - Mac Game Hack Tips
PDF
Dsdt meetup 2018
PDF
Dsdt meetup 2018 02-12
PDF
DSDT Meetup February 2018
PPTX
LAFS Game Mechanics - Progression Mechanics
GameMechanics2-Fundamentals-Session2-3.pptx
Analyzing Player Performance Data to Optimize Game Difficulty.pptx
Kiyat games game evaluation process
Figuring out the right metrics for your game
Game design doc template
LAFS Game Design 1 - Structural Elements
LAFS Game Mechanics - Narrative Elements
Iistec 2013 game_design for id_m_broyles_id13333
Using Data Science to grow games / Robert Magyar (SuperScale)
TJD_2023_Lab_06.pptx
Smart Gamification GDC2011
HOW TO CREATE A GAME DESIGN?
Game Analytics & Machine Learning
A Primer On Play: How to use Games for Learning and Results
Star Wars: The Old Republic (A Critical Analysis of Game Design Elements)
Android Gaming Tips & Tricks - Mac Game Hack Tips
Dsdt meetup 2018
Dsdt meetup 2018 02-12
DSDT Meetup February 2018
LAFS Game Mechanics - Progression Mechanics
Ad

More from DataScienceConferenc1 (20)

PPTX
[DSC Europe 24] Anastasia Shapedko - How Alice, our intelligent personal assi...
PPTX
[DSC Europe 24] Joy Chatterjee - Balancing Personalization and Experimentatio...
PPTX
[DSC Europe 24] Pratul Chakravarty - Personalized Insights and Engagements us...
PPTX
[DSC Europe 24] Domagoj Maric - Modern Web Data Extraction: Techniques, Tools...
PPTX
[DSC Europe 24] Marcin Szymaniuk - The path to Effective Data Migration - Ove...
PPTX
[DSC Europe 24] Fran Mikulicic - Building a Data-Driven Culture: What the C-S...
PPTX
[DSC Europe 24] Sofija Pervulov - Building up the Bosch Semantic Data Lake
PDF
[DSC Europe 24] Dani Ei-Ayyas - Overcoming Loneliness with LLM Dating Assistant
PDF
[DSC Europe 24] Ewelina Kucal & Maciej Dziezyc - How to Encourage Children to...
PPTX
[DSC Europe 24] Nikola Milosevic - VerifAI: Biomedical Generative Question-An...
PPTX
[DSC Europe 24] Josip Saban - Buidling cloud data platforms in enterprises
PPTX
[DSC Europe 24] Sray Agarwal - 2025: year of Ai dilemma - ethics, regulations...
PDF
[DSC Europe 24] Peter Kertys & Maros Buban - Application of AI technologies i...
PPTX
[DSC Europe 24] Orsalia Andreou - Fostering Trust in AI-Driven Finance
PPTX
[DSC Europe 24] Arnault Ioualalen - AI Trustworthiness – A Path Toward Mass A...
PDF
[DSC Europe 24] Nathan Coyle - Open Data for Everybody: Social Action, Peace ...
PPTX
[DSC Europe 24] Miodrag Vladic - Revolutionizing Information Access: All Worl...
PPTX
[DSC Europe 24] Katherine Munro - Where there’s a will, there’s a way: The ma...
PPTX
[DSC Europe 24] Ana Stojkovic Knezevic - How to effectively manage AI/ML proj...
PPTX
[DSC Europe 24] Simun Sunjic & Lovro Matosevic - Empowering Sales with Intell...
[DSC Europe 24] Anastasia Shapedko - How Alice, our intelligent personal assi...
[DSC Europe 24] Joy Chatterjee - Balancing Personalization and Experimentatio...
[DSC Europe 24] Pratul Chakravarty - Personalized Insights and Engagements us...
[DSC Europe 24] Domagoj Maric - Modern Web Data Extraction: Techniques, Tools...
[DSC Europe 24] Marcin Szymaniuk - The path to Effective Data Migration - Ove...
[DSC Europe 24] Fran Mikulicic - Building a Data-Driven Culture: What the C-S...
[DSC Europe 24] Sofija Pervulov - Building up the Bosch Semantic Data Lake
[DSC Europe 24] Dani Ei-Ayyas - Overcoming Loneliness with LLM Dating Assistant
[DSC Europe 24] Ewelina Kucal & Maciej Dziezyc - How to Encourage Children to...
[DSC Europe 24] Nikola Milosevic - VerifAI: Biomedical Generative Question-An...
[DSC Europe 24] Josip Saban - Buidling cloud data platforms in enterprises
[DSC Europe 24] Sray Agarwal - 2025: year of Ai dilemma - ethics, regulations...
[DSC Europe 24] Peter Kertys & Maros Buban - Application of AI technologies i...
[DSC Europe 24] Orsalia Andreou - Fostering Trust in AI-Driven Finance
[DSC Europe 24] Arnault Ioualalen - AI Trustworthiness – A Path Toward Mass A...
[DSC Europe 24] Nathan Coyle - Open Data for Everybody: Social Action, Peace ...
[DSC Europe 24] Miodrag Vladic - Revolutionizing Information Access: All Worl...
[DSC Europe 24] Katherine Munro - Where there’s a will, there’s a way: The ma...
[DSC Europe 24] Ana Stojkovic Knezevic - How to effectively manage AI/ML proj...
[DSC Europe 24] Simun Sunjic & Lovro Matosevic - Empowering Sales with Intell...
Ad

Recently uploaded (20)

PDF
6.-propertise of noble gases, uses and isolation in noble gases
PPTX
Sustainable Forest Management ..SFM.pptx
DOCX
Action plan to easily understanding okey
PDF
Module 7 guard mounting of security pers
PPTX
Lesson-7-Gas. -Exchange_074636.pptx
PPTX
FINAL TEST 3C_OCTAVIA RAMADHANI SANTOSO-1.pptx
PPTX
Research Process - Research Methods course
PPT
First Aid Training Presentation Slides.ppt
PPTX
Phylogeny and disease transmission of Dipteran Fly (ppt).pptx
PPTX
PurpoaiveCommunication for students 02.pptx
PDF
Tunisia's Founding Father(s) Pitch-Deck 2022.pdf
PPTX
Phylogeny and disease transmission of Dipteran Fly (ppt).pptx
PDF
_Nature and dynamics of communities and community development .pdf
PPTX
HOW TO HANDLE THE STAGE FOR ACADEMIA AND OTHERS.pptx
PPTX
chapter8-180915055454bycuufucdghrwtrt.pptx
PDF
natwest.pdf company description and business model
PPTX
Module_4_Updated_Presentation CORRUPTION AND GRAFT IN THE PHILIPPINES.pptx
PDF
MODULE 3 BASIC SECURITY DUTIES AND ROLES.pdf
PPTX
ANICK 6 BIRTHDAY....................................................
PDF
PM Narendra Modi's speech from Red Fort on 79th Independence Day.pdf
6.-propertise of noble gases, uses and isolation in noble gases
Sustainable Forest Management ..SFM.pptx
Action plan to easily understanding okey
Module 7 guard mounting of security pers
Lesson-7-Gas. -Exchange_074636.pptx
FINAL TEST 3C_OCTAVIA RAMADHANI SANTOSO-1.pptx
Research Process - Research Methods course
First Aid Training Presentation Slides.ppt
Phylogeny and disease transmission of Dipteran Fly (ppt).pptx
PurpoaiveCommunication for students 02.pptx
Tunisia's Founding Father(s) Pitch-Deck 2022.pdf
Phylogeny and disease transmission of Dipteran Fly (ppt).pptx
_Nature and dynamics of communities and community development .pdf
HOW TO HANDLE THE STAGE FOR ACADEMIA AND OTHERS.pptx
chapter8-180915055454bycuufucdghrwtrt.pptx
natwest.pdf company description and business model
Module_4_Updated_Presentation CORRUPTION AND GRAFT IN THE PHILIPPINES.pptx
MODULE 3 BASIC SECURITY DUTIES AND ROLES.pdf
ANICK 6 BIRTHDAY....................................................
PM Narendra Modi's speech from Red Fort on 79th Independence Day.pdf

[Pandora 22] Boosting Game Design with Analytics - Nikola Vasiljevic

  • 1. Nikola Vasiljevic – Head of Insights & Analytics at Mad Head Games Boosting Game Design with Analytics
  • 2. Why do we need analytics for game design? Analytics’ role is to aid game designers by providing insights from player feedback that lead to more valid and reliable decision making. In that way, it helps bridge the gap between game designers’ vision and players’ expectations. Creative problem solving doesn’t come with a predefined set of steps we can follow. Instead, we explore the space of challenges*, diverging and converging our focus until we reach a state we’re satisfied with. Analytics help navigate the space of challenges. The key to success is for that state to be matching players expectations, because success is relative, and it’s anchored in delivering on one’s expectations. B A ASKING QUESTIONS, IDEA GENERATION CONCRETIZATION AND PROTOTYPING DECISION MAKING 1. Opening up the problem (Divergence) 2. Analyzing the problem (Emergence) 3. Closing the problem (Convergence) CHALLENGE SPACE Initial state Desired state *Gamestorming (2010) – Gray, Brown, Macanufo
  • 3. Role of insights in each game-dev stage STAGE CONTENT SCOPE KEY INSIGHTS UNDERTAKINGS Pre- production Concept It is centred on the ideation of the game Competitor evaluation Documentation The core plan for features and game scope Define overall UX vision and ideal player experience from game features Prototype Initial implementations, like whitebox and user flows Usability testing on basic interaction and core loop Production Production This stage encompasses the main cycle of the main cycle of development, where content is added and the level of polish increases Evaluation of usability, behavioural, and attitudinal aspects of the player experience at each milestone Alpha Milestone reached when core gameplay features are implemented Usability testing on features and player experience evaluation Beta Milestone reached when a complete version of the game with full content is implemented Usability on onboarding, full-playthrough testing Gold Milestone reached when a version of the game is at quality and is ready to be launched for public release Playtesting on final balancing and tuning Post-production/Live Service It covers all actions after the game has been released, including patches, expansions, and live content Ongoing usability, balancing, and player experience evaluation as more content is released GA GUR Games User Research – Drachen, Mirza-Babaei, Nacke
  • 4. Game User Research (GUR) and Game Analytics (GA) as players’ direct and indirect feedback 1. GUR: Gives insight into players’ experience - how players feel and what they think about our game. Answers the WHYs 2. GA: Gives insight into player behaviour – show us how the players are playing our game. Answers the WHATs 3. Visual-Audio Analytics (gameplay recordings with players’ comments): Observational techniques used as an addition to previuos methods; usefil in showing us what players are doing at some exact moment; audio let’s us record “heats of the moment“
  • 5. GUR – Playtesting as a way to get players’ opinions and experience Upon playing a game, players fill out a questionnaire, professionally designed so as to avoiding auto-suggestive and biased questions. This is how we get players’ opinion on important game matters: • Usability: can players use the specific mechanics easily? Mechanics need to be clearly stated • Appreciation: do players like their overall experience of the game/ specific game moments? • Originality: does the game feel original or as something already seen • Clarity: do the players find the mechanics easy to grasp and use, and understand what they have to do in general? • Fun: do the players find the game fun to play? • Challlenge difficulty: how hard is it to face the game’s challenges, such as combat, puzzles etc.? • Balance: is any of the game’s experiences prevailing or everything is in balance? • Satisfaction with game elements: Narrative, pacing, sound, setting & atmosphere, graphics, characters, mechanics, animations, controls, UI, tutorials, navigation • HLW – highlights, lowlights, wishlist • Image questions: We can test for some statements about our game, i.e. “This is a high quality game.“ • Recommendation and Purchase Intent: Would players purchase the game if available now? Would they recommend it to their friends?
  • 6. Game Analytics – Telemetry signals from the game that uncover patterns in player behaviour Game analytics involves using quantitative measures, metrics, and tools that can be used to track events that occur over the course of a game, with the goal of capturing such data for statistical analysis. It is based on factual data! Game analytics looks at users from two perspectives: • As customers – tracking retention/churn, conversion, LTV • As players – tracking their behaviour and experience
  • 7. Game Analytics – The road to insights is paved with Data Pipeline Ensures a datastream from your in-game telemetry events to your database, and analytics tools. You can build it yourself, or you can opt-in for a end-to-end cloud solution. MongoDB Tableau Prep BigQuery Tableau MySQL Rstudio Message Broker NoSQL Database ETL Tool SQL Warehouse Analytics/ Vizualization Machine Learning • Accepts events from game client • Provides data structures • Sends them to the next data node • Stores telemetry events • Requires no structure • Provides flexibility and speed • Data cleansing • Standardization • Deduplication • Verification • Sorting • Provides structure • Data integrity/ACID • Complex querying • Reporting • Insights • Decision making • Forecasting/Predictive analytics (churn, conversion) • Classification • Segmentation • Sequence mining • Decision trees COLLECTION INJECTION PREPARATION COMPUTATION & PRESENTATION
  • 8. Game Analytics – Events as building blocks of analytics Events are one-off in-game actions that are tracked alongside with a set of parameters that define them more closely. In specific occasions, you can track event streams – contextual sets of many events. A good example is combat event, which consists of many attacks, reloads, dodges, ability usages, consumables etc. List of some trackable events: • Attack • Death • Combat • Reload • Dodge • Position ping • Tutorial_watched • Puzzle_solved • Purchase made • … event_id weapon_mod combat_id weapon_upgrades attack_type weapon_durability attack_subtype death attack_dealer death_id attack_receiver combo_attack_name boss_fight distance_from_enemy combat_phase enemy_in_cover attack_success player_in_cover hitspot stat_effect_dealer weakspot stat_effect_receiver dmg_amount armor_type ammo_left_total weapon_type ammo_left_magazine weapon_name session_data_block session_id, session_duration common_data_block game_id, build_id user_data_block user_id, control_type, difficulty, graphics_setting timestamp, gametime, area_name, mission_name, objective_name, player_location_xyz, health, stamina, armor_upgrades, weapon_upgrades, status_effects, consumables_left standard_parameter_block data blocks Event: ATTACK parameters
  • 9. General use cases of Game Analytics in Game Design 1. Identifying pain points and bottlenecks – discover where and why players get stuck 2. Feature usage/usability – discover do player use game features and mechanics (in intended way) 3. Balancing – get familiar with how different mechanics work together and tweak the balance between them 4. Player segmentation – discover different player’ segments based on their behaviour 5. Level design optimization – navigation heatmaps that tell us where players move, where they fight, die, explore, find secret areas and items 6. System analytics – discover if your system design behaves in intended way, i.e. NPC AI
  • 10. Use cases from Scars Above 1. Balancing game difficulty in general 2. Balancing a boss fight 3. Examining players’ strategy to defeating enemies and bosses and if it’s in line with game designers intention 4. Balancing weapons in terms of general and situational usage 5. Identifying ammo depletion hotspots that break the gameplay balance 6. Balancing weakspot accuracy 7. Tweaking stamina depletion 8. Tweaking the ability system 9. Tweaking consumables and gadgets system 10. Basically, looking at how everything of the above comes together ...
  • 11. Example: Combat analysis with GA QUANTITY, FREQUENCY, OUTCOME FUN, FAIRNESS… DIFFICULTY, NPC ACCURACY, STRATEGY… LOCATION CAUSE TIMING PLAYER STATE PREFERENCE, USAGE, ACCURACY, AMMO DEPLETION… RELOADING, DODGING, CONSUMABLES, ENVIRONMENTAL 1. Define your approach: • Predefined questions • “Ammo depletion in combat“ • “Are players using the consumables in combat?“ • Explorative approach • Usually it’s a combination of both 2. Choose your metrics and start adding insight layers to your area of interest
  • 12. GUR (left) and GA (right) combo for Boss Fight Analysis Success factors: • Recognized the pattern • Successful switch from defense to offense • Weakspot accuracy • Consumable usage • Avoiding special attack • Constant movement instead of dodging
  • 13. For takeaway 1. Combine GA and GUR to a holy grail to get the full picture about: • Players behaviour – the skeleton (usage data) • Players experience – the meat (attitude data) 2. Understand your data – noise, limitations etc. 3. Know your stakeholders’ needs and the decisions they need to make 4. Provide actionability – answer the questions WHAT | WHY | SO WHAT | WHAT NOW Give actionable recommendations that contribute to better decision making
  • 14. THANK YOU FOR YOUR ATTENTION! Q&A nikola.vasiljevic@madheadgames.com