Phoenix Puppy: A new concept for the interactive pet simulation game

Size: px
Start display at page:

Download "Phoenix Puppy: A new concept for the interactive pet simulation game"

Transcription

1 Phoenix Puppy: A new concept for the interactive pet simulation game Ji-Young HO and Ruck THAWONMAS Intelligent Computer Entertainment Laboratory Department of Computer Science, Ritsumeikan University Abstract: This paper describes a conceptual method to make strong mental sympathy between players and virtual pets in mobile pet simulation games. After the development of Tamagochi, which created a sensation all over the world in 1997, many pet simulation games have been made. Through raising virtual pets, players feel the satisfaction similar to raising real pets. However, sometimes games become more boring and the players can t set their affection on the virtual pets as much as real pets. This is because no effort is needed to raise such virtual pets except for pressing buttons and spending time. To solve these problems, we propose a new concept combining a pet simulation game with another type of game. The proposal concept has more dynamic interesting and offers strong metal connection with the virtual pets. We then implement a mobile pet simulation game based on this new concept, and compare this game with other pet simulation games, especially those developed in Korea. 1. Introduction A mobile pet simulation game is a special type of game in which virtual pets are raised on mobile devices. Regarding contents, it is a pet simulation game which should simulate the real world sufficiently well so that a player feels like raising a real pet by feeding, talking, playing and so on. Regarding devices, it is a mobile game [1] that bases on cellular phones or PCS (Personal Communication Service) phones. Over the last few years, the market of mobile games [2], e.g., in Korea, is exponentially increasing along with spread of cellular phones and PCS phones. As a result, mobile games has a merit on convenience that there is no necessary to carry particular game devices and thus players can enjoy playing games at anytime and anywhere. However, though mobile games are a hot topic, up till now they have been simple and thus are not so interesting. With industrialization and the subsequent increase in nuclear families, single households, no kids, door-key children and dual income families, pets have become a sort of substitute for human affection. According to this trend and popularity of Tamagochi [3], pet simulation games have come into wide use because of mental satisfaction and simplicity. However, they also have some weaknesses on dynamic amusement owing to insipid play rules that only need buttons to be pressed within decided time. In this paper, we propose a new concept that overcomes each weakness of either mobile games or pet simulation games, and has synergy effects due to a combination of a mobile pet simulation game and another type of game. These synergy effects give more exciting interest and stronger soul connection, which are due to difficulties and efforts in order to get something in the counter-part game for raising a virtual pet. In our implementation, we combine a pet simulation game with a typical adventure game in which a player has to get feed items for a virtual pet. Thereby, the player can experience enjoyments of adventure and identical relationship through the

2 efforts for raising the pet. Our game is implemented for n-top [4] service of SK Telecom[5], the biggest telecommunication company in Korea. We use mobile C [6], a language for developing mobile games, with GVM (General Virtual Machine) [6] that is a middle-ware platform solution developed by SINJISOFT [7]. 2. Architecture The architecture is composed of four parts, i.e., an interface module, an adventure game module called Dungeon, a pet simulation game module called Lair and a database. Fig.1 illustrates the detail structure of the game system. The interface module gets inputs from the player and sends processed data to the Dungeon and Lair modules. This module also gives to the player visual information on the playing results of both Dungeon and Lair modules. The Dungeon module deals with transaction data for the adventure game and saves information to the feed database. The Lair module handles player s interaction requests from the interface module and information from the feed database. It then saves information on pet s personalities to the bird database. The database in our system is composed of the feed database and the bird database. The feed database is especially related to Dungeon game and the bird database has information which decides the character and appearance of each bird. As stated before this information is sent to the interface module in order to response to the player s interaction requests. 3. Description of game 3.1 Overview The specialty of this game is that of adding an adventure game to a pet simulation game. So a player has to get feed items though playing the Dungeon game and raises each bird with interactive actions for example feeding, talking and playing at the Lair. Such interactive actions affect the bird s emotions and personalities that are the main factor to determine the appearance and response of each bird. If the player could successfully raise a selected baby bird to a targeted adult one, the game is end. More precisely, the aim of this game is to make a bird to a phoenix. 3.2 DUNGEON The Dungeon is a typical adventure game in which a player is faced by terrible obstacles like barriers and monsters. If the player overcomes those obstacles, he or she gets treasures. In our implementation, a player can see only a portion of the map surrounding him or her and those portions the player has passed. So this constraint makes a situation that the player might come across the monster. Also there are too many walls that can not be passed. If the player gets a key,

3 (a) START DUNGEON Player can see only the surrounding area (b) MOVE Player can see also the passed areas (c) FIND A KEY Player finds and gets a key (d) OPEN THE DOOR Player can open the door with the key (e) FIND THE TREASURE Player finds the treasure (f) GET THE TREASURE Player gets the treasure (g) FIND THE MONSTER Player comes across the monster and fights (h) KILL THE MONSTER Player wins over the monster (i) GO TO THE START POINT Player gets out of Dungeon (j) GET A FEED ITEM Player gets a feed item for through the start point a selected bird FIG. 2 DUNGEON ADVENTURE GAME

