Game Design From Concepts To Implementation

Size: px
Start display at page:

Download "Game Design From Concepts To Implementation"

Transcription

1 Game Design From Concepts To Implementation Games Go Mobile

2 The Future of Gaming is Mobile! As computer games become increasingly persistent, there will be an increasing demand to access the game information at all times. Guido Henkel (Game Over Magazine, 2004)

3 Mobile Does NOT Mean Phone First of all, because there are a number of portable gaming consoles which are not phones They are greatly outnumbered, but nevertheless they are there Secondly, playing on the move implies player s mobility, not just software mobility

4 Why Mobile is so Important? Think about ubiquitous computing Computer power everywhere, at every time, no matter what Think about ubiquitous network access Data access everywhere, at every time, no matter what What is so wrong in playing everywhere, at every time, no matter what? With a decent (ubiquitous) computing With a decent (ubiquitous) network access

5 Pervasive Games Pervasive games extends gaming experiences into the real world They include locative games But we need something to help us, and moving with us What is this object in the modern age? A phone! This, is why you usually get confused

6 Location Based Games Players move into the real world while playing Their position and actions affect and are affected by events in the virtual world Many examples are available

7 Uncle Roy All Around You Uncle Roy All Around You is an urban game by Blast Theory from 2003 Street Players use handheld computers to search for Uncle Roy, using the map and incoming messages to move through the city Online Players cruise through a virtual map of the same area, searching for Street Players to help them find a secret destination Using web cams, audio and text messages players must work together to find Uncle Roy

8 Metal Gear Solid: Portable Ops portable edition of the award-winning franchise It is possible to enlarge a player platoon picking up soldiers by "war driving" around. Grabbing signals from places like fast food restaurants, bridge toll plazas and other locations that use wireless signals Random character generation will use GPS information and surrounding WiFi information

9 Augmented Reality Games Overlaying computer information onto the real world Augmented Reality is the overlaying of computer generated information onto the real world

10 ARQuake ARQuake is an Augmented Reality version of the popular Quake game Unlike a Virtual Reality (VR) world, where the viewer sees a completely synthetic (virtual) environment, users immersed in an AR environment can still see the real world

11 Back to Heart When developing market-level games, what we care about is games running ON mobile (phones)

12 Some Challenges From the Market Multiple operating systems Palm Windows Symbian SONY ETI RIM ios Linux (moko) Android

13 And Challenges from Manufacturers Multiple devices from the same manufacturer (with very different capabilities) Treo s Blackberries Nokia

14 And Challenges From the Users Users have a phone, but may want to use something different Cheaper Faster More supported Trendy

15 Bottomline It is a mess! No device has all the features needed to do everything Phones serve the ear Tablets serve the eye Portable consoles serve the thumbs

16 Then, Why Focusing on Phones? Let s put this in term of device usage Tablets are an adults-only device Game handhelds are a children-only device Phones are an EVERYBODY device Therefore, phones will have the broadest range of game types

17 The Real Change for Us We can assume that the player is ALWAYS connected But we must be ready to pay a price for that The device will suffer from a number of constraints Limited resources Limited screen and interaction Touch gave a huge help Limited options for development Sharing the device with a number of other (seemingly useful) applications Like an agenda and a calling system

18 Know When Player are Playing Adults: during brief breaks, or while commuting This suggests short, simple games Children: whenever they have free time. Children s games can be bigger than adult ones! Games that depend on location or travel? Useful in theme parks Fun for tourists

19 Localize the Fun People want their native forms of entertainment Whatever entertainment means to them We should learn to build games based on culture Can t sell Western products at Western prices Mobile phone gaming is set to go big in India because the hardware is already there, and in huge quantity This may be a problem if you have a single price worldwide (itune store/android market)

20 Forget About Local distribution If we have to do something, it must worldwide Global market are accessible even for indie How many few bucks do you have to get in order to break even? Hundreds! The (single) blockbuster productions Either you time is free, or you have to produce tents of small games, and hope for one to cover the expenses for all of them

21 Distribution, from a Designer s Point of View Delivery cost is a function of size, no need to fit it into a CD/DVD A game can be as large as it needs to be We can assume the player is on-line and make use of that

22 Games are not Movies Movies can sell the same content many times Spectator will pay again to see multiple time Gamers will pay once to play forever and on many media Cinema, pay-per-view cable, pay cable channel, free cable channel, broadcast, VCR/DVD Digital delivery is only one Movies are not tied to a display technology Games are connected to a console/phone You can still watch movies that are 50 years old You need an emulator for games, but then, they are abandonware Movies have star power People feel a personal attraction to movie stars Mario, Zelda, Snake others are 2/3 shots

23 Human-Related Issues Not for us to Solve How important is the retail shopping experience? Retailers may actually add some value Maybe people like browsing in game shops Like in book shops Some sales are impulse purchases Children whining in shops makes games sell Is it important to get a box at Christmas? Maybe your [girl/boy]friend will not like an URL in an envelope

24 Game Networking Approaches We have two possible ways to implement it: 1. Server centric Server-driven games Client-server service model Cross carrier Cross platform IP based 2. User centric Peer-to-peer games Ad-hoc network service approach No Carrier (and no billing) Bluetooth based (WiFi used rarely)

