Chapter 5: Game Analytics

Size: px
Start display at page:

Download "Chapter 5: Game Analytics"

Transcription

1 Lecture Notes for Managing and Mining Multiplayer Online Games Summer Semester 2017 Chapter 5: Game Analytics Lecture Notes 2012 Matthias Schubert 1

2 Overview What is Game Analytics? Responsibilities: Fraud Detection Game Balancing Reasons for Fraud in Computer Games Types of fraud Measures against fraud Monitoring player behavior Typical balancing tasks 2

3 Design Goals Factors influencing sustainability of player experience: Games should be challenging, but not frustrating Games should guarantee a fair competition Game accomplishments should be persistent Games should allow/encourage social interaction Achievements should be visible for other players (Rankings, Title, Items, ) Games should be expanded and modified regularly Games must adapt to growing player skill 3

4 Game Analytics Data Mining and statistical analysis of observed player behavior to gain knowledge about the manner in which a game is being played: Creating a game does not make you it s best player. How is a game played most effectively? Thousands of players cannot be monitored manually. How much time do players spend with the game? What aspect of the game occupies players most of the time? Game difficulty is relative to player skill: Who is playing, and what motivates players? How capable are players with respect to different skills? 4

5 Mining Game Data Objectives: 1. Fraud Detection Fraud influences a MMMO s long term success: micro-transactions are no longer necessary wrecks other player s game experience 2. Evaluating Game Balance controlling difficulty level and player progress balancing power for different kinds of factions, classes, avatars analysis of player resources necessary for success: time, skill and money. 5

6 E-Sports Analytics How can players improve: How good do I play? How can I improve my performance? Which tactics and counter tactics exist? Which units are actually the best? What is the best team composition? What is the superior skilling? How strong are E-Sports team: How well will my team score? Which new players should I recruit? How is my pool developing? How do I scout talents? 6

7 Why are Players committing fraud? Economic reasons In-game currencies, goods or whole accounts have a real equivalent value: Poker Bots, Gold Farming, Account Trading, Item Trading, Example: Portals for trading game goods exist (playerauctions.com) More than 1 B USD accumulated player-to-player commercial value On average 25,000 daily transactions (ca. 20 pro Minute) More than 700 Massively Multi-Player Online Games are supported More than 30 MM completed transactions 7