4 FIG. 3 THE INTERACTION PROCESS FIG. 4 INTERACTION WITH THE VIRTUAL PET however, he or she can open the door between the walls. If the player gets the treasure and then returns back to the start point, he or she can get a feed item for a selected bird. (see Fig.2) 3.3 LAIR This is the main part of Phoenix Puppy for raising each bird with interactive actions. Fig.3 shows interactions between the player and a bird using each module: interaction, emotion, personality and appearance. For instance, if the player talks to a selected bird, the emotion module decides the bird s feeling whether the bird wants to talk or not. Then this emotion has influences on the personalities of bird and on the appearance module. After that a response is displayed at the screen to the player. In this section, an interaction means a certain action to grow a selected bird, such as, talking, feeding, washing, etc. An interaction might change the emotions or personalities of the bird either well or badly according to situations. As we can see, most interactions change the pet s emotions, except for those changing directly personalities with feed items. Each bird has many emotions for every situation as much as real bird. In this paper, we implement some kinds of interaction functions (feeding, talking, playing) and response emotions (understanding, happy, ignoring). (see Fig.4) If the player feeds the bird, its personalities are changed directly by the rule shown in Fig 5. Regarding the bird s personalities, there are four principle elements -fire( 火 ), earth( 土 ), wind( 風 ) and water( 水 ). As the player does many interactions, the bird gets some points for the personalities and the level that represents the growth condition is increasing. Through the appearance module, the appearance of the bird at the screen is decided by the combination of the four personalities, each having ten levels. Fig. 6 shows how the bird evolutes with those four properties.

5 FIG. 5 PRINCIPLE ELEMENTS OF THE PERSONALITIES AND THEIR RELATIONS WHITH THE TEN FEED ITEMS FIG. 6 EVOLUTION OF THE BIRD ACCORDING TO ITS PERSONALITIES

6 Identity Affection Sympathy Thrill Responsibility Specialty Cute Hamster Χ Χ Χ Χ Tamagochi Χ Handy Monster Χ Nory Phoenix Puppy FIG. 7 MENTAL EFFECTS ( : STRONG, : NORMAL, Χ: WEAK) 4. Comparisons with other games In this section, we show the effects of our concept in pet simulation games through comparing our game with other games. Before that, we define mental attributes used in comparisons as follows: Identity means representation of the player through the virtual pet, similar to an avatar representing it user. It is the most important characteristic for distinguishing pet simulation games with other games. Affection means attraction or tendering feeling toward the virtual pet. Sympathy means mutual understanding from relationship or affinity between the virtual pet and the player in which one correspondingly affects the other. Thrill is a source or cause of excitement or emotion. Responsibility means the quality, state or fact of being responsible. Therefore it shows how much the player feels a sense of duty. Specialty means satisfaction of the results through contributions. So the player can get a penalty for failure and a satisfaction for success through it. Also it shows how much the virtual pet depends on the player. Except for Tamagochi, Cute Hamster [8], Handy Monster [9], Nory [10] and Phoenix Puppy are mobile pet simulation games in which each player can raise a hamster, a monster and a bird, respectively. As we mention before, Tamagochi needs just simple efforts such as pressing buttons for feeding, talking, sleeping and so forth. So the player of Tamagochi feels less deep affection, sympathy, responsibility and specialty, compared with the player of Phoenix Puppy. Besides, Tamagochi has no thrill. Cute Hamster is concentrated on the communication with other players and fortune telling service rather then raising the virtual pet. Therefore the player can not even feel affection. Regarding Handy Monster, there are more functions for raising the pet. So the player of Handy Monster feels slightly more responsibility, compared with the player of Cute Hamster and Tamagochi, because he or she must take care of their pet in various ways. Nory is very similar with our game. It is also a combination of a pet simulation game with other simple games, and the player can have interaction with his or her bird. However there are obvious differences in the role of the player in the added game, and on the player s contribution to the personality of the virtual bird. Namely, in Nory the player directly operates the bird so as to have it, say, participate in an added game such as a hurdle race. In our game, the player operates another character in the added adventure game in order to get some feed for the bird. Regarding the player s contribution to the personality of the virtual bird, the personalities of the bird in Nory is decided and fixed at the starting time with the degree of growth being increased continuously. However the personalities of the bird in

7 Phoenix Puppy change according to the player s feeding decisions. In addition, the appearance of the bird also changes according to its personalities. As a result, the player of Phoenix Puppy feels stronger affection, and sympathy, responsibility, thrill and specialty. 5. Conclusions and future work In this paper we have proposed a concept for making strong mental identity between players and virtual pets in mobile pet simulation games. By adding another kind of game, especially an adventure game in our implementation, and adapting mobile platforms, we could get more powerful conveniences, satisfactions and amusements from the games based on the proposal concept. Furthermore, various emotions of a virtual pet support a good mental connection because a player feels like the game is real. As our future work, we will continue to develop virtual pets having more detail personalities and emotions, more powerful graphic engines which can design the appearance of the virtual pets automatically according to these personalities and emotions. We will verify the effects of our concept with real experiment asking players to compare our game with others. Also we will research about new pet simulation games being efficient for mental gratification through adding a various kind of games. Acknowledgements The first author would like to thank her former colleagues, Chul-min Park, Eun-ju Choi, Bora Kim for their partial contributions to designing and implementing the game. The first author also was supported in part by Samsung and Nexon. She is now being awarded a scholarship by the Ministry of Education, Culture, Sports, Sciences and Technology, Japan. The second author is supported in part by the Ritsumeikan University s Kyoto Art and Entertainment Innovation Research, a 21 st Century Center of Excellence program, funded by the Japan Society for Promotion of Science. References [1] BANDAI - [2] The Mobile Games Interoperability Forum (MGIF) - [3] Open Mobile Alliance (OMA) - [4] n.top changed to NATE. - [5] SK Telecom - [6] Mobile C and GVM (General Virtual Machine) - [7] SINJISOFT corporation - [8] Cute Hamster- [9] Handy Monster - [10] Nory -