25 Server Centric Approach All data traffic is routed through the operator The bill is a player s issue Each phone communicates only with the remote server Connection drop must be managed Server is responsible to tracks all player s actions and to send each player the games state It is also a single point of failure Cellular network games are usually server-driven And usually provided by the operator itself

26 Advantages Only the server needs to know the whole game state More control, but again, a single point of failure Each phone sends and receives only the data it needs No sniffing, cheating is reduced this way With a fast server (or a farm), it is possible to scale up and run Massively Multi-player Mobile Games The problem, then, is to create a MMMG game; which is yet to come

27 Disadvantages Server costs are a pain! Hardware Software Hosting Infrastructure maintenance Bandwidth Customer support How much are we going to squeeze from the players?

28 Infrastructure Backend Developing multiplayer games is actually a double project Server side Usually a web-based service on a powerful machine Computational intensive Client side An highly customized client on a small device I/O intensive All is different Technologies Platform Testing It may double (or more) the project cost

29 User Centric Approach No participant is authoritative We need some election mechanism to select a coordinator Each device sends and receives data to/from surrounding device Area of coverage may become a problem Network partitioning Fading Each device keeps track of the overall game state Keeping synch is a problem Cheating is easy Bluetooth is a favorite Easy to setup as peer-to-peer Encryption on the socket; sniffing and cheating is more difficult Uses less energy than WiFi

30 Advantages Players supply both hardware and bandwidth Given that BT is free to use Much cheaper to play

31 Disadvantages Data flooding Poor scalability with the number of players Cheating is easy Sniffing Eavesdropping Impersonation Especially in WiFi (but BT has lower bandwidth) BT limits the connection to eight players at a time Not much of a MMOG, isn t it?

32 Which Kind of Network Service Do We Need? This strictly depends on the game Given the activity in the game Which are the required deadline? Are they strict or not? Actually, this may be the wrong question Rather, the game we design should depend on network availability

33 Server Centric Real-time is technically possible but may lead to bad side effect The game is bad because (the network) is not responsive Deadlines should stay anyway in order of seconds Turn based is much better RPG may have a future here Lost move for timeout in order of tens of seconds is acceptable on both sides Delay tolerant games are best suited Chess Go

34 User Centric Real time is possible Performance bottleneck come from driver implementation Deadlines may be set to tens of milliseconds WiFi is best, but uses more energy Bluetooth is preferable, but not all applications are compatible and support peering with other active devices Gaming requires proximity Round-trip-delay is bounded and depends by technology Deadlines should not be less than that Interference may play a role Never assume deadlines is linked only on access technology

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

In this unit we will see how WiFi networks work

In this unit we will see how WiFi networks work In this unit we will see how WiFi networks work Wifi is a commercial term that is now used as a synonymous for wireless connectivity. A Wifi link connects a user to a wireless local area network using

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

A Guide to Virtual Reality for Social Good in the Classroom

A Guide to Virtual Reality for Social Good in the Classroom A Guide to Virtual Reality for Social Good in the Classroom Welcome to the future, or the beginning of a future where many things are possible. Virtual Reality (VR) is a new tool that is being researched

More information

Software development and ITS research of Dtv group. Timo Koski University of Turku, Dtv group

Software development and ITS research of Dtv group. Timo Koski University of Turku, Dtv group Software development and ITS research of Dtv group Timo Koski University of Turku, Dtv group 19.11.2007 Software development and ITS research of Dtv group 1. DVB-H LITE Converged network application platform

More information

The Next Generation of Gaming Consoles

The Next Generation of Gaming Consoles The Next Generation of Gaming Consoles History of the Last Gen Sony had the #1 Console (PS2), was also the oldest and weakest, but had strong developer support Newcomer, Microsoft X-Box, attracted more

More information

Enhancing Shipboard Maintenance with Augmented Reality

Enhancing Shipboard Maintenance with Augmented Reality Enhancing Shipboard Maintenance with Augmented Reality CACI Oxnard, CA Dennis Giannoni dgiannoni@caci.com (805) 288-6630 INFORMATION DEPLOYED. SOLUTIONS ADVANCED. MISSIONS ACCOMPLISHED. Agenda Virtual

More information

Title: The only game in town. Authors: Eric Legge-Smith, Grant McKenzie, Matt Duckham Affiliation: Department of Geomatics, University of Melbourne

Title: The only game in town. Authors: Eric Legge-Smith, Grant McKenzie, Matt Duckham Affiliation: Department of Geomatics, University of Melbourne Title: The only game in town. Authors: Eric Legge-Smith, Grant McKenzie, Matt Duckham Affiliation: Department of Geomatics, University of Melbourne Intro: The gaming market continues to hold huge potential

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE.

WAVE 5000 EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. DATA SHEET WAVE WORK GROUP COMMUNICATIONS EVERY DEVICE. EVERY NETWORK. EVERY TEAM. CONNECTED LIKE NEVER BEFORE. WAVE 5000 enables highly scalable, feature rich, enterprise grade push-to-talk (PTT) on broadband

More information

