Creating an Effective Exergame with Lasting Entertainment Value

Total Page:16

File Type:pdf, Size:1020Kb

Creating an Effective Exergame with Lasting Entertainment Value Creating an Effective Exergame with Lasting Entertainment Value Kristoffer Hagen Stian Weie Master of Science in Computer Science Submission date: June 2015 Supervisor: Maria Letizia Jaccheri, IDI Co-supervisor: Konstantinos Chorianopoulos, IDI Norwegian University of Science and Technology Department of Computer and Information Science i Acknowledgments We would like to express our gratitude to our supervisors Professor Letizia Jac- cheri and Professor Konstantinos Chorianopoulos at the Department of Computer and Information Science at the Norwegian University of Science and Technology (NTNU), who provided us with the opportunity to work on this inspiring project. We give our special appreciation to Konstantinos Chorianopoulos for his invalu- able guidance and knowledge on how to approach and conduct this study. We would also like to thank Trine Moholdt at the Department of Circulation and Med- ical Imaging at NTNU for her help with specifying the physical aspect of the ex- periment, as well as lending us the necessary equipment. Finally, we would like to thank the people at NTNU Hackerspace, Omega Workshop, as well as Department Engineer Ingulf Helland at the Department of Electronics and Telecommunications at NTNU, for their assistance in developing the required hardware. ii Abstract There have been many efforts towards developing research prototypes for ex- ergames, but the majority of them have been for short-term demonstration pur- poses. In particular, the design of those prototypes has been focused on usability and immediate fun, which are necessary, but not sufficient attributes for an enga- ging exergame with lasting value. For this purpose, we surveyed the gameplay mechanics of popular contemporary video games, in order to create an engaging exergame that is attractive over longer periods of time. Consequently, we were inspired to develop a biking exergame based on gameplay mechanics found in popular computer games. In contrast to previous exergames, we propose that this biking exergame will seamlessly merge the exercise activity and the video game action and provide a gaming experience which the users can enjoy over long peri- ods of play, as well as provide sufficient physical activity to provide long term health benefits. The result of this work is a specification of features people find most intriguing in computer games, a description of the created exergame, an in- novative hardware solution that can also be reused in similar projects, and an eval- uation with users testing our exergame. Further empirical work should evaluate the long-term health benefits of the biking exergame, as well as further explore the provided guidelines for a finer balance between interaction design and exercise physiology. iii Sammendrag Det er blitt gjort mange forsøk på å utvikle treningsspill for å motivere til fysisk aktivitet, men de fleste er blitt lagd kun med tanke på kortsiktig demonstrasjon. Treningsspillene er blitt utviklet for å være lette å bruke, og for å tilby umiddelbar underholdning. Dette er viktige egenskaper for et spill, men er ikke nok til at ten- gingsspillet skal tilby varig underholdningsverdi. Med dette som utgangspunkt ser vi på egenskaper ved ordinære dataspill som er populære i dag, for å lage et tren- ingsspill som tilbyr lignende spillglede over lengre tid. Som et resultat av denne studien ble vi motivert til å utvikle et treningsspill som spilles med en ergomet- ersykkel, basert på gameplay funnet i populære dataspill. I motsetning til lignende treningsspill påstår vi at dette treningsspillet kombinerer fysisk aktivitet og spill- ing på en sømløs måte. Det tilbyr spillerne et spill som er gøy over lengre tid, og som fører til økt fysisk aktivitet som kan gi positive helsevirkninger. Resultatet av dette arbeidet er en spesifikasjon av spillegenskaper som folk liker best i spill, en beskrivelse av treningsspillet vi har utviklet, en innovativ hardwareløsning som kan bli gjenbrukt i lignende prosjekter, og en evaluering av treningsspillet med frivillige testdeltakere. Videre empirisk arbeid bør utforske langsiktige helseeffek- ter ved bruk av treningsspillet, samt videre utforske de foreslåtte retningslinjene for treningspill for å finne en god balanse mellom interaksjonsdesign og trenings- fysiologi. iv Contents Contents viii 1 Introduction1 1.1 Motivation..............................1 1.2 Exergames..............................2 1.3 Objective..............................2 1.4 Outline...............................3 2 Related Work5 2.1 Designing an Enjoyable Exergame with Lasting Entertainment Value5 2.1.1 State of the Art.......................5 2.2 Feasible Creation and Deployment of Software and Hardware.. 13 2.3 Evaluating Exertion and Enjoyment with Data Triangulation... 14 3 Desirable Features in an Exergame 17 3.1 Features Found in Popular Computer Games............ 18 3.2 Team-based Gameplay and Competitive Multiplayer....... 19 3.3 Selection of Playable Characters and Character Progression.... 21 v vi CONTENTS 3.4 Strategic Depth........................... 24 3.5 Different Kinds of Goals and Rewards............... 25 3.6 A Cohesive Experience....................... 27 3.6.1 Stationary Bicycle..................... 27 3.6.2 Natural Movements and Alternating Periods of Intensity. 27 3.6.3 Natural Mapping of Exercise into Gameplay Mechanics. 28 4 Creating the game 29 4.1 Overview.............................. 29 4.2 Software............................... 29 4.2.1 Gameplay.......................... 30 4.2.2 Strategic Depth....................... 31 4.2.3 A Persisting Element.................... 33 4.2.4 Rewards........................... 33 4.2.5 Implementing Immersive Movement............ 34 4.3 Hardware.............................. 35 4.3.1 Speed Measurement.................... 36 4.3.2 Handlebar Buttons..................... 39 4.3.3 Arduino Communication.................. 39 4.3.4 The Arduino Script..................... 40 4.3.5 The Circuit......................... 40 5 Evaluation Methodology 47 5.1 Empirical research......................... 47 5.2 Triangulation............................ 47 5.3 Flow................................. 47 5.4 Data................................. 50 CONTENTS vii 5.4.1 The Physical Aspect.................... 50 5.4.2 The Psychological Aspect................. 51 5.5 The Experiment........................... 51 5.6 Data Collection Methods...................... 52 5.6.1 Initial Person data..................... 52 5.6.2 Measuring Physical Data.................. 52 5.6.3 Measuring Psychological Data............... 53 5.7 Sampling.............................. 55 5.8 Reliability and Validity....................... 57 5.9 Incentive to Participate in the Experiment............. 59 5.10 Ethical Issues............................ 59 5.11 The Participants........................... 60 6 Results 61 6.1 Physical Exertion.......................... 61 6.1.1 Pulse............................ 61 6.1.2 Energy Expenditure.................... 62 6.1.3 Perceived Exertion..................... 63 6.2 Enjoyment.............................. 64 6.2.1 Flow............................ 64 6.2.2 Activity Duration...................... 67 6.2.3 Perceived Enjoyment.................... 68 6.3 Development of Exergame Enjoyment over Time......... 68 6.4 Qualitative Feedback and Observations............... 69 6.5 Summary.............................. 70 7 Discussion 71 viii CONTENTS 7.1 Designing an Enjoyable Exergame with Lasting Entertainment Value 71 7.2 Feasible Creation and Deployment of Software and Hardware.. 73 7.3 Evaluating Exertion and Enjoyment with Data Triangulation... 74 8 Conclusion and Further Work 75 8.1 Conclusion............................. 75 8.2 Further Work............................ 76 Appendices 85 A Flow State Questionnaire 87 B Anonymized personalia questionnaire 91 C Experiment participation agreement 95 D Experiment results 97 E ICEC paper 125 Chapter 1 Introduction 1.1 Motivation Computer games are becoming a larger and larger part of everyday life for youths and adults alike. More time is being spent on television, computer and other gam- ing devices than any other activity apart from sleeping (1). We are also living increasingly sedentary lifestyles, replacing physical activity with stationary activ- ities (2). In the last five years alone, average computer use in youths has increased by 40 minutes a day, or the equivalent of 240 hours a year (1). This lifestyle, characterized by increased time spent in front of a screen and decreased physical activity, has been shown to increase the risk of both physical as well as psycholo- gical illness (3)(4). Health organizations across the world (5)(6), recommends an average of 22 minutes of moderate-intensity, or 11 minutes of vigorous-intensity, physical activity a day for adults. For youth and children the suggested requirement is three times higher. The benefits of following this recommendation are many, and the consequences of not doing so, are grave. With this in mind we decided to investigate the possibility to promote physical activity in tandem with providing gaming-type entertainment. We wanted to create a computer game that is played like an ordinary video game, but is controlled with exercise equipment (instead of a keyboard, touch screen, or remote control). This way we could create an attractive and useful computer game that also could help the users be more physically active. The similarities to existing video games should make the game familiar to players of traditional video games and keep the barrier of entry
Recommended publications
  • Concord Mcnair Scholars Research Journal
    Concord McNair Scholars Research Journal Volume 9 (2006) Table of Contents Kira Bailey Mentor: Rodney Klein, Ph.D. The Effects of Violence and Competition in Sports Video Games on Aggressive Thoughts, Feelings, and Physiological Arousal Laura Canton Mentor: Tom Ford, Ph.D. The Use of Benthic Macroinvertebrates to Assess Water Quality in an Urban WV Stream Patience Hall Mentor: Tesfaye Belay, Ph.D. Gene Expression Profiles of Toll-Like Receptors (TLRs) 2 and 4 during Chlamydia Infection in a Mouse Stress Model Amanda Lawrence Mentor: Tom Ford, Ph.D. Fecal Coliforms in Brush Creek Nicholas Massey Mentor: Robert Rhodes Appalachian Health Behaviors Chivon N. Perry Mentor: David Matchen, Ph.D. Stratigraphy of the Avis Limestone Jessica Puckett Mentors: Darla Wise, Ph.D. and Darrell Crick, Ph.D. Screening of Sorrel (Oxalis spp.) for Antioxidant and Antibacterial Activity Sandra L. Rodgers Mentor: Jack Sheffler, M.F.A. Rembrandt’s Path to Master Painter Crystal Warner Mentor: Roy Ramthun, Ph.D. Social Impacts of Housing Development at the New River Gorge National River 2 Ashley L. Williams Mentor: Lethea Smith, M.Ed. Appalachian Females: Catalysts to Obtaining Doctorate Degrees Michelle (Shelley) Drake Mentor: Darrell Crick, Ph.D. Bioactivity of Extracts Prepared from Hieracium venosum 3 Running head: SPORTS VIDEO GAMES The Effects of Violence and Competition in Sports Video Games on Aggressive Thoughts, Feelings, and Physiological Arousal Kira Bailey Concord University Abstract Research over the past few decades has indicated that violent media, including video games, increase aggression (Anderson, 2004). The current study was investigating the effects that violent content and competitive scenarios in video games have on aggressive thought, feelings, and level of arousal in male college students.
    [Show full text]
  • Recommended Rpg Games Pc
    Recommended Rpg Games Pc Circumferential Roderigo never vat so overtime or stylized any isologues nationalistically. Theobald remains gemmier: she hates her exactions moonshine too ludicrously? Uncarted and alphabetical Tedman immuring some dampness so valuably! Since the crystal than computers of rpg games Players also available. Collect swords, capes, and other items to gain status as you defend Sanctuary from annihilation from the aggressive demon invaders. You can find the full list of the best RPGs on PC below. Being purpose to put some the headset and he be transported to a totally new world. The pc rpgs and. Among those is the Enhanced Edition of Neverwinter Nights, one of my favorite games of my early years. RPG or Roleplaying games are alive the user favorites. For the most part, truly wireless earphones feel very much alike. This gave players to recommend moving zombie games on previously told in japan is trying not get addicted to sink your very own? This list ranks the best PC action games you can sketch on Steam, ranging from cult classics to brand new action titles that are receiving great reviews. Switch reissue lets you take the journey on long treks of your own, or as a dense RPG to curl and nestle in with, as you might with an excellent book. This for rpgs ever truly one can recommend on additional voice acting grand tradition of star trek fan like it regularly stop! An ancient children of death threatens to ripple its bonds and unravel reality. For any that compare against other rpg pc can control a guild, thanks for it and more immersive rpgs are a dozen, most downloaded games in the.
    [Show full text]
  • Towards Procedural Map and Character Generation for the MOBA Game Genre
    Ingeniería y Ciencia ISSN:1794-9165 | ISSN-e: 2256-4314 ing. cienc., vol. 11, no. 22, pp. 95–119, julio-diciembre. 2015. http://www.eafit.edu.co/ingciencia This article is licensed under a Creative Commons Attribution 4.0 by Towards Procedural Map and Character Generation for the MOBA Game Genre Alejandro Cannizzo1 and Esmitt Ramírez2 Received: 15-12-2014 | Accepted: 13-03-2015 | Online: 31-07-2015 MSC:68U05 | PACS:89.20.Ff doi:10.17230/ingciencia.11.22.5 Abstract In this paper, we present an approach to create assets using procedural algorithms in maps generation and dynamic adaptation of characters for a MOBA video game, preserving the balancing feature to players. Maps are created based on offering equal chances of winning or losing for both teams. Also, a character adaptation system is developed which allows changing the attributes of players in real-time according to their behaviour, always maintaining the game balanced. Our tests show the effectiveness of the proposed algorithms to establish the adequate values in a MOBA video game. Key words: procedural content generation; multiplayer on-line battle aren; video game; balanced game 1 Universidad Central de Venezuela, Caracas, Venezuela, [email protected]. 2 Universidad Central de Venezuela, Caracas, Venezuela, [email protected]. Universidad EAFIT 95j Towards Procedural Map and Character Generation for the MOBA Genre Game Generación procedimental de mapas y personajes para un juego del género MOBA Resumen En este artículo, presentamos un enfoque empleando algoritmos procedu- rales en la creación de mapas y adaptación dinámica de personajes en un videojuego MOBA, preservando el aspecto de balance para los jugadores.
    [Show full text]
  • MARIO PARTY DS Panel on the Nintendo DS Menu Screen, Or Press the a Button, and the Game Will Start with the Title Screen Displayed
    NTR-A8TP-UKV INSTRUCTIONINSTRUCTION BOOKLETBOOKLET (CONTAINS(CONTAINS IMPORTANTIMPORTANT HEALTHHEALTH ANDAND SAFETYSAFETY INFORMATION)INFORMATION) [0610/UKV/NTR] WIRELESS DS SINGLE-CARD DOWNLOAD PLAY THIS GAME ALLOWS WIRELESS MULTIPLAYER GAMES DOWNLOADED FROM ONE GAME CARD. This seal is your assurance that Nintendo 2–4 has reviewed this product and that it has met our standards for excellence This product uses the LC Font by Sharp Corporation. LCFONT, LC Font and the LC logo mark in workmanship, reliability and are trademarks of Sharp Corporation. entertainment value. Always look for this seal when buying games and accessories to ensure complete com- patibility with your Nintendo Product. Thank you for selecting the MARIO PARTY™ DS Game Card for Nintendo DS™ systems. IMPORTANT: Please carefully read the important health and safety information included in this booklet before using your Nintendo DS system, Game Card, Game Pak or accessory. Please read this Instruction Booklet thoroughly to ensure maximum enjoyment of your new game. Important warranty and hotline information can be found in the separate Age Rating, Software Warranty and Contact Information Leaflet. Always save these documents for future reference. This Game Card will work only with Nintendo DS systems. IMPORTANT: The use of an unlawful device with your Nintendo DS system may render this game unplayable. © 2007 NINTENDO. © 2007 HUDSON SOFT. TM, ® AND THE NINTENDO DS LOGO ARE TRADEMARKS OF NINTENDO. © 2007 NINTENDO. Contents Story 5 Characters 6 Basic Touch Screen Operation 8 Getting Started 9 Controls 12 Game Modes 14 Understanding the Display 15 How the Game Works 16 Story Mode (1 Player) 23 Party Mode (1 – 4 Players) 24 The Party Boards 27 Minigame Mode (1– 4 Players) 30 Puzzle Mode (1– 2 Players) 35 Multiplayer (2 – 4 Players) 36 Gallery 40 Minigame Lists 42 4 Story It all happened late one night..
    [Show full text]
  • Play Any PC Game with a Gamepad Using Joytokey for Those Who Prefer Controllers to Keyboards
    Play Any PC Game with a Gamepad Using JoyToKey For those who prefer controllers to keyboards There was a time when “hardcore” PC gamers would look down on the idea of using a gamepad to play PC games. The mouse and keyboard reigned supreme, especially in the golden age of first person shooters. The truth is that joysticks and gamepads have a rich and storied history on the PC, with genres such as racing and flight simulation virtually requiring it to be playable. The problem is that, for a very long time, gamepads on PC were not really standardized. Without a solid idea of what players would be using, many developers simply didn’t bother developing gamepad support for their titles. Now, largely thanks to console ports, the Xbox controller has become the de facto standard for PC gaming too. Better yet, since so many games are also developed for the Xbox, it’s easy for developers to simply include the control scheme. The end result is that if you hook up an Xbox controller to a modern Windows PC, modern games will seamlessly switch over, even changing the in-game UI to reflect gamepad controls. This is the best of time for those of us who love to game with a gamepad on PC, especially from a couch. However, there are thousands of older PC games that only support a keyboard and mouse. Which leaves us with a bit of an issue. Luckily JoyToKey provides an affordable solution. How To Use JoyToKey JoyToKey is a small application sold for a few dollars that takes gamepad input and converts it to mouse and keyboard output.
    [Show full text]
  • Video Games: Changing the Way We Think of Home Entertainment
    Rochester Institute of Technology RIT Scholar Works Theses 2005 Video games: Changing the way we think of home entertainment Eri Shulga Follow this and additional works at: https://scholarworks.rit.edu/theses Recommended Citation Shulga, Eri, "Video games: Changing the way we think of home entertainment" (2005). Thesis. Rochester Institute of Technology. Accessed from This Thesis is brought to you for free and open access by RIT Scholar Works. It has been accepted for inclusion in Theses by an authorized administrator of RIT Scholar Works. For more information, please contact [email protected]. Video Games: Changing The Way We Think Of Home Entertainment by Eri Shulga Thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Information Technology Rochester Institute of Technology B. Thomas Golisano College of Computing and Information Sciences Copyright 2005 Rochester Institute of Technology B. Thomas Golisano College of Computing and Information Sciences Master of Science in Information Technology Thesis Approval Form Student Name: _ __;E=.;r....;...i S=-h;....;..;u;;;..;..lg;;i..;:a;;...__ _____ Thesis Title: Video Games: Changing the Way We Think of Home Entertainment Thesis Committee Name Signature Date Evelyn Rozanski, Ph.D Evelyn Rozanski /o-/d-os- Chair Prof. Andy Phelps Andrew Phelps Committee Member Anne Haake, Ph.D Anne R. Haake Committee Member Thesis Reproduction Permission Form Rochester Institute of Technology B. Thomas Golisano College of Computing and Information Sciences Master of Science in Information Technology Video Games: Changing the Way We Think Of Home Entertainment L Eri Shulga. hereby grant permission to the Wallace Library of the Rochester Institute of Technofogy to reproduce my thesis in whole or in part.
    [Show full text]
  • DESIGN-DRIVEN APPROACHES TOWARD MORE EXPRESSIVE STORYGAMES a Dissertation Submitted in Partial Satisfaction of the Requirements for the Degree Of
    UNIVERSITY OF CALIFORNIA SANTA CRUZ CHANGEFUL TALES: DESIGN-DRIVEN APPROACHES TOWARD MORE EXPRESSIVE STORYGAMES A dissertation submitted in partial satisfaction of the requirements for the degree of DOCTOR OF PHILOSOPHY in COMPUTER SCIENCE by Aaron A. Reed June 2017 The Dissertation of Aaron A. Reed is approved: Noah Wardrip-Fruin, Chair Michael Mateas Michael Chemers Dean Tyrus Miller Vice Provost and Dean of Graduate Studies Copyright c by Aaron A. Reed 2017 Table of Contents List of Figures viii List of Tables xii Abstract xiii Acknowledgments xv Introduction 1 1 Framework 15 1.1 Vocabulary . 15 1.1.1 Foundational terms . 15 1.1.2 Storygames . 18 1.1.2.1 Adventure as prototypical storygame . 19 1.1.2.2 What Isn't a Storygame? . 21 1.1.3 Expressive Input . 24 1.1.4 Why Fiction? . 27 1.2 A Framework for Storygame Discussion . 30 1.2.1 The Slipperiness of Genre . 30 1.2.2 Inputs, Events, and Actions . 31 1.2.3 Mechanics and Dynamics . 32 1.2.4 Operational Logics . 33 1.2.5 Narrative Mechanics . 34 1.2.6 Narrative Logics . 36 1.2.7 The Choice Graph: A Standard Narrative Logic . 38 2 The Adventure Game: An Existing Storygame Mode 44 2.1 Definition . 46 2.2 Eureka Stories . 56 2.3 The Adventure Triangle and its Flaws . 60 2.3.1 Instability . 65 iii 2.4 Blue Lacuna ................................. 66 2.5 Three Design Solutions . 69 2.5.1 The Witness ............................. 70 2.5.2 Firewatch ............................... 78 2.5.3 Her Story ............................... 86 2.6 A Technological Fix? .
    [Show full text]
  • Automatic Playtesting for Game Parameter Tuning Via Active Learning
    Automatic Playtesting for Game Parameter Tuning via Active Learning Alexander Zook, Eric Fruchter and Mark O. Riedl School of Interactive Computing, College of Computing Georgia Institute of Technology Atlanta, Georgia, USA {a.zook, efruchter, riedl}@gatech.edu ABSTRACT ways that self-testing, simulations, and design analysis may Game designers use human playtesting to gather feedback not. Playtesting, however, is expensive|developers must about game design elements when iteratively improving a recruit players, devise design experiments, collect game play game. Playtesting, however, is expensive: human testers and subjective feedback data, and make design changes to must be recruited, playtest results must be aggregated and meet design goals. interpreted, and changes to game designs must be extrap- We ask the question: can we reduce the cost of the playtest- olated from these results. Can automated methods reduce ing process by automating some of the more mundane as- this expense? We show how active learning techniques can pects of playtesting? To address this problem we exam- formalize and automate a subset of playtesting goals. Specif- ine a subset of playtesting questions focused on \param- ically, we focus on the low-level parameter tuning required eter tuning." Parameter tuning involves making low-level to balance a game once the mechanics have been chosen. changes to game mechanic settings such as character move- Through a case study on a shoot-`em-up game we demon- ment parameters, power-up item effects, or control sensitiv- strate the efficacy of active learning to reduce the amount ity. Games based on careful timing and reflexes depend on of playtesting needed to choose the optimal set of game pa- well-tuned parameters, including racing, platforming, shoot- rameters for two classes of (formal) design objectives.
    [Show full text]
  • Need for Presence and Other Motivations for Video Game Play Across Genres
    Need for Presence and Other Motivations for Video Game Play across Genres By Paul Skalski1, Francis Dalisay1, Matthew Kushin2, and Yung-I Liu1 1 School of Communication, Cleveland State University 2 Department of Communication, Shepherd Univesrity. {[email protected], [email protected], [email protected], [email protected]} Abstract to game use across multiple genres and platforms, This study extends work on player types as including MMOs and other popular forms of gaming. motivations for video game play in two primary ways. First, it draws from the presence literature and considers 2. Literature Review how a person’s “need for presence” relates to established player types. Second, it expands the predictive utility of 2.1. The Specific Popularity of Video Games player type research and explores how motivations for play relate to game use across multiple genres and Most published video game research to date has platforms, including MMOs and other popular forms of reported general sales figures or general usage data in the gaming. It accomplishes these goals by reporting the introduction (e.g., Skalski, Tamborini, Shelton, Buncher, results of an online survey of gamers (N = 253). Results & Lindmark, 2011), seemingly to justify video games as a suggest that player motivations do relate to specific game subject of scientific inquiry. This common practice may use and are discussed in light of the video game and be necessary given the perception by some that games are presence literatures.. trivial, but an unfortunate consequence is that it neglects the comple ity o the “ ideo ame se” constr ct People Keywords--- Keyword 1, keyword 2 are not only spending many hours consuming video games, but they are spending long hours consuming specific forms of video games.
    [Show full text]
  • Understanding Computer Role-Playing Games
    Understanding Computer Role-Playing Games A Genre Analysis Based on Gameplay Features in Combat Systems Christopher Dristig Stenström1 Staffan Björk2,3 1Chalmers University of Technology 2Gothenburg University 3The Interactive Institute Department of of Applied IT Department of Applied IT Lindholmsplatsen 1 412 96 Gotheburg SWEDEN 412 96 Gothenburg SWEDEN 417 56 Göteborg +46 (0)31-7721039 +46 (0)31-7721039 +46 (0)702-889759 [email protected] [email protected] [email protected] ABSTRACT viewed as a vital part – if not the core gameplay – of the role- A game genre as diverse as that of computer role-playing games playing genre. This is a stance differing from for example that of is difficult to overview. This poses challenges or both developers Wolf [32] which uses an inclusive strategy to compile genres and researchers to position their work clearly within the genre. within video games. However, that approach leaves the We present an overview of the genre based on clustering games motivation for specific subgenres difficult to understand from a with similar gameplay features. This allows a tracing of relations structural perspective and does not clearly show any potential between subgenres through their gameplay, and connecting this to relation between the subgenres. While limiting the perspective, concrete game examples. The analysis was done through using the choice of basing a subgenre specification on the gameplay gameplay design patterns to identify gameplay features and related to combat offers to present a subgenre classification focused upon the combat systems in the games. The resulting scheme with internal relations and a common method for cluster structure makes use of 321 patterns to create 37 different selection.
    [Show full text]
  • Platform for Educational Games Generation
    FACULDADE DE ENGENHARIA DA UNIVERSIDADE DO PORTO Platform for Educational Games Generation André Gomes Barbosa Mestrado Integrado em Engenharia Informática e Computação Supervisor: Ana Cristina Ramada Paiva September 15, 2015 © André Gomes Barbosa, 2015 Platform for Educational Games Generation André Gomes Barbosa Mestrado Integrado em Engenharia Informática e Computação Approved in Public Examination by the Jury: President: João Carlos Pascoal Faria External examiner: João Miguel Fernandes Supervisor: Ana Cristina Ramada Paiva ____________________________________________________ September 15, 2015 Abstract The development of games for education is a growing area of research. Over the past few years, studies point out that the use of games as a supplement to traditional learning can be much more efficient and motivational than just using the traditional teaching method. These are called serious games. This work aims to improve a previous game developed to learn software testing, having the contents of the game are loaded from a XML file which would be separated from the game implementation. The game itself, iLearnTest, consists of several challenges which cover various themes regarding software testing learning. Since the content is saved to and loaded from a separate file from the game implementation, it becomes easier to create and edit new levels or even new games for diferent topics, simply by editing a XML file. This new approach turns iLearnTest into a framework rather than a game in the sense that it is possible to use the same game(s) as templates for the learning process of a variety of themes. Resumo O desenvolvimento de jogos para a educação é uma área de pesquisa em crescimento.
    [Show full text]
  • A Systematic Review on the Effectiveness of Gamification Features in Exergames
    Proceedings of the 50th Hawaii International Conference on System Sciences | 2017 How Effective Is “Exergamification”? A Systematic Review on the Effectiveness of Gamification Features in Exergames Amir Matallaoui Jonna Koivisto Juho Hamari Ruediger Zarnekow Technical University of School of Information School of Information Technical University of Berlin Sciences, Sciences, Berlin amirqphj@ University of Tampere University of Tampere ruediger.zarnekow@ mailbox.tu-berlin.de [email protected] [email protected] ikm.tu-berlin.de One of the most prominent fields where Abstract gamification and other gameful approaches have been Physical activity is very important to public health implemented is the health and exercise field [7], [3]. and exergames represent one potential way to enact it. Digital games and gameful systems for exercise, The promotion of physical activity through commonly shortened as exergames, have been gamification and enhanced anticipated affect also developed extensively during the past few decades [8]. holds promise to aid in exercise adherence beyond However, due to the technological advancements more traditional educational and social cognitive allowing for more widespread and affordable use of approaches. This paper reviews empirical studies on various sensor technologies, the exergaming field has gamified systems and serious games for exercising. In been proliferating in recent years. As the ultimate goal order to gain a better understanding of these systems, of implementing the game elements to any non- this review examines the types and aims (e.g. entertainment context is most often to induce controlling body weight, enjoying indoor jogging…) of motivation towards the given behavior, similarly the the corresponding studies as well as their goal of the exergaming approaches is supporting the psychological and physical outcomes.
    [Show full text]