User Type Identification in Virtual Worlds

User Type Identification in Virtual Worlds User Type Identification in Virtual Worlds Ruck Thawonmas, Ji-Young Ho, and Yoshitaka Matsumoto Introduction In this chapter, we discuss an approach for identification of user types in virtual worlds.

More information

02 SQUARE ENIX To Our Shareholders. A Fundamental Industry Change from Evolution in Network Technology. Yoichi Wada

02 SQUARE ENIX To Our Shareholders. A Fundamental Industry Change from Evolution in Network Technology. Yoichi Wada 02 SQUARE ENIX 2004 To Our Shareholders President and Representative Director Yoichi Wada Square Enix Co., Ltd. is proud to present its first annual report for fiscal 2003, ended March 31, 2004, following

More information

TOKYO GAME SHOW 2019 Exhibition Outline Released!

TOKYO GAME SHOW 2019 Exhibition Outline Released! Press Release March 6, 2019 Theme: One World, Infinite Joy TOKYO GAME SHOW 2019 Exhibition Outline Released! Dates: September 12 (Thursday) to September 15 (Sunday), 2019 / Venue: Makuhari Messe Applications

More information

English as a Second Language Podcast ESL Podcast 295 Playing Video Games

English as a Second Language Podcast   ESL Podcast 295 Playing Video Games GLOSSARY fighting violent; with two or more people physically struggling against each other * In this fighting game, you can make the characters kick and hit each other in several directions. role-playing

More information

While there are lots of different kinds of pitches, there are two that are especially useful for young designers:

While there are lots of different kinds of pitches, there are two that are especially useful for young designers: Pitching Your Game Ideas Think you ve got a great idea for the next console blockbuster? Or the next mobile hit that will take the app store by storm? Maybe you ve got an innovative idea for a game that

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

FY2017 Q4 Earnings Presentation (Held on February 8, 2018) Q&A Summary

FY2017 Q4 Earnings Presentation (Held on February 8, 2018) Q&A Summary FY2017 Q4 Earnings Presentation (Held on February 8, 2018) Q&A Summary Q Regarding Dungeon&Fighter in China, particularly what is being well received by users since you conducted content update on February

More information

Individual Test Item Specifications

Individual Test Item Specifications Individual Test Item Specifications 8208110 Game and Simulation Foundations 2015 The contents of this document were developed under a grant from the United States Department of Education. However, the

More information

A Study on the Physical Effects in 4D

A Study on the Physical Effects in 4D , pp.9-13 http://dx.doi.org/10.14257/astl.2014.77.03 A Study on the Physical Effects in 4D SooTae Kwon 1, GwangShin Kim 2, SoYoung Chung 3, SunWoo Ko 4, GeunHo Lee 5 1 Department of SmartMedia, Jeonju

More information

Development of the A-STEAM Type Technological Models with Creative and Characteristic Contents for Infants Based on Smart Devices

Development of the A-STEAM Type Technological Models with Creative and Characteristic Contents for Infants Based on Smart Devices Indian Journal of Science and Technology, Vol 9(44), DOI: 10.17485/ijst/2016/v9i44/105169, November 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Development of the A-STEAM Type Technological

More information

IMPROVING TOWER DEFENSE GAME AI (DIFFERENTIAL EVOLUTION VS EVOLUTIONARY PROGRAMMING) CHEAH KEEI YUAN

IMPROVING TOWER DEFENSE GAME AI (DIFFERENTIAL EVOLUTION VS EVOLUTIONARY PROGRAMMING) CHEAH KEEI YUAN IMPROVING TOWER DEFENSE GAME AI (DIFFERENTIAL EVOLUTION VS EVOLUTIONARY PROGRAMMING) CHEAH KEEI YUAN FACULTY OF COMPUTING AND INFORMATICS UNIVERSITY MALAYSIA SABAH 2014 ABSTRACT The use of Artificial Intelligence

More information

Proposal Writing ASIA IDOL

Proposal Writing ASIA IDOL Proposal Writing ASIA IDOL The Concept The Asia idol game app targets at smartphone were aged 12 to 30. The characters and visual style of the game are set cute and chic to attract female players. As compared

More information

HOWARD A. LANDMAN HOWARDL11

HOWARD A. LANDMAN HOWARDL11 THE NOT-SO-GREAT GAME OF THRONES: ASCENT ZOMBIE APOCALYPSE ANTICLIMAX HOWARD A. LANDMAN HOWARDL11 1. The Game Game Of Thrones: Ascent is a browser Flash game based on the popular HBO fantasy series. The

More information

IMGD 1001: Fun and Games

IMGD 1001: Fun and Games IMGD 1001: Fun and Games Robert W. Lindeman Associate Professor Department of Computer Science Worcester Polytechnic Institute gogo@wpi.edu Outline What is a Game? Genres What Makes a Good Game? 2 What

More information

CSR Initiatives. Safety and Cleanliness of Products and Services

CSR Initiatives. Safety and Cleanliness of Products and Services es CSR Initiativ BANDAI NAMCO Group focuses its initiatives on the underlying corporate concept Fun for the future! by promoting the corporate social responsibility (CSR) activities to provide Dreams,

More information

IMGD 1001: Fun and Games