ACCELERATE THE FLOW OF INFORMATION WITHIN YOUR ORGANIZATION AND INCREASE PRODUCTIVITY WITH SECURE, AFFORDABLE PUSH-TO-TALK.

ACCELERATE THE FLOW OF INFORMATION WITHIN YOUR ORGANIZATION AND INCREASE PRODUCTIVITY WITH SECURE, AFFORDABLE PUSH-TO-TALK. TM WAVE ONCLOUD Push-To-Talk (PTT) is no longer only for two-way radios. Group communication can now include those who rely on smartphones and broadband devices as well as two-way radios. is a multimedia

More information

TurboVUi Solo. User Guide. For Version 6 Software Document # S Please check the accompanying CD for a newer version of this document

TurboVUi Solo. User Guide. For Version 6 Software Document # S Please check the accompanying CD for a newer version of this document TurboVUi Solo For Version 6 Software Document # S2-61432-604 Please check the accompanying CD for a newer version of this document Remote Virtual User Interface For MOTOTRBO Professional Digital 2-Way

More information

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PlayStation 4 is the most fantastic console in the Universe! Why do we say so? Because PS4 is the most popular gaming console ever. Accordingly

More information

WHY italkptt? Our team of in-house software developers customize solutions to meet the specific needs of our end users.

WHY italkptt? Our team of in-house software developers customize solutions to meet the specific needs of our end users. WHY italkptt? PTT technology is ideally suited to organizations that need to communicate cost-effectively with their personnel in the field or on the road. Offering the advantages of traditional two-way

More information

The Future of Push to Talk Communications

The Future of Push to Talk Communications G6 GLOBAL The Future of Push to Talk Communications Andrew J Clark Managing Director G6 Global 8 April 2017 INTRODUCTION If you are a professional user of traditional push to talk two-way radio communications,

More information

THE XIRRUS APPROACH WHY ARE THEY SO DIFFERENT (A BLACK SHEEP)? SEPTEMBER 2014

THE XIRRUS APPROACH WHY ARE THEY SO DIFFERENT (A BLACK SHEEP)? SEPTEMBER 2014 THE XIRRUS APPROACH WHY ARE THEY SO DIFFERENT (A BLACK SHEEP)? SEPTEMBER 2014 1 XIRRUS, THEIR JUST SO DIFFERENT The Arrays are Just too big Just too expensive - $$$$$ Two radio APs are good enough Array

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

Anarchy Arcade. Frequently Asked Questions

Anarchy Arcade. Frequently Asked Questions Anarchy Arcade Frequently Asked Questions by Elijah Newman-Gomez Table of Contents 1. What is Anarchy Arcade?...2 2. What is SMAR CADE: Anarchy Edition?...2 3. Why distribute a free version now?...2 4.

More information

CONTENT RICH INTERACTIVE, AND IMMERSIVE EXPERIENCES, IN ADVERTISING, MARKETING, AND EDUCATION

CONTENT RICH INTERACTIVE, AND IMMERSIVE EXPERIENCES, IN ADVERTISING, MARKETING, AND EDUCATION CONTENT RICH INTERACTIVE, AND IMMERSIVE EXPERIENCES, IN ADVERTISING, MARKETING, AND EDUCATION USA 212.483.0043 info@uvph.com WORLDWIDE hello@appshaker.eu DIGITAL STORYTELLING BY HARNESSING FUTURE TECHNOLOGY,

More information

10/18/2010. Focus. Information technology landscape

10/18/2010. Focus. Information technology landscape Emerging Tools to Enable Construction Engineering Construction Engineering Conference: Opportunity and Vision for Education, Practice, and Research Blacksburg, VA October 1, 2010 A. B. Cleveland, Jr. Senior

More information

HI, THIS IS FROM COLOGNE. WE UNITE THE DIGITAL AND ANALOG WORLD.

HI, THIS IS FROM COLOGNE. WE UNITE THE DIGITAL AND ANALOG WORLD. HI, THIS IS FROM COLOGNE WE UNITE THE DIGITAL AND ANALOG WORLD evrbit is a cutting-edge software development and mixed technologies company based in Germany For us, successful implementation of edge technology

More information

INTEROPERABLE, SECURE GROUP COMMUNICATION

INTEROPERABLE, SECURE GROUP COMMUNICATION INTEROPERABLE, SECURE GROUP COMMUNICATION enables interoperable push-to-talk (PTT) communication across broadband and radio networks and devices so that critical, time-sensitive information flows quickly

More information

EPUB - ORIGINAL MICROSOFT XBOX 360 REPLACEMENT CASE BOX DOWNLOAD

EPUB - ORIGINAL MICROSOFT XBOX 360 REPLACEMENT CASE BOX DOWNLOAD 07 May, 2018 EPUB - ORIGINAL MICROSOFT XBOX 360 REPLACEMENT CASE BOX DOWNLOAD Document Filetype: PDF 174.45 KB 0 EPUB - ORIGINAL MICROSOFT XBOX 360 REPLACEMENT CASE BOX DOWNLOAD Must check original model

More information

The Reality of AR and VR: Highlights from a New Survey. Bob O Donnell, President and Chief Analyst