8 Why are Players committing fraud? Saving time example: AFK Bots (autonomous programs to control the game for completing lowly jobs (gathering, ) in player absence Prestige in social games success is coupled with a standing. example: arena title, Fun beating other players is fun, even if it is realized through unfair practices. Any motivation is problematic Game operators directly loose money (micro transactions) Games loose sustainability and players loose interest ( unfair competition, no performance comparability) 8

9 Technical ways to cheat Exploits: taking advantage of mistakes in game - design and programming Client Modifications (Hacks) Information Hack: player gets more information than intended. (e.g. Map-Hacks, Wall-Hacks, ) circumventing game-physics or other rules (e.g. Teleportation Hack) Modifying other system components manipulation the network by manipulating latency, protocol headers or time-stamps(e.g. Protocol Hacks) manipulating device drivers (e.g. Wall-Hacks with transparent textures) Botting control of an avatar to save time (Farm Bots) control of an avatar to increase game power (Poker Bots) Macros, scripts, programmable I/O-devices partly automating control of an avatar to simplify complex actions (Gaming Macros) programs that optimize user input (Aim Bot) 9

10 Other Possible Frauds Win-Trading losing deliberatly to speed up the opponents progress Account Kidnapping: takeover of a player account for a limited time: selling the victims virtual possessions and in game money obstructing the opponent during deciding game stages Illicit trade with virtual goods often in combination with account kidnapping trade may counteract the game operators intention (If weak players control very successful avatars, it undermines the sustainability of fairly acquired successes) trade may cut out the game operators commission 10

11 Countermeasures: Prevention Cheat/Fraud Prevention important operations are calculated server side use of checksum methods on client programs clients receive software, that checks for fraudulent behavior (e.g. Punkbuster, Warden, ) Advantage: prevents fraud before it affects other players Disadvantages: control software has access to the whole computer (greatly endangers privacy) server side computations cost expensive resources and cut down the in game response time (waiting for an RTT) client computer are always under player control (virtual machines, Roots Kits, Code and DLL Insertion, ) 11

12 Countermeasure: Detection Cheat/Fraud Detection: server side surveillance of players recognition of suspicious or fraudulent behavior sanctioning players for infractions (temporary expulsion from the game/ban) Advantages: fraud is detected server side fraudsters are unable to analyze the detector no breach of privacy flexible approach, capable of detecting new kinds of fraud without adjustment Disadvantage: reactive approach (fraud must occur, before being sanction-able) 12

13 Monitoring player behavior Challenges and Problems with Player surveillance: A chain of events is necessary for analysis. (saving the course of play is crucial) Reviewing every player action constitutes a very large calculation effort. Reviews should be as unspecific as possible, so variations and new possibilities can be detected without additional effort. Sanctioning fraud is a question of the operators goals. (Not every minor cheat/exploit should lead to a ban) 13

14 Monitoring Game Balance Game Balance describes: the difficulty level of the game (challenging, but not frustrating) the fairness of the game (Do all players have a fair chance for victory?) influence of skill, money and time (Should top players invest less or more money? How much time can/must be invested into the game?) How are games balanced: defining design-goals establish mechanics to implement the goals examine how players react to the implementation 14

15 Monitoring Game Balance Problems with Beta-Tests: The more is seen during the beta-test, the less fresh content is left for the actual game. (Spoiler) Beta-Tests are usually too small to include all group compositions, circumstances and possible tactics. New content should be released regularly => limited time frame for tests Beta Tests require game analytics to be as comprehensive and effective as possible. Control over current events and hot fixing problems are daily tasks of most MMORPGs. 15

16 Characteristic game balance tasks Predicting playing strength and match making Which teams should compete against each other? => dependent on playing strength and attendance of players How are new teams ranked? How should the player ranking be modified after the game? Analysis of character classes and units Is the choice of faction or class a deciding factor for success? What are the reasons behind this observation? => dependent on game-situations and player skill What kinds of players are there? Which players are most profitable? What are specific player groups needs? Which kind of players are necessary for sustainable success of the game? 16

17 Important aspects for Game Balance Event Detection in data streams Monitoring of encounter-results Estimating play strength, to remove data bias Identification and description of characteristic strategies => the more diverse, the more interesting is an encounter Analysis of social media (e.g. Forum) and specifically including player opinions 17

18 Steps of an Analysis (Game Analytics) 1. Extraction of relevant data occurrences (Players, events, ) 2. Modelling player behavior 3. Application of data mining algorithms 1. Clustering 2. Outlier Detection 3. Classification 4. Analysis of found patterns 5. Development of measures to reach design-goals 18

19 Example: Analysis of DOTA2 steam platform replays rawstorage parser database result evaluation result presentation n data nining dataextrac tion specifying results: When does one team win with 80% probability? data acquisition and processing generating knowledge: model for predicting the most likely winner upon receiving the situation evaluation: How good is the model? Is the result useful? 19

20 Learning goals What is game analytics? Fraud in computer games Motivations for fraud Methods of fraud Game Balance Balancing responsibilities 20

21 Bibliography J. Yan, B. Randell A systematic classification of cheating in online games In Proceedings of 4th ACM SIGCOMM Workshop on Network and System Support for Games, Greg Hoglund, Gary McGraw: Exploiting Online Games: Cheating Massively Distributed Systems Software Security Series, Addison Wesley,

Gaming Security. Aggelos Kiayias

Gaming Security. Aggelos Kiayias Gaming Security Aggelos Kiayias Online Gaming A multibillion $ industry. Computer games represent a 10 bn $ market. Single games have sold as many as 20 million copies. MMORPGs massively multiplayer online

More information

User Research in Fractal Spaces:

User Research in Fractal Spaces: User Research in Fractal Spaces: Behavioral analytics: Profiling users and informing game design Collaboration with national and international researchers & companies Behavior prediction and monetization:

More information

Aslan Premier DOTA2 Tournament. Rules and Regulations 2015

Aslan Premier DOTA2 Tournament. Rules and Regulations 2015 Aslan Premier DOTA2 Tournament Rules and Regulations 2015 Purpose Of This Document These are the Rules and Regulations for the Aslan Premier DOTA2 Tournament. They are intended to make known the requirements

More information

Bellairs Games Workshop. Massively Multiplayer Games

Bellairs Games Workshop. Massively Multiplayer Games Bellairs Games Workshop Massively Multiplayer Games Jörg Kienzle McGill Games Workshop - Bellairs, 2005, Jörg Kienzle Slide 1 Outline Intro on Massively Multiplayer Games Historical Perspective Technical

More information

Unfair Advantage and Integrity Policy

Unfair Advantage and Integrity Policy Unfair Advantage and Integrity Policy Unfair Advantage and Integrity Policy 26-November-2018 The following policy (our "Unfair Advantage and Integrity Policy") relates to Your use of all our interactive

More information

Hearthstone Korea Major Rules

Hearthstone Korea Major Rules Hearthstone Korea Major Rules 1 The outline of the Korea Major and definitions 1.1 Hearthstone Korea Major is held under the following rules. 1.2 Any other matters uninvolved with the following rules are

More information

Mobile Legends Bang Bang Diamonds Hacks and Strategy $97 Underground Diamonds Hacks

Mobile Legends Bang Bang Diamonds Hacks and Strategy $97 Underground Diamonds Hacks Mobile Legends Bang Bang Diamonds Hacks and Strategy $97 Underground Diamonds Hacks $97 Underground Mobile Legends Bang Bang Diamonds Hacks. Currently this is the only working Mobile Legends Bang Bang

More information

Artificial Intelligence. Cameron Jett, William Kentris, Arthur Mo, Juan Roman

Artificial Intelligence. Cameron Jett, William Kentris, Arthur Mo, Juan Roman Artificial Intelligence Cameron Jett, William Kentris, Arthur Mo, Juan Roman AI Outline Handicap for AI Machine Learning Monte Carlo Methods Group Intelligence Incorporating stupidity into game AI overview

More information

Addressing Exploit Abuse in EVE Online with Customer Care. Davíð Einarsson Senior Project Lead of Player Experience CCP Games

Addressing Exploit Abuse in EVE Online with Customer Care. Davíð Einarsson Senior Project Lead of Player Experience CCP Games Addressing Exploit Abuse in EVE Online with Customer Care Davíð Einarsson Senior Project Lead of Player Experience CCP Games What is EVE Online? Core Mechanics Player-driven economy Skill training Single

More information

3 Millions Internet Poker Players Information Records Revealed Online

3 Millions Internet Poker Players Information Records Revealed Online 3 Millions Internet Poker Players Information Records Revealed Online Released on: July 28, 2008, 6:18 am Press Release Author: Poker Sharks Radar Poker Players Stats Database Search Industry: Internet

More information

Basics for Operators. Making the Most Profit out of your. Shelti RD & Radikal Darts

Basics for Operators. Making the Most Profit out of your. Shelti RD & Radikal Darts Basics for Operators Making the Most Profit out of your Shelti RD & Radikal Darts 1 INDEX 1. Introduction to Shelti & Radikal Darts... 3 1.1. Executive Summary... 3 1.2. What makes Shelti & Radikal Darts

More information

exploiting online games: an interview

exploiting online games: an interview G A R Y M C G R A W W I T H R I K F A R R O W exploiting online games: an interview Gary McGraw is the co-author of Exploiting Online Games and the author of Software Security. He is also the CTO of Cigital,

More information

TABLE OF CONTENTS TABLE OF CONTENTS

TABLE OF CONTENTS TABLE OF CONTENTS Page 1 Page 1 of 13 TABLE OF CONTENTS TABLE OF CONTENTS 1. Introduction 5 1.1. esports Market Overview 5 1.2. Current esports events 7 1.3. DPLAY Tournaments Market Potential 8 2. esports Tournaments 9

More information

User behaviour based modeling of network traffic for multiplayer role playing games

User behaviour based modeling of network traffic for multiplayer role playing games User behaviour based modeling of network traffic for multiplayer role playing games Mirko Suznjevic University of Zagreb, Faculty of Electrical Engineering and Computing Unska 3, Zagreb, Croatia mirko.suznjevic@fer.hr

More information

< AIIDE 2011, Oct. 14th, 2011 > Detecting Real Money Traders in MMORPG by Using Trading Network

< AIIDE 2011, Oct. 14th, 2011 > Detecting Real Money Traders in MMORPG by Using Trading Network < AIIDE 2011, Oct. 14th, 2011 > Detecting Real Money Traders in MMORPG by Using Trading Network Atsushi FUJITA Hiroshi ITSUKI Hitoshi MATSUBARA Future University Hakodate, JAPAN fujita@fun.ac.jp Focusing

More information

Predicting outcomes of professional DotA 2 matches

Predicting outcomes of professional DotA 2 matches Predicting outcomes of professional DotA 2 matches Petra Grutzik Joe Higgins Long Tran December 16, 2017 Abstract We create a model to predict the outcomes of professional DotA 2 (Defense of the Ancients

More information

Dota2 is a very popular video game currently.

Dota2 is a very popular video game currently. Dota2 Outcome Prediction Zhengyao Li 1, Dingyue Cui 2 and Chen Li 3 1 ID: A53210709, Email: zhl380@eng.ucsd.edu 2 ID: A53211051, Email: dicui@eng.ucsd.edu 3 ID: A53218665, Email: lic055@eng.ucsd.edu March

More information

DreamHack HCT Grand Prix Rules

DreamHack HCT Grand Prix Rules DreamHack HCT Grand Prix Rules The DreamHack administration team holds the right to alter rules at any time, to ensure fair play and a smooth tournament. Introduction The following terms and conditions

More information

Comp 3211 Final Project - Poker AI

Comp 3211 Final Project - Poker AI Comp 3211 Final Project - Poker AI Introduction Poker is a game played with a standard 52 card deck, usually with 4 to 8 players per game. During each hand of poker, players are dealt two cards and must

More information

Exploiting Online Games: Cheating massively distributed systems

Exploiting Online Games: Cheating massively distributed systems Exploiting Online Games: Cheating massively distributed systems Gary McGraw, Ph.D. CTO, Cigital http://www.cigital.com Cigital Founded in 1992 to provide software security and software quality professional

More information

Learning Dota 2 Team Compositions

Learning Dota 2 Team Compositions Learning Dota 2 Team Compositions Atish Agarwala atisha@stanford.edu Michael Pearce pearcemt@stanford.edu Abstract Dota 2 is a multiplayer online game in which two teams of five players control heroes

More information

Chapter 23 The Bleeding Edge

Chapter 23 The Bleeding Edge Chapter 23 The Bleeding Edge Muhammad Barham June 11, 2014 Muhammad Barham Chapter 23 The Bleeding Edge June 11, 2014 1 / 18 Outline 1 Introduction 2 Computer Games 3 Web Applications 4 Privacy Technology

More information

How to Build a Business Like Hector La Marque s

How to Build a Business Like Hector La Marque s How to Build a Business Like Hector La Marque s 1. Always focus on personal recruiting and field-training: -Your personal example has a bigger impact than you imagine. -It s the best way to build personal

More information

1. Introduction What is MoneyBall? The online gambling market The MoneyBall solution Technology and anonymity...

1. Introduction What is MoneyBall? The online gambling market The MoneyBall solution Technology and anonymity... 1 1. Introduction... 3 2. What is MoneyBall?... 5 3. The online gambling market... 6 3-1. Licenses... 6 3-2. The size of the online gambling market... 7 4. The MoneyBall solution... 8 5. Technology and

More information

TABLE OF CONTENTS. Introduction 1. Abstract 3. Features 5. What makes the DixiHub project different 6. The Gaming Industry 8. Roadmap 9.

TABLE OF CONTENTS. Introduction 1. Abstract 3. Features 5. What makes the DixiHub project different 6. The Gaming Industry 8. Roadmap 9. TABLE OF CONTENTS Introduction 1 Abstract 3 Features 5 What makes the DixiHub project different 6 The Gaming Industry 8 Roadmap 9 Bounties 10 Coin Information 11 INTRODUCTION Gamers are constantly scraping

More information

Since last half decade people of wide age range are attracted

Since last half decade people of wide age range are attracted DETECTING ONLINE GOLD FARMERS USING NETWORK ANALYSIS Prof. Hattarge M. 1,Shivani Surve 2,Sharvari Shaha 3,Waghale Pranjalee 4,Kulkarni Onkar 5 Department of Computer Engineering, Sinhgad Academy of Engineering,

More information

Hierarchical Controller for Robotic Soccer

Hierarchical Controller for Robotic Soccer Hierarchical Controller for Robotic Soccer Byron Knoll Cognitive Systems 402 April 13, 2008 ABSTRACT RoboCup is an initiative aimed at advancing Artificial Intelligence (AI) and robotics research. This

More information

RAGE: ROAD RAGE TOURNAMENT RULES

RAGE: ROAD RAGE TOURNAMENT RULES QUAKECON 2017 RAGE: ROAD RAGE TOURNAMENT RULES Compliance with all tournament regulations is a mandatory condition of participation in QuakeCon. It is your responsibility to be aware of and understand

More information

Sumo-bot Competition Rules

Sumo-bot Competition Rules Sumo-bot Competition Rules Location: Guadalupe County Agricultural Extension Office, 210 Live Oak, Seguin, TX 78155 Date and Time: December 2, 2017 from 9-2 PM doors open at 9AM Check in and Inspections:

More information

A Lego-Based Soccer-Playing Robot Competition For Teaching Design

A Lego-Based Soccer-Playing Robot Competition For Teaching Design Session 2620 A Lego-Based Soccer-Playing Robot Competition For Teaching Design Ronald A. Lessard Norwich University Abstract Course Objectives in the ME382 Instrumentation Laboratory at Norwich University

More information

TECHNOLOGY. Our product is 100% ready and is constantly updated. Developing the game, we used technologies assuring high quality of our product:

TECHNOLOGY. Our product is 100% ready and is constantly updated. Developing the game, we used technologies assuring high quality of our product: ABOUT US Crypto Farmer is an economic online game using Blockchain technology allowing to withdraw money. It will passionate those interested in earning money, wages and finance. Our game allows each player

More information

The pharaohs, imperators, common people would engage in games with dice. Lots of cheating dice were found in the digs of ancient Rome.

The pharaohs, imperators, common people would engage in games with dice. Lots of cheating dice were found in the digs of ancient Rome. PRESENTATION We take a step towards the world of higher technologies, as the online gaming industry prospers and attracts a lot of people. DICEGAME platform, with the use of smart contracts on blockchain

More information

StarCraft II: World Championship Series 2019 North America and Europe Challenger Rules

StarCraft II: World Championship Series 2019 North America and Europe Challenger Rules StarCraft II: World Championship Series 2019 North America and Europe Challenger Rules WCS 2019 Circuit Event Rules 1 of 12 Welcome! Congratulations and welcome to WCS Challenger! We are very excited for

More information

Introducing Club Conflict

Introducing Club Conflict Introducing Club Conflict Club Conflict Online Gaming League began as a private online gaming community tournament. Established in 2002, multiple game titles were hosted including Medal of Honor, Call

More information

An Overview on Game Cheating and Its Countermeasures

An Overview on Game Cheating and Its Countermeasures ISBN 978-952-5726-07-7 (Print), 978-952-5726-08-4 (CD-ROM) Proceedings of the Second Symposium International Computer Science and Computational Technology(ISCSCT 09) Huangshan, P. R. China, 26-28,Dec.

More information

Scoring methods and tactics for Duplicate and Swiss pairs

Scoring methods and tactics for Duplicate and Swiss pairs Scoring methods and tactics for Duplicate and Swiss pairs This note discusses the match-point (MP) and international match-point (IMP) scoring methods and highlights subtle changes to bidding and card

More information

11 th - 12 th August Radisson Blu Hotel, Edinburgh

11 th - 12 th August Radisson Blu Hotel, Edinburgh 11 th - 12 th August Radisson Blu Hotel, Edinburgh 11 th - 12 th August Radisson Blu Hotel, Edinburgh Gamification - Building Games - The Mechanics, Rewards and Influences Kam Star, Chief Play Officer,

More information

Sport, Trading and Poker

Sport, Trading and Poker COACHING FX Sport, Trading and Poker Where High Performance Meet Winning at professional sport Profitable financial trading Successful poker... What is the connection? The answer is that there are many

More information

What is Proof of Stake?

What is Proof of Stake? What is Proof of Stake? Educational Series September 20, 2018 History The proof-of-stake consensus mechanism was first suggested on the Bitcointalk forum in 2011, but was not formally introduced until

More information

White paper. SKINCOIN (SKIN) - Universal Cryptocurrency based on Ethereum for instant trading CS:GO, Dota 2 skins, and making bets on e-sports events.

White paper. SKINCOIN (SKIN) - Universal Cryptocurrency based on Ethereum for instant trading CS:GO, Dota 2 skins, and making bets on e-sports events. White paper SKINCOIN (SKIN) - Universal Cryptocurrency based on Ethereum for instant trading CS:GO, Dota 2 skins, and making bets on e-sports events. Alexey Zakharov, Igor Solomatin Version 1.0 skincoin.org

More information

Multiplayer Game Design and Development CSC 631/831. Lecture 1 Spring 2016

Multiplayer Game Design and Development CSC 631/831. Lecture 1 Spring 2016 Multiplayer Game Design and Development CSC 631/831 Lecture 1 Spring 2016 Course bjective 2 The whole class works together to build a working Multiplayer nline game, from design through development to

More information

EIE 528 Power System Operation & Control(2 Units)

EIE 528 Power System Operation & Control(2 Units) EIE 528 Power System Operation & Control(2 Units) Department of Electrical and Information Engineering Covenant University 1. EIE528 1.1. EIE 528 Power System Operation & Control(2 Units) Overview of power

More information

Chapter 4: DataPersistence

Chapter 4: DataPersistence Lecture Notes Managing and Mining Multiplayer Online Games Summer Term 8 Chapter : DataPersistence Lecture Notes Matthias Schubert http://www.dbs.ifi.lmu.de/cms/vo_managing_massive_multiplayer_online_games

More information

Universal Currency [UNIT] UNITCOIN a decentralized, peer-to-peer digital currency. Abstract

Universal Currency [UNIT] UNITCOIN a decentralized, peer-to-peer digital currency. Abstract Universal Currency [UNIT] UNITCOIN a decentralized, peer-to-peer digital currency. Abstract In the age of globalization, things are changing rapidly. In the past decade, technology has an unavoidable role

More information

Modeling and Simulation: Linking Entertainment & Defense

Modeling and Simulation: Linking Entertainment & Defense Calhoun: The NPS Institutional Archive Faculty and Researcher Publications Faculty and Researcher Publications 1998 Modeling and Simulation: Linking Entertainment & Defense Zyda, Michael 1 April 98: "Modeling

More information

Game Artificial Intelligence ( CS 4731/7632 )

Game Artificial Intelligence ( CS 4731/7632 ) Game Artificial Intelligence ( CS 4731/7632 ) Instructor: Stephen Lee-Urban http://www.cc.gatech.edu/~surban6/2018-gameai/ (soon) Piazza T-square What s this all about? Industry standard approaches to

More information

CMSC 425: Lecture 23 Detecting and Preventing Cheating in Multiplayer Games

CMSC 425: Lecture 23 Detecting and Preventing Cheating in Multiplayer Games CMSC 425: Lecture 23 Detecting and Preventing Cheating in Multiplayer Games Reading: This lecture is based on the following articles: M. Pritchard, How to Hurt the Hackers: The Scoop on Internet Cheating

More information

Information security as a countermeasure against cheating in video games

Information security as a countermeasure against cheating in video games Information security as a countermeasure against cheating in video games Kevin Kjelgren Mikkelsen Master in Information Security Submission date: June 2017 Supervisor: Erik Hjelmås, IIK Co-supervisor:

More information

Notes from a seminar on "Tackling Public Sector Fraud" presented jointly by the UK NAO and H M Treasury in London, England in February 1998.

Notes from a seminar on Tackling Public Sector Fraud presented jointly by the UK NAO and H M Treasury in London, England in February 1998. Tackling Public Sector Fraud Notes from a seminar on "Tackling Public Sector Fraud" presented jointly by the UK NAO and H M Treasury in London, England in February 1998. Glenis Bevan audit Manager, Audit

More information

Global Developer of Free-to-Play Games for. Mobile Social PC Other platforms

Global Developer of Free-to-Play Games for. Mobile Social PC Other platforms Global Developer of Free-to-Play Games for Mobile Social PC Other platforms TEAM Total number of employees: 40+ 4 Managers 6 Senior Developers 7 Junior Developers 17 Artists 5 Game Designers 2 QA ACHIEVEMENTS

More information

SG Interactive Tackles Chargebacks and Terms of Service Violations with Device Reputation

SG Interactive Tackles Chargebacks and Terms of Service Violations with Device Reputation CASE STUDY SG Interactive Tackles Chargebacks and Terms of Service Violations with Device Reputation The most satisfying result from implementing iovation is that it helps us do our job to become involved

More information

Artificial Intelligence Paper Presentation

Artificial Intelligence Paper Presentation Artificial Intelligence Paper Presentation Human-Level AI s Killer Application Interactive Computer Games By John E.Lairdand Michael van Lent ( 2001 ) Fion Ching Fung Li ( 2010-81329) Content Introduction

More information

RULES FOR NUEL CS:GO TOURNAMENTS

RULES FOR NUEL CS:GO TOURNAMENTS RULES FOR NUEL CS:GO TOURNAMENTS 28 September 2018 We want games to go ahead as smoothly as possible for everyone. To help ensure this, we have issued this rulebook. Most of the time, issues on the night

More information

Research Article Development of Embedded CAPTCHA Elements for Bot Prevention in Fischer Random Chess

Research Article Development of Embedded CAPTCHA Elements for Bot Prevention in Fischer Random Chess Computer Games Technology Volume 2012, Article ID 178578, 6 pages doi:10.1155/2012/178578 Research Article Development of Embedded CAPTCHA Elements for Bot Prevention in Fischer Random Chess Ryan McDaniel

More information

Read & Download (PDF Kindle) Essential Strategies For Winning At Daily Fantasy Sports

Read & Download (PDF Kindle) Essential Strategies For Winning At Daily Fantasy Sports Read & Download (PDF Kindle) Essential Strategies For Winning At Daily Fantasy Sports Daily fantasy sports is significantly different than traditional fantasy sports and requires unique strategies and

More information

Play Chess Lessons Against Computer 3d Easy

Play Chess Lessons Against Computer 3d Easy Play Chess Lessons Against Computer 3d Easy The premier free single & multiplayer chess game with HD 3D graphics. Play against the computer or challenge your friends online! engine, larger opening database

More information

USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER

USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER World Automation Congress 21 TSI Press. USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER Department of Computer Science Connecticut College New London, CT {ahubley,

More information

Rivals Championship Series Rules

Rivals Championship Series Rules Rivals Championship Series Rules [Local/Abridged. Revision 2.1.] 1. Match Scheduling Players should communicate with their opponents and RCS Tournament Organizers during all stages of the event. If you

More information

Online Game Technology for Space Education and System Analysis

Online Game Technology for Space Education and System Analysis Online Game Technology for Space Education and System Analysis PREPARED BY DATE REVISION MindArk PE AB 2010-03-15 3 1 21 Executive summary Playing video games is a common activity for the youth of today

More information

Anti cheating guidelines for Arbiters

Anti cheating guidelines for Arbiters Annex 19B Anti cheating guidelines for Arbiters (These guidelines shall be included in the subjects and will be taught in all Workshops, FIDE Arbiters Seminars and Courses for International and FIDE Arbiters).

More information

Capitalising on the esports Phenomenon

Capitalising on the esports Phenomenon Capitalising on the esports Phenomenon Borislav R. Borisov Chief Operating Officer of UltraPlay 2. Agenda for the session What is esports? How big are the esports and esports betting markets? What are

More information

Gameplay. Topics in Game Development UNM Spring 2008 ECE 495/595; CS 491/591

Gameplay. Topics in Game Development UNM Spring 2008 ECE 495/595; CS 491/591 Gameplay Topics in Game Development UNM Spring 2008 ECE 495/595; CS 491/591 What is Gameplay? Very general definition: It is what makes a game FUN And it is how players play a game. Taking one step back:

More information

Opponent Modelling In World Of Warcraft

Opponent Modelling In World Of Warcraft Opponent Modelling In World Of Warcraft A.J.J. Valkenberg 19th June 2007 Abstract In tactical commercial games, knowledge of an opponent s location is advantageous when designing a tactic. This paper proposes

More information

Effect of Information Exchange in a Social Network on Investment: a study of Herd Effect in Group Parrondo Games

Effect of Information Exchange in a Social Network on Investment: a study of Herd Effect in Group Parrondo Games Effect of Information Exchange in a Social Network on Investment: a study of Herd Effect in Group Parrondo Games Ho Fai MA, Ka Wai CHEUNG, Ga Ching LUI, Degang Wu, Kwok Yip Szeto 1 Department of Phyiscs,

More information

Coaching Questions From Coaching Skills Camp 2017

Coaching Questions From Coaching Skills Camp 2017 Coaching Questions From Coaching Skills Camp 2017 1) Assumptive Questions: These questions assume something a. Why are your listings selling so fast? b. What makes you a great recruiter? 2) Indirect Questions:

More information

Analyzing the User Inactiveness in a Mobile Social Game

Analyzing the User Inactiveness in a Mobile Social Game Analyzing the User Inactiveness in a Mobile Social Game Ming Cheung 1, James She 1, Ringo Lam 2 1 HKUST-NIE Social Media Lab., Hong Kong University of Science and Technology 2 NextMedia Limited & Tsinghua

More information

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Scott Watson, Andrew Vardy, Wolfgang Banzhaf Department of Computer Science Memorial University of Newfoundland St John s.

More information

Rules & Regulation. COUNTER STRIKE GLOBAL OFFENSIVE (1v1)

Rules & Regulation. COUNTER STRIKE GLOBAL OFFENSIVE (1v1) Rules & Regulation COUNTER STRIKE GLOBAL OFFENSIVE (1v1) This document outlines the rules and regulations pertaining to COUNTER STRIKE GLOBAL OFFENSIVE(1v1) Tournaments hosted by Playtonia esports. Failing

More information

Global MMORPG Gaming Market: Size, Trends & Forecasts ( ) November 2017

Global MMORPG Gaming Market: Size, Trends & Forecasts ( ) November 2017 Global MMORPG Gaming Market: Size, Trends & Forecasts (2017-2021) November 2017 Global MMORPG Gaming Market: Coverage Executive Summary and Scope Introduction/Market Overview Global Market Analysis Dynamics

More information

USER GUIDE JOINING PLAYSIGHT SMARTCOURT

USER GUIDE JOINING PLAYSIGHT SMARTCOURT USER GUIDE JOINING PLAYSIGHT ON THE KIOSK On the SmartCourt kiosk, simply click the JOIN button located in the top left corner and input your personal information (and a six character password of your

More information

COST FP9 Position Paper

COST FP9 Position Paper COST FP9 Position Paper 7 June 2017 COST 047/17 Key position points The next European Framework Programme for Research and Innovation should provide sufficient funding for open networks that are selected

More information

Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain

Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain This fiche is part of the wider roadmap for cross-cutting KETs activities Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain Cross-cutting

More information

Official Skirmish Tournament Rules

Official Skirmish Tournament Rules Official Skirmish Tournament Rules Version 2.0.1 / Updated 12.23.15 All changes and additions made to this document since the previous version are marked in blue. Tiebreakers, Page 2 Round Structure, Page

More information

What is a Z-Code Almanac?

What is a Z-Code Almanac? ZcodeSystem.com Presents Guide v.2.1. The Almanac Beta is updated in real time. All future updates are included in your membership What is a Z-Code Almanac? Today we are really excited to share our progress

More information

IMGD Technical Game Development I: Introduction. by Robert W. Lindeman

IMGD Technical Game Development I: Introduction. by Robert W. Lindeman IMGD 3000 - Technical Game Development I: Introduction by Robert W. Lindeman gogo@wpi.edu What to Expect This course is mainly about the nuts and bolts of creating game-engine code Game architecture, algorithms,

More information

Ranking Factors of Team Success

Ranking Factors of Team Success Ranking Factors of Team Success Nataliia Pobiedina, Julia Neidhardt, Maria del Carmen Calatrava Moreno, and Hannes Werthner Julia Neidhardt julia.neidhardt@ec.tuwien.ac.at Vienna University of Technology

More information

CAPITAL MARKETS DAY. March 2019

CAPITAL MARKETS DAY. March 2019 CAPITAL MARKETS DAY March 2019 COMPANY SNAPSHOT Founded 2007 In Germany 400+ employees in Hamburg >12 years of consecutive growth > 30 language versions 7 Live games 756m hours playtime in 2018 BUSINESS

More information

INTANGIBLES Big-League Stories and Strategies for Winning the Mental Game in Baseball and in Life

INTANGIBLES Big-League Stories and Strategies for Winning the Mental Game in Baseball and in Life INTANGIBLES Big-League Stories and Strategies for Winning the Mental Game in Baseball and in Life These Character Development Inventory forms are meant as a supplement to your book purchase. It was important

More information

6 Allowing Loitering Players take their points very seriously and not updating them within 48 hours will cause players to stop coming.

6 Allowing Loitering Players take their points very seriously and not updating them within 48 hours will cause players to stop coming. S E C TIO N HOW TO BE A GREAT TOURNAMENT DIRECTOR This section provides more details about how each tournament and the league works as well as tips on how to become a GREAT TOURNAMENT DIRECTOR. NOTE: All

More information

Play Chess Lessons Against Computer Master 3d

Play Chess Lessons Against Computer Master 3d Play Chess Lessons Against Computer Master 3d Play Chess against Computer online now and beat these Chess Programs on my site.. Choose a Chess Player like 'Deon' when play start chose 'Edit Board' and

More information

Interview Guidance for Hiring Managers. Page 1 of 14

Interview Guidance for Hiring Managers. Page 1 of 14 Interview Guidance for Hiring Managers 1 of 14 Contents 3. Introduction 4. Interview Content 5. Interview Structure 6. Interview Evaluation and Candidate Selection 7. Interview Question Sheet Template

More information

Datakom II Seminar Lecture 2005 Erik Nordström

Datakom II Seminar Lecture 2005 Erik Nordström Online Gaming and Ad hoc Networking Datakom II Seminar Lecture 2005 1 Multiplayer Computer Games (MCG) - Background In the beginning there was MUD (Multi- User Dungeon) First adventure game to support

More information

Advanced Analytics for Intelligent Society

Advanced Analytics for Intelligent Society Advanced Analytics for Intelligent Society Nobuhiro Yugami Nobuyuki Igata Hirokazu Anai Hiroya Inakoshi Fujitsu Laboratories is analyzing and utilizing various types of data on the behavior and actions

More information

Version Last Updated

Version Last Updated A Blockchain Based Video-Game Ecosystem that Rewards Gamers with a Competitive-Proof-of-Stake Consensus Model. Version 1.1 - Last Updated 12.27.2017 By. Robert Han Abstract A fair and decentralized blockchain

More information

Presentation by Toy Designers: Max Ashley

Presentation by Toy Designers: Max Ashley A new game for your toy company Presentation by Toy Designers: Shawntee Max Ashley As game designers, we believe that the new game for your company should: Be equally likely, giving each player an equal

More information

QUAKEWORLD DUEL TOURNAMENT RULES

QUAKEWORLD DUEL TOURNAMENT RULES QUAKECON 2017 QUAKEWORLD DUEL TOURNAMENT RULES Compliance with all tournament regulations is a mandatory condition of participation in the QuakeCon QuakeWorld Tournament. It is your responsibility to be

More information

Bot Detection in World of Warcraft Based on Efficiency Factors

Bot Detection in World of Warcraft Based on Efficiency Factors Bot Detection in World of Warcraft Based on Efficiency Factors ITMS Honours Minor Thesis Research Proposal By: Ian Stevens stvid002 Supervisor: Wolfgang Mayer School of Computer and Information Science

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS INDEX WASDIT POINTS What are they? How many points do i earn in a hour? Do i earn points if i m afk? Where can i use the points? How are points assigned to my server? How do

More information

IMGD Technical Game Development I: Introduction

IMGD Technical Game Development I: Introduction IMGD 3000 - Technical Game Development I: Introduction by Robert W. Lindeman gogo@wpi.edu What to Expect This course is mainly about the nuts and bolts of creating game code Game architecture, algorithms,

More information

A decentralized poker room using blockchain technology

A decentralized poker room using blockchain technology A decentralized poker room using blockchain technology BillPoker whitepaper Version 1.0.3 (27 October, 2017) This whitepaper comprises the single legal document presented to public by the Company in connection

More information

Raw Materials: Study on Innovative Technologies and Possible Pilot Plants

Raw Materials: Study on Innovative Technologies and Possible Pilot Plants Raw Materials: Study on Innovative Technologies and Possible Pilot Plants Ton Bastein, TNO Brussels 26 th November, 2013 Contents Project goals Development and logic of the study Development of criteria

More information

The relationship between Gold Raid Team and World of Warcraft s Economy On Chinese. Servers. Han Li. WRIT 1133 class. University of Denver

The relationship between Gold Raid Team and World of Warcraft s Economy On Chinese. Servers. Han Li. WRIT 1133 class. University of Denver 1 The relationship between Gold Raid Team and World of Warcraft s Economy On Chinese Servers Han Li WRIT 1133 class University of Denver 1 2 Background Introduction NCTY was the operator of WoW in China,

More information

Telecoms and Tech Week

Telecoms and Tech Week Telecoms and Tech Week STREAM 1: THE NEW DIGITAL ECONOMY A week of learning about the new digital economy and tech exploration at Google LONDON 2-6 JULY 2018 The Academy a Google space 123 Buckingham Palace

More information

Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration

Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration Research Supervisor: Minoru Etoh (Professor, Open and Transdisciplinary Research Initiatives, Osaka University)

More information

Global and China Medical MRI Equipment Industry 2014 Deep Research Report

Global and China Medical MRI Equipment Industry 2014 Deep Research Report Global and China Medical MRI Equipment Industry 2014 Deep Research Report The report firstly introduced MRI basic information included definition classification application industry chain structure industry

More information

StarCraft II: World Championship Series 2018 North America and Europe Challenger Rules

StarCraft II: World Championship Series 2018 North America and Europe Challenger Rules StarCraft II: World Championship Series 2018 North America and Europe Challenger Rules WCS 2018 Circuit Event Rules 1 of 11 Welcome! Congratulations and welcome to WCS Challenger! We are very excited for

More information

Dust Warfare: Tournament Rules

Dust Warfare: Tournament Rules We are determined that before the sun sets on this terrible struggle our flag will be recognized throughout the world as a symbol of freedom on the one hand, of overwhelming power on the other. George

More information

STARCRAFT 2 is a highly dynamic and non-linear game.

STARCRAFT 2 is a highly dynamic and non-linear game. JOURNAL OF COMPUTER SCIENCE AND AWESOMENESS 1 Early Prediction of Outcome of a Starcraft 2 Game Replay David Leblanc, Sushil Louis, Outline Paper Some interesting things to say here. Abstract The goal

More information

Rules & Regulation PUBG MOBILE SOLO

Rules & Regulation PUBG MOBILE SOLO Rules & Regulation PUBG MOBILE SOLO This document outlines the rules and regulations pertaining PUBG MOBILE SOLO Tournaments hosted by Playtonia esports. Failing to adhere to these rules and regulations

More information

TRUSTING THE MIND OF A MACHINE

TRUSTING THE MIND OF A MACHINE TRUSTING THE MIND OF A MACHINE AUTHORS Chris DeBrusk, Partner Ege Gürdeniz, Principal Shriram Santhanam, Partner Til Schuermann, Partner INTRODUCTION If you can t explain it simply, you don t understand

More information