IMGD 1001: Fun and Games IMGD 1001: Fun and Games by Mark Claypool (claypool@cs.wpi.edu) Robert W. Lindeman (gogo@wpi.edu) Outline What is a Game? Genres What Makes a Good Game? Claypool and Lindeman, WPI, CS and IMGD 2 1 What

More information

Online Gaming Is NOT Just for Kids Anymore

Online Gaming Is NOT Just for Kids Anymore IBM Electronics Podcast December, 2005 To hear this podcast, go to http://ibm.com/bcs/electronics/podcast. Andreas Neus is a consultant with IBM Germany and an expert in online gaming. Andreas is also

More information

School of Engineering Department of Electrical and Computer Engineering. VR Biking. Yue Yang Zongwen Tang. Team Project Number: S17-50

School of Engineering Department of Electrical and Computer Engineering. VR Biking. Yue Yang Zongwen Tang. Team Project Number: S17-50 School of Engineering Department of Electrical and Computer Engineering VR Biking Yue Yang Zongwen Tang Team Project Number: S17-50 Advisor: Charles, McGrew Electrical and Computer Engineering Department

More information

English Rulebook. Version Moaideas Game Design

English Rulebook. Version Moaideas Game Design English Rulebook Version 1.00 2013 Moaideas Game Design www.moaideas.net moaideas@gmail.com 3 6 Players / 20 30 mins. / 12+ yrs. old Introduction Welcome guild leaders! Are you ready for some quests in

More information

Chapter 4 Summary Working with Dramatic Elements

Chapter 4 Summary Working with Dramatic Elements Chapter 4 Summary Working with Dramatic Elements There are two basic elements to a successful game. These are the game formal elements (player, procedures, rules, etc) and the game dramatic elements. The

More information

Contact info.

Contact info. Game Design Bio Contact info www.mindbytes.co learn@mindbytes.co 856 840 9299 https://goo.gl/forms/zmnvkkqliodw4xmt1 Introduction } What is Game Design? } Rules to elaborate rules and mechanics to facilitate

More information

Table of Contents. TABLE OF CONTENTS 1-2 INTRODUCTION 3 The Tomb of Annihilation 3. GAME OVERVIEW 3 Exception Based Game 3

Table of Contents. TABLE OF CONTENTS 1-2 INTRODUCTION 3 The Tomb of Annihilation 3. GAME OVERVIEW 3 Exception Based Game 3 Table of Contents TABLE OF CONTENTS 1-2 INTRODUCTION 3 The Tomb of Annihilation 3 GAME OVERVIEW 3 Exception Based Game 3 WINNING AND LOSING 3 TAKING TURNS 3-5 Initiative 3 Tiles and Squares 4 Player Turn

More information

So to what extent do these games supply and nurture their social aspect and does game play suffer or benefit from it? Most MMORPGs fail because of a

So to what extent do these games supply and nurture their social aspect and does game play suffer or benefit from it? Most MMORPGs fail because of a The world of massively multiplayer online role play games used to be the realm of the unsocial geek and nerd. A sanctuary to escape the pains of modern life and be someone else. Because of the audience

More information

Research of key technical issues based on computer forensic legal expert system

Research of key technical issues based on computer forensic legal expert system International Symposium on Computers & Informatics (ISCI 2015) Research of key technical issues based on computer forensic legal expert system Li Song 1, a 1 Liaoning province,jinzhou city, Taihe district,keji

More information

Terms and Conditions

Terms and Conditions Terms and Conditions LEGAL NOTICE The Publisher has strived to be as accurate and complete as possible in the creation of this report, notwithstanding the fact that he does not warrant or represent at

More information

COMP 400 Report. Balance Modelling and Analysis of Modern Computer Games. Shuo Xu. School of Computer Science McGill University

COMP 400 Report. Balance Modelling and Analysis of Modern Computer Games. Shuo Xu. School of Computer Science McGill University COMP 400 Report Balance Modelling and Analysis of Modern Computer Games Shuo Xu School of Computer Science McGill University Supervised by Professor Clark Verbrugge April 7, 2011 Abstract As a popular

More information

Artificial Intelligence for Games. Santa Clara University, 2012

Artificial Intelligence for Games. Santa Clara University, 2012 Artificial Intelligence for Games Santa Clara University, 2012 Introduction Class 1 Artificial Intelligence for Games What is different Gaming stresses computing resources Graphics Engine Physics Engine

More information

Smart Home Status Quo, Trends and Innovations

Smart Home Status Quo, Trends and Innovations Smart Home Status Quo, Trends and Innovations Bachelorarbeit zur Erlangung des akademischen Grades Bachelor of Science (B. Sc.) im Studiengang Wirtschaftswissenschaft der Wirtschaftswissenschaftlichen

More information

zogar s gaze Objective

zogar s gaze Objective Objective zogar s gaze Be the first player to collect all the necessary cards to meet your win conditions and you will win the game. These win conditions are determined by your starting race and class.

More information

OHOL Self-Acceptance

OHOL Self-Acceptance OHOL Self-Acceptance Unconditional Self-Acceptance for Unconditional Self-Love To truly love yourself you must accept all aspects of yourself. Deepak Chopra Welcome to OHOL Self-Acceptance. This is a profoundly

More information

Software Requirements Specification Document. CENG 490 VANA Project

Software Requirements Specification Document. CENG 490 VANA Project Software Requirements Specification Document CENG 490 VANA Project Barış Çavuş - 1819754 Erenay Dayanık - 1819192 Memduh Çağrı Demir - 1819218 Mesut Balcı 1819093 Date: 30.11.2014 Table of Contents 1 Introduction...

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