The Reality of AR and VR: Highlights from a New Survey. Bob O Donnell, President and Chief Analyst The Reality of AR and VR: Highlights from a New Survey Bob O Donnell, President and Chief Analyst Methodology Online survey in March 2018 of 1,000 US consumers that identify themselves as gamers and who

More information

INFORMATION DECK 2018

INFORMATION DECK 2018 INFORMATION DECK 2018 COMPANY MISSION VRee platform facilitates multi-user full body VR applications for: Gaming & esports Training & Simulation Design & Testing - Software development kit to create high

More information

Gaming. not just for kids! Gaming & your Library. 42% of all adults own a console. Almost 2/3 of adults own a console

Gaming. not just for kids! Gaming & your Library. 42% of all adults own a console. Almost 2/3 of adults own a console Gaming & your Library Scott Kehoe, Advisor - Technology Specialist Massachusetts Library System (MLS), Waltham, Mass. 866-627-7228 x308 / scott@masslibsystem.org / www.masslibsystem.org IM me on AIM -

More information

Differential GPS Positioning over Internet

Differential GPS Positioning over Internet Abstract Differential GPS Positioning over Internet Y. GAO AND Z. LIU Department of Geomatics Engineering The University of Calgary 2500 University Drive N.W. Calgary, Alberta, Canada T2N 1N4 Email: gao@geomatics.ucalgary.ca

More information

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Volume 117 No. 22 2017, 209-213 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Mrs.S.Hemamalini

More information

Actors Play backend role for Internet of Things

Actors Play backend role for Internet of Things Actors Play backend role for Internet of Things Grzegorz Kossakowski @gkossakowski Early Draft Scala Camp, Kraków May 2014 Internet of Things The Internet of Things (IoT) refers to uniquely identifiable

More information

esports ONE SOLUTION GUIDE

esports ONE SOLUTION GUIDE esports ONE SOLUTION GUIDE YOUR ONE SOLUTION FOR BARS & RESTAURANTS BROADCAST RADIO BROADCAST TV CASINOS CINEMAS CONVENTION CENTERS CORPORATE CRUISE SHIPS esports GOVERNMENT HEALTHCARE HIGHER EDUCATION

More information

D4.1.2 Experiment progress report including intermediate results

D4.1.2 Experiment progress report including intermediate results D4.1.2 Experiment progress report including intermediate results 2012-12-05 Wolfgang Halb (JRS), Stefan Prettenhofer (Infonova), Peter Höflehner (Schladming) This deliverable describes the interim progress

More information

Introduction to Computer Games

Introduction to Computer Games Introduction to Computer Games Doron Nussbaum Introduction to Computer Gaming 1 History of computer games Hardware evolution Software evolution Overview of Industry Future Directions/Trends Doron Nussbaum

More information

Gamification & Event Apps

Gamification & Event Apps Gamification & Event Apps TOP LEVEL GAMIFICATION & EVENT APP OVERVIEW Contents 3 Augmented Reality, Fancy a Treasure Hunt? 8 Guest Interaction & Socialization 11 Custom Built Event Specific Apps 13 Event

More information

NEXT GENERATION ENTERTAINMENT & EXPERIENTIAL MARKETING SERVICES

NEXT GENERATION ENTERTAINMENT & EXPERIENTIAL MARKETING SERVICES NEXT GENERATION ENTERTAINMENT & EXPERIENTIAL MARKETING SERVICES EUROPE ASIA-PACIFIC NORTH AMERICA MIDDLE EAST SOUTH AMERICA ABOUT US THE MARK OF TRUST Excape Entertainment Group focuses on combining virtual

More information

RECOMMENDATION ITU-R BS

RECOMMENDATION ITU-R BS Rec. ITU-R BS.1350-1 1 RECOMMENDATION ITU-R BS.1350-1 SYSTEMS REQUIREMENTS FOR MULTIPLEXING (FM) SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information

IMPROVING SCALABILITY IN MMOGS - A NEW ARCHITECTURE -

IMPROVING SCALABILITY IN MMOGS - A NEW ARCHITECTURE - IMPROVING SCALABILITY IN MMOGS - A NEW ARCHITECTURE - by Philippe David & Ariel Vardi Georgia Institute of Technology Outline 1.MMOGs: tremendous growth 2.Traditional MMOGs architecture and its flaws 3.Related

More information

Online Gaming Support for Parents (source YHGFL) JE

Online Gaming Support for Parents (source YHGFL) JE Online Gaming Support for Parents (source YHGFL) JE Children and young people love playing games. In fact, it is often through games that children first start to use technology. According to Ofcom, nearly

More information

Global Virtual Reality Market: Industry Analysis & Outlook ( )

Global Virtual Reality Market: Industry Analysis & Outlook ( ) Industry Research by Koncept Analytics Global Virtual Reality Market: Industry Analysis & Outlook ----------------------------------------- (2017-2021) October 2017 1 Executive Summary Virtual Reality

More information

11 ASTONISHINGLY SIMPLE WAYS TO ATTRACT CUSTOMERS USING POKÉMON GO

11 ASTONISHINGLY SIMPLE WAYS TO ATTRACT CUSTOMERS USING POKÉMON GO 11 ASTONISHINGLY SIMPLE WAYS TO ATTRACT CUSTOMERS USING POKÉMON GO Be it a fad or the new normal, Pokémon GO an augmented reality computer game has taken the world by storm. To put things into perspective,

More information

UWB: A High-Speed Wireless PAN Technology

UWB: A High-Speed Wireless PAN Technology UWB: A High-Speed Wireless PAN Technology Fred Bhesania Program Manager fredbh @ microsoft.com Microsoft Corporation Brad Hosler Wireless USB Architect brad.w.hosler @ intel.com Intel Corporation Session

More information

About Us and Our Expertise :

About Us and Our Expertise : About Us and Our Expertise : Must Play Games is a leading game and application studio based in Hyderabad, India established in 2012 with a notion to develop fun to play unique games and world class applications

More information

TTÜ infotehnoloogiateaduskond Informaatikainstituut. Enn Õunapuu Vanemteadur

TTÜ infotehnoloogiateaduskond Informaatikainstituut. Enn Õunapuu Vanemteadur TTÜ infotehnoloogiateaduskond Informaatikainstituut Enn Õunapuu enn.ounapuu@ttu.ee Vanemteadur Towards a connected world TEDxBNMIT We are moving towards a more connected, instrumented and data driven world

More information

Propietary Engine VS Commercial engine. by Zalo

Propietary Engine VS Commercial engine. by Zalo Propietary Engine VS Commercial engine by Zalo zalosan@gmail.com About me B.S. Computer Engineering 9 years of experience, 5 different companies 3 propietary engines, 2 commercial engines I have my own

More information

10/17/2011. I have an Air-Card. I have Satellite Internet. Why would I use Wi-Fi? Just for

10/17/2011. I have an Air-Card. I have Satellite Internet. Why would I use Wi-Fi? Just for How much do you use the Internet? Just for e-mail Or. 2011 National HDT Rally How much do you use the Internet? How much do you use the Internet? E-mail Face Book Google Plus Blog reading Blog Writing

More information

Convergence of IP and Wireless Networks for Public Safety

Convergence of IP and Wireless Networks for Public Safety Convergence of IP and Wireless Networks for Public Safety Edward Kelly VP Marketing & Business Development EFJohnson Presented by: David Lukeson Senior Product Manager, Systems May 9, 2008 Presentation_ID

More information

About us. What we do at Envrmnt

About us. What we do at Envrmnt W W W. E N V R M N T. C O M 1 About us What we do at Envrmnt 3 The Envrmnt team includes over 120 employees with expertise across AR/VR technology: Hardware & software development 2D/3D design Creative

More information

Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events

Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events Bring Imagination to Life with Virtual Reality: Everything You Need to Know About VR for Events 2017 Freeman. All Rights Reserved. 2 The explosive development of virtual reality (VR) technology in recent

More information

How to Test A-GPS Capable Cellular Devices and Why Testing is Required

How to Test A-GPS Capable Cellular Devices and Why Testing is Required How to Test A-GPS Capable Cellular Devices and Why Testing is Required Presented by: Agilent Technologies Page 1 Agenda Introduction to A-GPS Why Test A-GPS Performance? Types of A-GPS Testing Page 2 Origins

More information

Realizing Augmented Reality

Realizing Augmented Reality Realizing Augmented Reality By Amit Kore, Rahul Lanje and Raghu Burra Atos Syntel 1 Introduction Virtual Reality (VR) and Augmented Reality (AR) have been around for some time but there is renewed excitement,

More information

Mobile and Pervasive Game Technologies. Joel Ross ICS 62 05/19/2011

Mobile and Pervasive Game Technologies. Joel Ross ICS 62 05/19/2011 Mobile and Pervasive Game Technologies Joel Ross ICS 62 05/19/2011 jwross@uci.edu Reading Summary! Please answer the following questions: on a piece of paper: What do Ross et al. conclude about the relationship

More information

DOWNLOAD OR READ : WII ROCK BAND GUIDE PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : WII ROCK BAND GUIDE PDF EBOOK EPUB MOBI DOWNLOAD OR READ : WII ROCK BAND GUIDE PDF EBOOK EPUB MOBI Page 1 Page 2 wii rock band guide wii rock band guide pdf wii rock band guide Rock Band 2 is a 2008 music video game developed by Harmonix.It

More information

N64 emulator unblocked

N64 emulator unblocked N64 emulator unblocked N64 emulator unblocked And what about the ads? While some retro online gaming sites will pester you with advertisements and browser popups before and during your gaming session,

More information

Are Wi-Fi Networks Harmful to Your Health?

Are Wi-Fi Networks Harmful to Your Health? Probably Not, But Why Not Lower Radiation in Them Anyway? A GoNet Systems ebrief With almost every communication and computing function going wireless, consumers and device users are understandably concerned

More information

The Definitive Guide to Editing with DaVinci Resolve 12.5 (Blackmagic Design Learning Series)

The Definitive Guide to Editing with DaVinci Resolve 12.5 (Blackmagic Design Learning Series) The Definitive Guide to Editing with DaVinci Resolve 12.5 (Blackmagic Design Learning Series) Author: Paul Saccone Label: Blackmagic Design Release Date: Number Of Pages: 214 This official hands-on training