Dungeon Crawl Classics #9 Dungeon Geomorphs

Dungeon Crawl Classics #9 Dungeon Geomorphs Dungeon Crawl Classics #9 Dungeon Geomorphs by Clayton Bunce Credits Cartographer: Clayton Bunce Front Cover Artist: Chuck Whelon Back Cover Artist: Brad McDevitt Interior Artist: Brad McDevitt Editor

More information

Games: What Are They? Topics in Game Development UNM ECE 495/595; CS 491/591

Games: What Are They? Topics in Game Development UNM ECE 495/595; CS 491/591 Games: What Are They? Topics in Game Development UNM ECE 495/595; CS 491/591 Date back to ancient times Found in virtually every culture Not only for entertainment Also served serious functions Used to

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

State Project Awards Opportunity Overview

State Project Awards Opportunity Overview State Project Awards Opportunity Overview Iowa 4-H Project Area Awards 4-H incentives and recognition programs are provided to motivate youth to participate, learn and evaluate 4-H experiences. Opportunity

More information

Toward the Synchronized Experiences between Real and Virtual Museum

Toward the Synchronized Experiences between Real and Virtual Museum Toward the Synchronized Experiences between Real and Virtual Abstract Yong-Moo Kwon, Jie-Eun Hwang, Tae-Sung Lee, Min-Jeong Lee, Jai-Kyung Suhl, and Sae-Woon Ryu Imaging Media Research Center, Korea Institute

More information

Man-Machine Synergy Effector

Man-Machine Synergy Effector Man-Machine Synergy Effector Anthropomorphic Robotic Tools based on Hybrid Approaches Dr. KANAOKA Katsuya Man-Machine Synergy Effectors Inc. & Advanced Robotics Research Center @ Ritsumeikan Univ. Imagine

More information

GAME DESIGN DOCUMENT HYPER GRIND. A Cyberpunk Runner. Prepared By: Nick Penner. Last Updated: 10/7/16

GAME DESIGN DOCUMENT HYPER GRIND. A Cyberpunk Runner. Prepared By: Nick Penner. Last Updated: 10/7/16 GAME UMENT HYPER GRIND A Cyberpunk Runner Prepared By: Nick Penner Last Updated: 10/7/16 TABLE OF CONTENTS GAME ANALYSIS 3 MISSION STATEMENT 3 GENRE 3 PLATFORMS 3 TARGET AUDIENCE 3 STORYLINE & CHARACTERS

More information

Components. Matching Travel Markers. Brother Gherinn

Components. Matching Travel Markers. Brother Gherinn Welcome to Dragonfire Dungeon! Vast wealth awaits the adventurer who is strong enough to face the creatures that dwell within and clever enough to avoid the many pitfalls that await. But one must be quick,

More information

Video games: Factors associated with problem use. Nick Harris, PhD, R. Psych

Video games: Factors associated with problem use. Nick Harris, PhD, R. Psych Video games: Factors associated with problem use Nick Harris, PhD, R. Psych Original Video Games 1975: Pong played on Atari is released. Became very popular 1977-1980 s: Arcade games such as Pac-Man and

More information

Terms and Conditions

Terms and Conditions 1 Terms and Conditions LEGAL NOTICE The Publisher has strived to be as accurate and complete as possible in the creation of this report, notwithstanding the fact that he does not warrant or represent at

More information

Interactive Media Artworks as Play Therapy through Five Senses

Interactive Media Artworks as Play Therapy through Five Senses , pp.108-114 http://dx.doi.org/10.14257/astl.2013.39.21 Interactive Media Artworks as Play Therapy through Five Senses Joohun Lee 1, Haehyun Jung 2, and Hyunggi Kim 1*, 1 An-Sung, Gyeonggi, South Korea

More information

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS Nuno Sousa Eugénio Oliveira Faculdade de Egenharia da Universidade do Porto, Portugal Abstract: This paper describes a platform that enables

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

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

Sample of Cover and Selected Pages

Sample of Cover and Selected Pages Sample of Cover and Selected Pages The following sample material is for preview purposes only. Printing or copying is not allowed without approval of Treasure Bay, Inc. i 1 Parent s Introduction Welcome

More information

PRE-ORDER BONUSES. Captivate Book Club Conversation Starter Swipe File Choose Your Own Adventure Guides

PRE-ORDER BONUSES. Captivate Book Club Conversation Starter Swipe File Choose Your Own Adventure Guides PRE-ORDER BONUSES Captivate Book Club Conversation Starter Swipe File Choose Your Own Adventure Guides CAPTIVATE FACEBOOK GROUP Meet all your fellow readers and see some of our sneak peek links. Just request

More information

Cold Hit: A Shane Scully Novel (Shane Scully Novels Book 5)

Cold Hit: A Shane Scully Novel (Shane Scully Novels Book 5) Cold Hit: A Shane Scully Novel (Shane Scully Novels Book 5) Stephen J. Cannell Click here if your download doesn"t start automatically Cold Hit: A Shane Scully Novel (Shane Scully Novels Book 5) Stephen

More information

GAME DESIGN! Intro: Game Designers First Half: Play & Games Second Half: Mechanics/Dynamics/ Aesthetics ( MDA)

GAME DESIGN! Intro: Game Designers First Half: Play & Games Second Half: Mechanics/Dynamics/ Aesthetics ( MDA) GAME DESIGN! Intro: Game Designers First Half: Play & Games Second Half: Mechanics/Dynamics/ Aesthetics ( MDA) Who we? Tara / Mimi / Saskia Who are you? Tell us about yourself! That game you love Objectives