More information

MOBILIZE AND MAXIMIZE THE POTENTIAL OF P25 DIGITAL LMR

MOBILIZE AND MAXIMIZE THE POTENTIAL OF P25 DIGITAL LMR WHITE PAPER MOBILIZE AND MAXIMIZE THE POTENTIAL OF P25 DIGITAL LMR PAGE 1 ARE YOU LEVERAGING THE POTENTIAL OF YOUR P25 LMR NETWORK? Your customers expect you to be ready, capable and equipped for power

More information

5G: THE NEXT DISRUPTIVE TECHNOLOGY IN PRODUCTION TEST

5G: THE NEXT DISRUPTIVE TECHNOLOGY IN PRODUCTION TEST 5G: THE NEXT DISRUPTIVE TECHNOLOGY IN PRODUCTION TEST Daniel Bock, Ph.D. Mike Bishop Jeff Damm Michael Engelhardt Michael Hemena Robert Murphy Balbir Singh Introduction The development of 5G / WiGig products

More information

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real...

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real... v preface Motivation Augmented reality (AR) research aims to develop technologies that allow the real-time fusion of computer-generated digital content with the real world. Unlike virtual reality (VR)

More information

REMEDY ENTERTAINMENT OYJ. Review of H

REMEDY ENTERTAINMENT OYJ. Review of H REMEDY ENTERTAINMENT OYJ Review of H1-2018 14.8.2018 AGENDA 1. CEO Tero Virtala s Review 2. Financial Results H1-2018 3. Questions & Answers H1-2018 REVIEW Tero Virtala C H I E F E X E C U T I V E O F

More information

Configuration Guide. Version 8.3

Configuration Guide. Version 8.3 Capacity Plus Configuration Guide Version 8.3 Table of Contents 1 Table of Contents 1 Introduction 2 2 Brief Information on Use of Control Stations 4 3 6 3.1 Programming Repeter 7 3.1.1 Master Repeater

More information

Marco Cavallo. Merging Worlds: A Location-based Approach to Mixed Reality. Marco Cavallo Master Thesis Presentation POLITECNICO DI MILANO

Marco Cavallo. Merging Worlds: A Location-based Approach to Mixed Reality. Marco Cavallo Master Thesis Presentation POLITECNICO DI MILANO Marco Cavallo Merging Worlds: A Location-based Approach to Mixed Reality Marco Cavallo Master Thesis Presentation POLITECNICO DI MILANO Introduction: A New Realm of Reality 2 http://www.samsung.com/sg/wearables/gear-vr/

More information

800 MHz Trunked Radio. Management Briefing Number 2 ONE OF A SERIES OF NOTES ON TECHNOLOGY FROM ADCOMM

800 MHz Trunked Radio. Management Briefing Number 2 ONE OF A SERIES OF NOTES ON TECHNOLOGY FROM ADCOMM 800 MHz Trunked Radio Management Briefing Number 2 ONE OF A SERIES OF NOTES ON TECHNOLOGY FROM ADCOMM Copyright Adcomm Engineering 1991 This short paper offers discussion on trunked radio systems it is

More information

The SCHNOOR DMR-System

The SCHNOOR DMR-System The SCHNOOR DMR-System SYSTEM DESCRIPTION SCHNOOR DMR DMR combines the advantages of professional mobile radio with the latest technology Wherever wireless communications with highest reliability and a

More information

HashCash in Gaming. Gaming is now more Exciting with HC Net Blockchain. HashCash Consultants All Rights Reserved HashCash Gaming

HashCash in Gaming. Gaming is now more Exciting with HC Net Blockchain. HashCash Consultants All Rights Reserved HashCash Gaming HashCash in Gaming Gaming is now more Exciting with HC Net Blockchain HashCash Consultants All Rights Reserved HashCash Gaming AN OVERVIEW CURRENT GAMING INDUSTRY The computer and video game industry has

More information

Issues on Multi-Device Multi-player Gaming

Issues on Multi-Device Multi-player Gaming Issues on Multi-Device Multi-player Gaming Danny C. Cheng Assistant Professor College of Computer Studies Professional Schools Inc. De La Salle University danny@ccs.dlsu.edu.ph Abstract The current advances

More information

Chapter 4. TETRA and GSM over satellite

Chapter 4. TETRA and GSM over satellite Chapter 4. TETRA and GSM over satellite TETRA and GSM over satellite have been addressed a number of times in the first three chapters of the document. Their vital roles in the present project are well

More information

USTGlobal. VIRTUAL AND AUGMENTED REALITY Ideas for the Future - Retail Industry

USTGlobal. VIRTUAL AND AUGMENTED REALITY Ideas for the Future - Retail Industry USTGlobal VIRTUAL AND AUGMENTED REALITY Ideas for the Future - Retail Industry UST Global Inc, August 2017 Table of Contents Introduction 3 Focus on Shopping Experience 3 What we can do at UST Global 4

More information

Future ready: How can agencies invest wisely in public safety communications with so much change on the horizon?

Future ready: How can agencies invest wisely in public safety communications with so much change on the horizon? Future ready: How can agencies invest wisely in public safety communications with so much change on the horizon? With constant change in today s communication technologies, how do agencies maximize the