More information

Author. I m an Author! Are you? Maybe you enjoy writing down your feelings, or describing things you notice about your world.

Author. I m an Author! Are you? Maybe you enjoy writing down your feelings, or describing things you notice about your world. DANIEL KIRK TEN EASY WAYS TO USE THIS BOOK IN THE CLASSROOM 1. Print out color PDF #1 on 8.5 X 11 paper. Place the individual pages in plastic sleeves in a three-ring binder, to keep handy as a classroom

More information

Chapter 6. Discussion

Chapter 6. Discussion Chapter 6 Discussion 6.1. User Acceptance Testing Evaluation From the questionnaire filled out by the respondent, hereby the discussion regarding the correlation between the answers provided by the respondent

More information

The Rise of Robo: Americans Perspectives and Predictions on the use of Digital Advice

The Rise of Robo: Americans Perspectives and Predictions on the use of Digital Advice The Rise of Robo: Americans Perspectives and Predictions on the use of Digital Advice November 2018 INTRODUCTION The number of people using robo advice in the U.S. is expected to grow significantly over

More information

LOYALTY, MOTIVATIONAL AND GAMIFICATION PLATFORMS FOR BUSINESS

LOYALTY, MOTIVATIONAL AND GAMIFICATION PLATFORMS FOR BUSINESS LOYALTY, MOTIVATIONAL AND GAMIFICATION PLATFORMS FOR BUSINESS GAMIFICATION HAS MORE THAN ONE NAME When we talk about the topic of gamification, it turns out that every one of us has a different idea of

More information

and R&D Strategies in Creative Service Industries: Online Games in Korea

and R&D Strategies in Creative Service Industries: Online Games in Korea RR2007olicyesearcheportInnovation Characteristics and R&D Strategies in Creative Service Industries: Online Games in Korea Choi, Ji-Sun DECEMBER, 2007 Science and Technology Policy Institute P Summary

More information

INTERACTIVE FICTION & GAME DESIGN IDEAS FOR EDUCATORS

INTERACTIVE FICTION & GAME DESIGN IDEAS FOR EDUCATORS INTERACTIVE FICTION & GAME DESIGN IDEAS FOR EDUCATORS NICE TO MEET YOU : ) My name is Miriam Verburg, I am a digital strategist and game designer. My background: I come from a long line of dairy farmers.

More information

The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space

The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space , pp.62-67 http://dx.doi.org/10.14257/astl.2015.86.13 The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space Bokyoung Park, HyeonGyu Min, Green Bang and Ilju Ko Department

More information

SMART GUIDE FOR AR TOYS AND GAMES

SMART GUIDE FOR AR TOYS AND GAMES SMART GUIDE FOR AR TOYS AND GAMES Table of contents: WHAT IS AUGMENTED REALITY? 3 AR HORIZONS 4 WHERE IS AR CURRENTLY USED THE MOST (INDUSTRIES AND PRODUCTS)? 7 AR AND CHILDREN 9 WHAT KINDS OF TOYS ARE

More information

Business Day Advance Registration Has Begun, and the Convenient Business Day Gold Pass is also On Sale

Business Day Advance Registration Has Begun, and the Convenient Business Day Gold Pass is also On Sale Theme: Welcome to the Next Stage. Press Release July 31, 2018 TGS Forum 2018 Outline of Keynote, Global Game Business Summit 2018 and Expert Sessions Determined! Advance Registration for Business Day Visitors

More information

Autonomic gaze control of avatars using voice information in virtual space voice chat system

Autonomic gaze control of avatars using voice information in virtual space voice chat system Autonomic gaze control of avatars using voice information in virtual space voice chat system Kinya Fujita, Toshimitsu Miyajima and Takashi Shimoji Tokyo University of Agriculture and Technology 2-24-16

More information

The Impact of Niches on Freelancer Earnings and Client Quality. By Ed Gandia

The Impact of Niches on Freelancer Earnings and Client Quality. By Ed Gandia The Impact of Niches on Freelancer Earnings and Client Quality By Ed Gandia Introduction Among creative professionals, few topics seem to be as controversial or create as much pain and confusion as niches.

More information

Mmorpg unblocked free

Mmorpg unblocked free P ford residence southampton, ny Mmorpg unblocked free 8-3-2018 Play Unblocked Games. Unblocked Games has free arcade Play here! A lot of the fun with Unblocked Games at School Our Aim to deliver Daily

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

GOALS! By Brian Tracy

GOALS! By Brian Tracy GOALS! REPORT How to get everything you want faster than you ever thought possible! By Brian Tracy Brian Tracy. All rights reserved. The contents, or parts thereof, may not be reproduced in any form for

More information

SUMMARY EDITORIAL PULSE PLATFORM COMPONENTS. PULSE Newsletter. Editorial and Platform Components

SUMMARY EDITORIAL PULSE PLATFORM COMPONENTS. PULSE Newsletter. Editorial and Platform Components PULSE Newsletter SUMMARY EDITORIAL sfollowing completion of the first phase of the PULSE project, we are very pleased to share our results to date. The focus of phase 1 has been on the specification, design

More information

playing cards

playing cards www.kukuryku.co playing cards Kukuryku offers a wide range of playing cards for children and adults as well as cards adapted to the individual needs and expectations of the client. You can use one of our

More information

AC : LAB EXPERIENCE FOR CIRCUITS CLASSES IN A SIM- PLIFIED LAB ENVIRONMENT

AC : LAB EXPERIENCE FOR CIRCUITS CLASSES IN A SIM- PLIFIED LAB ENVIRONMENT AC 2011-250: LAB EXPERIENCE FOR CIRCUITS CLASSES IN A SIM- PLIFIED LAB ENVIRONMENT Claudio Talarico, Eastern Washington University Claudio Talarico is an Associate Professor of Electrical Engineering at

More information

Obstacle Dodger. Nick Raptakis James Luther ELE 408/409 Final Project Professor Bin Li. Project Description:

Obstacle Dodger. Nick Raptakis James Luther ELE 408/409 Final Project Professor Bin Li. Project Description: Nick Raptakis James Luther ELE 408/409 Final Project Professor Bin Li Obstacle Dodger Project Description: Our team created an arcade style game to dodge falling objects using the DE1 SoC board. The player

More information

Good afternoon. Under the title of Trust and Co-creation in the Digital Era, I would like to explain our research and development strategy.

Good afternoon. Under the title of Trust and Co-creation in the Digital Era, I would like to explain our research and development strategy. Good afternoon. Under the title of Trust and Co-creation in the Digital Era, I would like to explain our research and development strategy. LABORATORIES LTD. 1 Looking back, it has been 83 years since

More information

Why You Aren't Getting Referrals - And What to Do About It

Why You Aren't Getting Referrals - And What to Do About It Why You Aren't Getting Referrals - And What to Do About It November 30, 2010 by Dan Richards Advisor Perspectives welcomes guest contributions. The views presented here do not necessarily represent those

More information

Distributed Cognition: A Conceptual Framework for Design-for-All

Distributed Cognition: A Conceptual Framework for Design-for-All Distributed Cognition: A Conceptual Framework for Design-for-All Gerhard Fischer University of Colorado, Center for LifeLong Learning and Design (L3D) Department of Computer Science, 430 UCB Boulder, CO

More information

KI-SUNG SUH USING NAO INTRODUCTION TO INTERACTIVE HUMANOID ROBOTS

KI-SUNG SUH USING NAO INTRODUCTION TO INTERACTIVE HUMANOID ROBOTS KI-SUNG SUH USING NAO INTRODUCTION TO INTERACTIVE HUMANOID ROBOTS 2 WORDS FROM THE AUTHOR Robots are both replacing and assisting people in various fields including manufacturing, extreme jobs, and service

More information

Content on this page requires a newer version of Adobe Flash Player.

Content on this page requires a newer version of Adobe Flash Player. Content on this page requires a newer version of Adobe Flash Player. Mini tanks unblocked games - - Have also defeated ISIS a pleasant experience waiting. Flash Games, play arcade flash games, action flash

More information

Terms and Conditions

Terms and Conditions 1 Terms and Conditions LEGAL NOTICE The Publisher has strived to be as accurate and complete as possible in the creation of this report, notwithstanding the fact that he does not warrant or represent at

More information

From: urmind Studios, FRANCE. Imagine Cup Video Games. MindCube

From: urmind Studios, FRANCE. Imagine Cup Video Games. MindCube From: urmind Studios, FRANCE Imagine Cup 2013 Video Games MindCube urmind Studios, FRANCE Project Name: Presentation of team : urmind Studios The team, as the MindCube project, has been created the 5 th

More information

Who is your hero? What makes a good friend? Describe the happiest day of your life. If you could have any type of pet. what would it be and why?

Who is your hero? What makes a good friend? Describe the happiest day of your life. If you could have any type of pet. what would it be and why? Who is your hero? If you could meet someone famous from the past, who would it be? If you could have any type of pet what would it be and why? If you could be a fairy tale character, which would you want

More information

Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers

Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers Email: tim@fowers.net 1) Introduction Basics of Game Design: definition of a game, terminology and basic design categories.

More information

COPYRIGHT c L&K LOGIC KOREA CO., LTD. ALL RIGHTS RESERVED.

COPYRIGHT c L&K LOGIC KOREA CO., LTD. ALL RIGHTS RESERVED. COPYRIGHT c L&K LOGIC KOREA CO., LTD. ALL RIGHTS RESERVED. OVERVIEW Title : Genre : Developer : REDSTONE MMORPG L&K Logic Korea Service Territories : OVERVIEW System Requirements Red Stone offers play

More information

Trade Offs in Game Design

Trade Offs in Game Design Trade Offs in Game Design Trade Offs in Game Design Quite often in game design, there are conflicts between different design goals. One design goal can be achieved only through sacrificing others. Sometimes,

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

RAPID CITY REBRANDING ETHAN MULLER

RAPID CITY REBRANDING ETHAN MULLER South Dakota RAPID CITY REBRANDING ETHAN MULLER target audience / Goal Many different kinds of people visit Rapid City, but the most common tourists in Rapid City are families. More specifically, slightly

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

A Few House Rules for Arkham Horror by Richard Launius

A Few House Rules for Arkham Horror by Richard Launius A Few House Rules for Arkham Horror by Richard Launius Arkham Horror is an adventure game that draws from both the stories of HP Lovecraft as well as the imaginations of the players. This aspect of the

More information

STINGY Visitors BEFORE YOUR FIRST GAME. Games with 5 players

STINGY Visitors BEFORE YOUR FIRST GAME. Games with 5 players Rulebook A modular expansion You probably remember the merry town of Roboburg, don t you? You know: that place full of hard-working robots with only six days off a year to have some fun? Where a robot