More information

The Smurfs Village The sixth highest grossing iphone/ipad app on all of the App Store in 2011 (Source: Apple) #1 Top Grossing App in 80 countries

The Smurfs Village The sixth highest grossing iphone/ipad app on all of the App Store in 2011 (Source: Apple) #1 Top Grossing App in 80 countries MOBILE LICENSING The Smurfs Village The sixth highest grossing iphone/ipad app on all of the App Store in 2011 (Source: Apple) #1 Top Grossing App in 80 countries More than 40 million downloads worldwide

More information

6Visionaut visualization technologies SIMPLE PROPOSAL 3D SCANNING

6Visionaut visualization technologies SIMPLE PROPOSAL 3D SCANNING 6Visionaut visualization technologies 3D SCANNING Visionaut visualization technologies7 3D VIRTUAL TOUR Navigate within our 3D models, it is an unique experience. They are not 360 panoramic tours. You

More information

Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology

Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology 2017 International Conference on Arts and Design, Education and Social Sciences (ADESS 2017) ISBN: 978-1-60595-511-7 Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology

More information

SUPER AFFILIATE SNIPER

SUPER AFFILIATE SNIPER Obliterate the Opposition and Watch your Profits Explode as You become a... SUPER AFFILIATE SNIPER Attention Affiliates! Are you ready to take your affiliate marketing to the next level? Are you sick of

More information

Exploring Virtual Reality (VR) with ArcGIS. Euan Cameron Simon Haegler Mark Baird

Exploring Virtual Reality (VR) with ArcGIS. Euan Cameron Simon Haegler Mark Baird Exploring Virtual Reality (VR) with ArcGIS Euan Cameron Simon Haegler Mark Baird Agenda Introduction & Terminology Application & Market Potential Mobile VR with ArcGIS 360VR Desktop VR with CityEngine

More information

Instructions To Get Xbox Live Gold Membership Forever 2012

Instructions To Get Xbox Live Gold Membership Forever 2012 Instructions To Get Xbox Live Gold Membership Forever 2012 Free Xbox 360 Live Code Generator And Xbox Live Gold Membership Codes 2012 Proof. Get Instructions On Christmas we will tap in to Microsoft and

More information

Ad-Hoc Networks for. Independent Living. (value added sensing) Pawel Gburzynski

Ad-Hoc Networks for. Independent Living. (value added sensing) Pawel Gburzynski Ad-Hoc Networks for Independent Living (value added sensing) Pawel Gburzynski Olsonet Communications, Ottawa, Canada University of Alberta, Computing Science, Edmonton, AB, Canada (emeritus) Vistula University,

More information

APRS Turns 35. What s Next?

APRS Turns 35. What s Next? APRS Turns 35. What s Next? Ray Rischpater, KF6GPE kf6gpe@arrl.net kf6gpe.org BayCon, 9 February 2019 The Automated Packet Reporting System... Was developed by Bob Bruniga, WB4APR beginning in 1984 Is

More information

Integrated Solutions for Public Safety

Integrated Solutions for Public Safety Integrated Solutions for Public Safety TETA - P25 - LTE - CAD years Network Infrastructure TETA + LTE Core Network Equipment SIS Base Station Equipment econnect DBS PBS esbs enms esbs: With its outstanding

More information

TREND INSIGHTS MEDIA & TECH TRENDS FOR 2017

TREND INSIGHTS MEDIA & TECH TRENDS FOR 2017 TREND INSIGHTS MEDIA & TECH TRENDS FOR 2017 MEDIA & TECH TRENDS FOR 2017 There were several noticeable tech and video trends in 2016 that impacted consumers and marketers; they may become even more prominent

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

Solipsis: A Decentralized Architecture for Virtual Environments

Solipsis: A Decentralized Architecture for Virtual Environments Solipsis: A Decentralized Architecture for Virtual Environments Davide Frey Joint work with E. Anceaume, A-M. Kermarrec F. Le Fessant, R. Piegay, J. Royan As Scalable As Possible 1 The (virtual) world

More information

Class discussion. Play is the fundamental experience of games. This is what makes Combat and Journey engaging. Trying things out, seeing what happens, pretending to be something we re not, learning to

More information

A (Very) Brief History

A (Very) Brief History GAMES INDUSTRY A (Very) Brief History 1961 SpaceWar: Steve Russell on a PDP-1 at MIT 1971 Computer Space: First coin-op game 1972 Pong: Arcade and home - the first hit 1978-1981: Golden age of the arcade

More information

SEIZING THE POWER OF VIRTUAL REALITY WITH REWIND. Your guide to the ins and outs of our business and how we can help you succeed.

SEIZING THE POWER OF VIRTUAL REALITY WITH REWIND. Your guide to the ins and outs of our business and how we can help you succeed. SEIZING THE POWER OF VIRTUAL REALITY WITH REWIND. Your guide to the ins and outs of our business and how we can help you succeed. REWIND is a leading immersive solutions company with a proven track record

More information

MURS New Wireless Technology for Text & Location Share without Cellular Signal to P2P