More information

Visually Directing the Player Joshua Nuernberger

Visually Directing the Player Joshua Nuernberger Visually Directing the Player Joshua Nuernberger Joshua Nuernberger is a Design Media Arts student at UCLA who is interested in illustration, narrative, film, and gaming. His work has been featured in

More information

Designing Architectures

Designing Architectures Designing Architectures Lecture 4 Copyright Richard N. Taylor, Nenad Medvidovic, and Eric M. Dashofy. All rights reserved. How Do You Design? Where do architectures come from? Creativity 1) Fun! 2) Fraught

More information

Deep Listening: An Introduction to a Fundamental Coaching (and Life) Skill 4-Week Course with Kassandra Brown

Deep Listening: An Introduction to a Fundamental Coaching (and Life) Skill 4-Week Course with Kassandra Brown Each week homework will consist of (1) reading, (2) daily journaling, and (3) a deeper dive. The deeper dive is written here as a solo activity to be done with your journal. It can also be adapted to partner

More information

Catholijn M. Jonker and Jan Treur Vrije Universiteit Amsterdam, Department of Artificial Intelligence, Amsterdam, The Netherlands

Catholijn M. Jonker and Jan Treur Vrije Universiteit Amsterdam, Department of Artificial Intelligence, Amsterdam, The Netherlands INTELLIGENT AGENTS Catholijn M. Jonker and Jan Treur Vrije Universiteit Amsterdam, Department of Artificial Intelligence, Amsterdam, The Netherlands Keywords: Intelligent agent, Website, Electronic Commerce

More information

Semi-Automatic Antenna Design Via Sampling and Visualization

Semi-Automatic Antenna Design Via Sampling and Visualization MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Semi-Automatic Antenna Design Via Sampling and Visualization Aaron Quigley, Darren Leigh, Neal Lesh, Joe Marks, Kathy Ryall, Kent Wittenburg

More information

PROJECT CIRCLE WHITEPAPER

PROJECT CIRCLE WHITEPAPER Table of Contents Abstract What is Project? Introduction Market Summery Our Solution Architecture History of Project 1 2 3 Features of Circle Coin Token and Project Factsheet Provable Fairness Roadmap

More information

Dungeon Cards. The Catacombs by Jamie Woodhead

Dungeon Cards. The Catacombs by Jamie Woodhead Dungeon Cards The Catacombs by Jamie Woodhead A game of chance and exploration for 2-6 players, ages 12 and up where the turn of a card could bring fortune or failure! Game Overview In this game, players

More information

Multiple Antenna Processing for WiMAX

Multiple Antenna Processing for WiMAX Multiple Antenna Processing for WiMAX Overview Wireless operators face a myriad of obstacles, but fundamental to the performance of any system are the propagation characteristics that restrict delivery

More information

AI in Computer Games. AI in Computer Games. Goals. Game A(I?) History Game categories

AI in Computer Games. AI in Computer Games. Goals. Game A(I?) History Game categories AI in Computer Games why, where and how AI in Computer Games Goals Game categories History Common issues and methods Issues in various game categories Goals Games are entertainment! Important that things

More information

An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment

An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment R. Michael Young Liquid Narrative Research Group Department of Computer Science NC

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

HOW AUGMENTED REALITY CAN TRANSFORM THE GAMBLING INDUSTRY. ENTERTAIN YOUR PLAYERS THRILL THEM KEEP THEM

HOW AUGMENTED REALITY CAN TRANSFORM THE GAMBLING INDUSTRY. ENTERTAIN YOUR PLAYERS THRILL THEM KEEP THEM HOW AUGMENTED REALITY CAN TRANSFORM THE GAMBLING INDUSTRY. ENTERTAIN YOUR PLAYERS THRILL THEM KEEP THEM AR + POTENTIAL ACCORDING TO BtoBet Mobile Augmented Reality games such as Niantic s Pokemon GO gave

More information

Can the Success of Mobile Games Be Attributed to Following Mobile Game Heuristics?

Can the Success of Mobile Games Be Attributed to Following Mobile Game Heuristics? Can the Success of Mobile Games Be Attributed to Following Mobile Game Heuristics? Reham Alhaidary (&) and Shatha Altammami King Saud University, Riyadh, Saudi Arabia reham.alhaidary@gmail.com, Shaltammami@ksu.edu.sa

More information

A Qualitative Research Proposal on Emotional. Values Regarding Mobile Usability of the New. Silver Generation

A Qualitative Research Proposal on Emotional. Values Regarding Mobile Usability of the New. Silver Generation Contemporary Engineering Sciences, Vol. 7, 2014, no. 23, 1313-1320 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49162 A Qualitative Research Proposal on Emotional Values Regarding Mobile

More information

Shiori Kanaoka. Game Design Document

Shiori Kanaoka. Game Design Document Shiori Kanaoka Game Design Document Overview "Do Slugs Dream Of Snails?" is a 2D local co-op action puzzle game which will take the players to explore the question - what is an identity? Having been raised

More information

~ Top-Level Design ~ detailed and designed by Julie A. Burge

~ Top-Level Design ~ detailed and designed by Julie A. Burge ~ Top-Level Design ~ Fanciful Fish! An Interactive Guide to Healthy Aquarium Living Featuring Sigmund, the Fancy Goldfish! detailed and designed by Julie A. Burge The premise of Fanciful Fish! An Interactive

More information