MURS New Wireless Technology for Text & Location Share without Cellular Signal to P2P I J C T A, 9(9), 2016, pp. 3959-3963 International Science Press MURS New Wireless Technology for Text & Location Share without Cellular Signal to P2P C. Bala Saravanan 1, R. Rrabu 2 and L. Gladis Flower

More information

Distributed Virtual Environments!

Distributed Virtual Environments! Distributed Virtual Environments! Introduction! Richard M. Fujimoto! Professor!! Computational Science and Engineering Division! College of Computing! Georgia Institute of Technology! Atlanta, GA 30332-0765,

More information

To Our Shareholders 2 SQUARE ENIX CO., LTD.

To Our Shareholders 2 SQUARE ENIX CO., LTD. To Our Shareholders I am proud to present the annual report of SQUARE ENIX for fiscal 2004, ended March 31, 2005. Fiscal 2004 was the Company s second year of business since we were formed through the

More information

IP/Console

IP/Console 434.582.6146 info@catcomtec.com www.catcomtec.com IP/Console IP Console is a full-featured Radio Control over IP (RCoIP) dispatch solution for SMARTNET, Project 25, EDACS TM, DMR, other Land Mobile Radio

More information

Design: Internet Technology in Pervasive Games

Design: Internet Technology in Pervasive Games Design: Internet Technology in Pervasive Games Mobile and Ubiquitous Games ICS 163 Donald J. Patterson Content adapted from: Pervasive Games: Theory and Design Experiences on the Boundary between Life

More information

Version 9.1 SmartPTT Monitoring

Version 9.1 SmartPTT Monitoring Version 9.1 SmartPTT Monitoring December 2016 Table of Contents Table of Contents 1.1 Introduction 2 1.2 Installation of the SmartPTT software 2 1.3 General SmartPTT Radioserver Configuration 6 1.4 SmartPTT

More information

UNIT- 3. Introduction. The cellular advantage. Cellular hierarchy

UNIT- 3. Introduction. The cellular advantage. Cellular hierarchy UNIT- 3 Introduction Capacity expansion techniques include the splitting or sectoring of cells and the overlay of smaller cell clusters over larger clusters as demand and technology increases. The cellular

More information

DVB-H mobile TV for the U.S.

DVB-H mobile TV for the U.S. Technology for Innovators TM Overview DVB-H mobile TV for the U.S. In the last sixty years we ve evolved from radio, to black and white TV, to color TV, to cable TV and the satellite TV universe. Now that

More information

Copyright 2017 by Kevin de Wit

Copyright 2017 by Kevin de Wit Copyright 2017 by Kevin de Wit All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic

More information

Nishant l33t Verma 33 Rachel pwn Nabatian Weiye noob Zhang

Nishant l33t Verma 33 Rachel pwn Nabatian Weiye noob Zhang Nishant l33t Verma 33 Rachel pwn Nabatian Weiye noob Zhang Company Overview Thesis Blizzard Synergies Solid Pipeline e 09 10 0 Competitive Advantage Risks DCF World s largest third party game publisher

More information

Trunking Information Control Console

Trunking Information Control Console Trunking Information Control Console One Touch Communication and Control In a TICC we can: Initiate a call in one touch Send a status in one touch Call a group of users in one touch See what type of call

More information

What is Augmented Reality?

What is Augmented Reality? What is Augmented Reality? Well, this is clearly a good place to start. I ll explain what Augmented Reality (AR) is, and then what the typical applications are. We re going to concentrate on only one area

More information

About MustPlay Games

About MustPlay Games About MustPlay Games MustPlay Game is a leading mobile games studio in Hyderabad, India, established in 2012 with a notion to develop fun to play unique games on cross platforms. While the gaming markets

More information

Video Sales Letter Zombie

Video Sales Letter Zombie Table of Contents Table of Contents... 2 Introduction... 4 Why Use Video Sales Letters?... 5 Tips for Engaging Video Sales Letters... 7 Important Video Sales Letter Features... 9 Headline... 9 Solving

More information

Analysis and Comparison of Gaming in Virtual and Real world

Analysis and Comparison of Gaming in Virtual and Real world International Journal of Scientific Research in Research Paper. Multidisciplinary Studies E-ISSN: 2454-9312 Vol.4, Issue.2, pp.8-12, February (2018) P-ISSN: 2454-6143 Analysis and Comparison of Gaming

More information

Welcome to Family Dominoes!

Welcome to Family Dominoes! Welcome to Family Dominoes!!Family Dominoes from Play Someone gets the whole family playing everybody s favorite game! We designed it especially for the ipad to be fun, realistic, and easy to play. It

More information

Smart Beacon Management with BlueRange

Smart Beacon Management with BlueRange Smart Beacon Management with BlueRange Version 1.1 Status 01/2018 This article describes the need for Smart Beacon Management, demonstrates innovative ways to manage and control it efficiently, and shows

More information

Wireless replacement for cables in CAN Network Pros and Cons. by Derek Sum

Wireless replacement for cables in CAN Network Pros and Cons. by Derek Sum Wireless replacement for cables in CAN Network Pros and Cons by Derek Sum TABLE OF CONTENT - Introduction - Concept of wireless cable replacement - Wireless CAN cable hardware - Real time performance and

More information