Modeling Player Performance in Rhythm Games

Total Page:16

File Type:pdf, Size:1020Kb

Modeling Player Performance in Rhythm Games Modeling Player Performance In Rhythm Games Lingfeng Yang⇤ Square-Enix Research Center CR Categories: I.2.1 [Artificial Intelligence]: Applications and Player modeling. Recently, game companies have shown inter- Expert Systems—Games H.5.5 [Information Interfaces and Presen- est in crafting games that adapt to individual players, driving aca- tation]: Sound and Music Computing—Modeling I.3.6 [Computer demic research efforts in player modeling. Some work in this area Graphics]: Methodology and Techniques—Interaction techniques focuses on modeling player satisfaction in platform games [Peder- sen et al. 2009]. Other work is concerned with modeling player Keywords: interaction, games, music cognition, probabilistic in- performance and using it to predict player behavior [Drachen et al. ference 2009]. Here, we are interested in modeling player performance in rhythm games and how the models can be used to facilitate skill development. Algorithmic music and composition. A primary research prob- lem in algorithmic music is the generation of complete musical pieces in a given style. This often involves building statistical mod- els of music. A survey of modeling and generation techniques can be found in [Conklin 2003]. Here, we are interested in how statisti- (a) Reference song cal music models can be adapted for modeling music performance in the rhythm game setting. As a starting point, we adapt a Markov model. In future work, we hope to apply this approach with more complex models to realistic settings. 2 Modeling Rhythm Game Performance 2.1 Background (b) User input In a rhythm game, the player hits notes by pressing buttons on an input device. The goal is to hit notes in time to the music, which can be represented as a sequence S of note, time pairs: N S := si =(ni,ti),ni C, ti R,t1 <t2 <...tN i=1, { 2 2 } where C is a finite set of possible notes, and N the total number of notes in the song. Chords, or sets of in-game notes that occur at the (c) Missed notes (shaded) same ti, are represented as a distinct note. During the game, notes ni in S appear on screen in chronologi- AB C AB C cal order. The player then receives visual and aural cues to hit each A 0.17 0.33 0.5 A 0 0.5 0.33 ni at time ti. The player is allowed to press the buttons correspond- B 0.5 0.125 0.375 B 0.5 0 0.33 ing to the notes in any way he wishes. After all the notes from S C 0.11 0.55 0.33 C 0.0 0.2 0.33 have appeared, the player will have produced a sequence of button (d) (Left) Learned order-1 Markov transition table for presses P (ni ni 1). (Right) Our corresponding skill model: miss rates | − P (mi ni,ni 1). Table layout: (row, column) (ni 1,ni). | − ! − M I := (ni,ti),ni N,ti R i=1 { 2 2 } Figure 1: The method at a glance: We represent songs with time- where M is the number of notes actually hit. lines, where A, B, C are the set of possible notes, and the bars We consider a measure of skill to be a measure of how closely represent specific occurences them in the song. (a) is a reference S and I match. Moreover, we are also concerned with informative song and (b) is a performance of the song by the player. We com- critera; those that the player can improve intuitively and directly. bine (a) and (b) to obtain a labeling of missed notes (c) and learn Although there are many ways to describe the differences between a conditional probability distribution (d) describing the probability S and I, the one we focus on is the missed note; where there is no of missing a note given immediately previous notes. ij I that matches a particular sk S in the time component (within2 a reasonable timing window). 2 For each si S, we compare with all i I and label it as 2 2 1 Introduction, Related Work missed if there is no close enough i. This definition is useful be- cause it covers many different kinds of mistakes, from playing the We present a method for modeling skill level in a rhythm game wrong note, to getting the rhythm of the song incorrect, but is still by building probabilistic models of how well the player is able to informative. A limitation of this labeling is that it does not capture match a technically perfect execution. This enables applications for the class of mistakes where the player plays too many notes. Nev- facilitating skill improvement in rhythm games. ertheless, we will see that tracking missed notes still gives useful information about the skill of a player and where it needs improve- ⇤e-mail: [email protected] ment. Copyright is held by the author / owner(s). SIGGRAPH Asia 2010, Seoul, South Korea, December 15 – 18, 2010. ISBN 978-1-4503-0439-9/10/0012 2.2 Determining miss rate from a Markov model. technique are identified by the musician or his instructor, and tech- We first learn an order-k (we currently use k =1) Markov chain nical exercises are prescribed to address them. that records the conditional probability of each note occuring in the It is often not clear to the rhythm game player which exercises reference song given the previous notes. The states of our Markov should be played in order to improve the fastest. Moreover, it is also often the case that no existing exercise addresses the unique model are the notes ni C; i.e., in this model, ni (in si =(ni,ti)) 2 technical shortcoming of the player; one then has to put in manual is conditionally independent of all others given ni 1. As the player plays through S, he generates input− I and missed work to devise individualized exercises. With our skill model, it is possible to automate the generation of such exercises. One way notes of S are labeled. Let mi be an indicator random variable is to simply generate repetitions of the most-often-missed note se- tracking whether si is missed. We consider mi to be conditionally quences. More sophsticated exercise generation algorithms would dependent on ni,ni 1. This gives rise to the conditional distribu- − draw on techniques from algorithmic music. tion of missed notes P (ni mi,ni 1) along with the overall condi- | − tional probability of missing P (mi ni 1). Then the miss rate of ni | − 4 Prototype Game in the note sequence ni,ni 1 is obtained using Bayes’ rule and the aforementioned probabilities:− As a platform for testing these ideas, we developed a rhythm game whose mechanics are based on that of the popular DJ simulator Beatmania IIDX. We chose Beatmania IIDX because it already has P (ni mi,ni 1) an established repretoire of songs, simple button-based controls, P (mi ni,ni 1)= | − P (mi ni 1) | − P (ni ni 1) | − and an active mod/content creation community. In our prototype, | − the model’s parameters are trained simply by having the user play Learning the miss rate. We employ a frequency-based estimator the game normally. The advantage of this is that the training pro- to learn the conditional probabilities given a song-input pair S, I. cess requires no additional interaction beyond what the user already If the order of the Markov model k is sufficiently small, useful expects to do playing a rhythm game. After each song is played, conditional probabilities can be learned in the context of a single the game records the statistics for that song and appends it to a playthrough of a single song. See Figure 1 for an example of how database. An exercise is generated from the statistics after each the model is learned from user input given a small but sufficiently song is played, and the player has the option of using it for practice. covering sequence of notes. 5 Discussion, Future Work Variable-order models. As the player’s proficiency increases, it becomes harder to capture technical shortcomings in a meaningful An in-depth user study needs to be conducted to quantify the degree way using a Markov model with fixed order k. This is because the to which the exercise generation and difficulty prediction features errors made depend on an increasingly longer history of notes. If are effective in improving skill and accuracy, and to compare dif- there is a particular note sequence of length n>kthat the player ferent methods of generating the exercise material in order to select consistently makes mistakes on, but the model is order k, and the the best method. player does not usually make mistakes on the last k notes of that One avenue for future work is to augment this approach with sequence, the miss rate for that problematic sequence will be ar- more complex models drawn from algorithmic music generation, tifically low. Conversely, calculating miss rates using order k for such as stochastic L-system grammars, which can capture longer- sequences where m<kwould do suffers from the sparse data ranged aspects of compositions (and potentially, technique). An- problem. This suggests augmenting our technique with variable- other is to take the idea of skill modeling in general and apply it to order Markov models (also used extensively in music modeling), other types of games. which allow for each state to be dependent on a varying number of An interesting long-term direction is to use this approach to as- previous states instead of a fixed k states, and for which learning sist training in actual musical instruments.
Recommended publications
  • 14 Apple Arcade Games to Play on Launch Day from Strategy to Action to Puzzle Games, Here’S Where You Should Head First
    APPLE MOBILE GAMING 11 14 Apple Arcade games to play on launch day From strategy to action to puzzle games, here’s where you should head first By Russ Frushtick @RussFrushtick Sep 19, 2019, 9:40am EDT Simogo Games Today’s launch of Apple Arcade might be overwhelming to some players. Subscribers who drop $4.99 a month get unlimited access to a large swath of games, and scrolling through the list can feel a bit like trying to find something good to watch on Netflix. The initial launch line-up includes over 50 games, but we’ve gone ahead and narrowed them down to 14 titles you’d do well to check out first. WHAT THE GOLF? Triband/The Label While there are plenty of thoughtful, story-driven games in the Apple Arcade collection, What the Golf? goes another way. What starts as a simple miniature golf game quickly evolves into a bizarre blend of physics-based chaos. One level might have you sliding an office chair around the course while another has you knocking full-sized buildings into the pin. The pick-up-and-play nature makes it an easy recommendation for your first dive into Apple Arcade. ASSEMBLE WITH CARE It makes sense that Apple would work with usTwo on an Apple Arcade release title. After all, the developer is known as one of the most successful mobile game makers ever, thanks to Monument Valley and its sequel. usTwo’s latest title, Assemble with Care, taps into humans’ love of taking things apart and putting them back together.
    [Show full text]
  • The Otaku Phenomenon : Pop Culture, Fandom, and Religiosity in Contemporary Japan
    University of Louisville ThinkIR: The University of Louisville's Institutional Repository Electronic Theses and Dissertations 12-2017 The otaku phenomenon : pop culture, fandom, and religiosity in contemporary Japan. Kendra Nicole Sheehan University of Louisville Follow this and additional works at: https://ir.library.louisville.edu/etd Part of the Comparative Methodologies and Theories Commons, Japanese Studies Commons, and the Other Religion Commons Recommended Citation Sheehan, Kendra Nicole, "The otaku phenomenon : pop culture, fandom, and religiosity in contemporary Japan." (2017). Electronic Theses and Dissertations. Paper 2850. https://doi.org/10.18297/etd/2850 This Doctoral Dissertation is brought to you for free and open access by ThinkIR: The University of Louisville's Institutional Repository. It has been accepted for inclusion in Electronic Theses and Dissertations by an authorized administrator of ThinkIR: The University of Louisville's Institutional Repository. This title appears here courtesy of the author, who has retained all other copyrights. For more information, please contact [email protected]. THE OTAKU PHENOMENON: POP CULTURE, FANDOM, AND RELIGIOSITY IN CONTEMPORARY JAPAN By Kendra Nicole Sheehan B.A., University of Louisville, 2010 M.A., University of Louisville, 2012 A Dissertation Submitted to the Faculty of the College of Arts and Sciences of the University of Louisville in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy in Humanities Department of Humanities University of Louisville Louisville, Kentucky December 2017 Copyright 2017 by Kendra Nicole Sheehan All rights reserved THE OTAKU PHENOMENON: POP CULTURE, FANDOM, AND RELIGIOSITY IN CONTEMPORARY JAPAN By Kendra Nicole Sheehan B.A., University of Louisville, 2010 M.A., University of Louisville, 2012 A Dissertation Approved on November 17, 2017 by the following Dissertation Committee: __________________________________ Dr.
    [Show full text]
  • CPR for the Arcade Culture a Case History on the Development of the Dance Dance Revolution Community
    CPR for the Arcade Culture A Case History on the Development of the Dance Dance Revolution Community Alexander Chan SUID 5075504 STS 145: History of Computer Game Design Stanford University March 16, 2004 Introduction Upon entering an arcade, you come across an unusual spectacle. Loud Japanese techno and a flashing neon glow pour out of the giant speakers and multicolored lights of an arcade console at the center of the room. Stranger than the flashy arcade cabinet is the sweaty teenager stomping on a metal platform in front of this machine, using his feet to vigorously press oversized arrows as the screen in front of him displays arrows scrolling upward. A growing group of people crowd around to watch this unusual game-play, cheering the player on. In large letters, the words “Dance Dance Revolution 3rd Mix” glow above the arcade machine. Most people who stumble upon a scene similar to this one would rarely believe that such a conceptually simple arcade game could foster an enormous nation-wide game community, both online and offline. Yet the rules of the game are deceptively simple. The players (one or two) must press the arrows on the platform (either up, down, left, or right) when the corresponding arrows on the screen reach the top, usually on beat with the techno/pop song being played. If the player doesn’t press the arrows on time, the song will quickly come to an end, and the machine will Arrows scrolling up a DDR screen ask for more quarters to continue play. Yet despite its simplicity, Dance Dance Revolution, or DDR for short, has helped create a giant player community in the United States, manifesting itself though various forms.
    [Show full text]
  • Building a Music Rhythm Video Game Information Systems and Computer
    Building a music rhythm video game Ruben Rodrigues Rebelo Thesis to obtain the Master of Science Degree in Information Systems and Computer Engineering Supervisor: Prof. Rui Filipe Fernandes Prada Examination Committee Chairperson: Nuno Joao˜ Neves Mamede Supervisor: Prof. Rui Filipe Fernandes Prada Member of the Committee: Carlos Antonio´ Roque Martinho November 2016 Acknowledgments I would like to thank my supervisor, Prof. Rui Prada for the support and for making believe that my work in this thesis was not only possible, but also making me view that this work was important for myself. Also I want to thank Carla Boura Costa for helping me through this difficult stage and clarify my doubts that I was encountered this year. For the friends that I made this last year. Thank you to Miguel Faria, Tiago Santos, Nuno Xu, Bruno Henriques, Diogo Rato, Joana Condec¸o, Ana Salta, Andre´ Pires and Miguel Pires for being my friends and have the most interesting conversations (and sometimes funny too) that I haven’t heard in years. And a thank you to Vaniaˆ Mendonc¸a for reading my dissertation and suggest improvements. To my first friends that I made when I entered IST-Taguspark, thank you to Elvio´ Abreu, Fabio´ Alves and David Silva for your support. A small thank you to Prof. Lu´ısa Coheur for letting me and my origamis fill some of the space in the room of her students. A special thanks for Inesˆ Fernandes for inspire me to have the idea for the game of the thesis, and for giving special ideas that I wish to implement in a final version of the game.
    [Show full text]
  • Music Games Rock: Rhythm Gaming's Greatest Hits of All Time
    “Cementing gaming’s role in music’s evolution, Steinberg has done pop culture a laudable service.” – Nick Catucci, Rolling Stone RHYTHM GAMING’S GREATEST HITS OF ALL TIME By SCOTT STEINBERG Author of Get Rich Playing Games Feat. Martin Mathers and Nadia Oxford Foreword By ALEX RIGOPULOS Co-Creator, Guitar Hero and Rock Band Praise for Music Games Rock “Hits all the right notes—and some you don’t expect. A great account of the music game story so far!” – Mike Snider, Entertainment Reporter, USA Today “An exhaustive compendia. Chocked full of fascinating detail...” – Alex Pham, Technology Reporter, Los Angeles Times “It’ll make you want to celebrate by trashing a gaming unit the way Pete Townshend destroys a guitar.” –Jason Pettigrew, Editor-in-Chief, ALTERNATIVE PRESS “I’ve never seen such a well-collected reference... it serves an important role in letting readers consider all sides of the music and rhythm game debate.” –Masaya Matsuura, Creator, PaRappa the Rapper “A must read for the game-obsessed...” –Jermaine Hall, Editor-in-Chief, VIBE MUSIC GAMES ROCK RHYTHM GAMING’S GREATEST HITS OF ALL TIME SCOTT STEINBERG DEDICATION MUSIC GAMES ROCK: RHYTHM GAMING’S GREATEST HITS OF ALL TIME All Rights Reserved © 2011 by Scott Steinberg “Behind the Music: The Making of Sex ‘N Drugs ‘N Rock ‘N Roll” © 2009 Jon Hare No part of this book may be reproduced or transmitted in any form or by any means – graphic, electronic or mechanical – including photocopying, recording, taping or by any information storage retrieval system, without the written permission of the publisher.
    [Show full text]
  • Teach Me to Dance: Exploring Player Experience and Performance in Full Body Dance Games
    Teach Me to Dance: Exploring Player Experience and Performance in Full Body Dance Games Emiko Charbonneau Andrew Miller Joseph J. LaViola Jr. Department of EECS Department of EECS Department of EECS University of Central Florida University of Central Florida University of Central Florida 4000 Central Florida Blvd. 4000 Central Florida Blvd. 4000 Central Florida Blvd. Orlando, FL 32816 Orlando, FL 32816 Orlando, FL 32816 [email protected] [email protected] [email protected] ABSTRACT We present a between-subjects user study designed to com- pare a dance instruction video to a rhythm game interface. The goal of our study is to answer the question: can these games be an effective learning tool for the activity they sim- ulate? We use a body controlled dance game prototype which visually emulates current commercial games. Our re- search explores the player's perceptions of their own capa- bilities, their capacity to deal with a high influx of informa- tion, and their preferences regarding body-controlled video games. Our results indicate that the game-inspired interface elements alone were not a substitute for footage of a real hu- man dancer, but participants overall preferred to have access to both forms of media. We also discuss the dance rhythm Figure 1: Our dance choreography game with Game game as abstracted entertainment, exercise motivation, and Only visuals. The orange silhouette (left) shows the realistic dance instruction. player what to do and the purple silhouette (right) shows the player's position. Categories and Subject Descriptors K.8.0 [Computing Milieux]: Personal Computing{Games; H.5.2 [Computing Methodologies]: Methodologies and systems such as the Sony Eyetoy and the Microsoft Kinect Techniques{Interaction Techniques allow for the player's limbs to act as input without the player holding or wearing an external device.
    [Show full text]
  • A Blockchain-Based Music Roguelike Game
    Rhythm Dungeon: A Blockchain-based Music Roguelike Game Tengfei Wang Shuyi Zhang e Chinese University of Hong Kong, Shenzhen White Matrix Inc. 2001 Longxiang Ave Nanjing, China Shenzhen, China [email protected] [email protected] Xiao Wu Wei Cai∗ White Matrix Inc. e Chinese University of Hong Kong, Shenzhen Nanjing, China 2001 Longxiang Ave [email protected] Shenzhen, China [email protected] ABSTRACT aentions have been aracted to develop a variety of applications Rhythm Dungeon is a rhythm game which leverages the blockchain over blockchain platforms to enjoy the benets of decentraliza- as a shared open database. During the gaming session, the player tion: immutable, transparent and auditable data and functionalities. explores a roguelike dungeon by inpuing specic sequences in Blockchain game [6] is one of the most active categories of dApps 1 time to music rhythm. By integrating smart contract to the game in the market. CrytopKiies , the most popular blockchain game, program, the enemies through the venture are generated from other once dominated the trac in Ethereum network due to its popu- games which share the identical blockchain. On the other hand, the larity. It leverages the benets of immutable virtual asset tokens player may upload their characters at the end of their journey, so and transparent game rules to improve players’ gaming experience. that their own character may appear in other games and make an In fact, blockchain has the potential to redene the relationship inuence. Rhythm Dungeon is designed and implemented to show model between game operators and players: the game data will be the potential of decentralized gaming experience, which utilizes the possessed by the players rather than the game operators.
    [Show full text]
  • Our Goal Is to Build a Rhythm Game That Allows You to Plug in Your Own Music
    Project Plan 1.0 1.1 Project Overview Our goal is to build a rhythm game that allows you to plug in your own music. We strive to reach out to a broad range of users from beginners to enthusiasts. That way, whether for fun or education, a user can fully involve themselves in the game. Objectives: Extensible – We plan to build the project in a highly extensible way, allowing easy addition of new input/output devices. Our objective is to allow the player to play the game using one of the following devices: keyboard, 360 controller, USB guitar, MIDI device. Enjoyable – We strive to make this game as enjoyable as possible. This will be achieved by paying close detail to scoring, gameplay, and replayability. We hope to test this with a moderate subset of people to see their opinions on the game, and make changes accordingly. Customizable – We want to make it easy to insert custom songs or custom skins. We hope to do this through an easy import functionality, allowing the user to browse their imported songs. This will allow our user base to increase as the community adds to the song library. Deliverables: Rhythm game – We plan to deliver a completed and polished PC/Xbox 360 game. Built in songs - This game will have several built in and attuned songs to play, that will consist of the default gameplay. 1.2 Definitions, Acronyms, and Abbreviations Guitar Hero (aka GH) – Activision's line of guitar centered rhythm games. Microsoft XNA – Microsoft's platform that allows code to be developed for the Xbox 360 and PC concurrently.
    [Show full text]
  • Creating a Rhythm Audio Game
    Bachelor’s thesis Information and Communication Technology 2021 Janne Soikkeli CREATING A RHYTHM AUDIO GAME BACHELOR´S THESIS | ABSTRACT TURKU UNIVERSITY OF APPLIED SCIENCES Information and Communication Technology 2021 | number of pages: 35 Janne Soikkeli CREATING A RHYTHM AUDIO GAME Audio games - as opposed to video games - are generally created for visually impaired players and are wholly playable without visual stimulus. Audio games are a diverse sector of games without a well-defined design architecture, and as such offer a fertile ground for experimentation. The challenge of this thesis was to create a unique audio game, as a solo developer commissioned by myTrueSound game company, that would be appealing to both visually impaired -and normally sighted players. To accomplish this, I composed a genre blending idea that’s mechanics can be distilled into three main systems: rhythm gameplay, typing interaction and dynamic audio. The co-operation of these main components resolved the success of the project, measured by the results of a testing period done on a game build with all systems implemented, performed by players ranging from blind to fully sighted. The results were compiled from a questionnaire regarding the three main areas of the game (rhythm gameplay, typing interaction and dynamic audio), yielding positive results in each area. This thesis reports how the project advanced from the idea conception stage to a fully playable horror-themed rhythm audio game, to be published on various online marketplaces, including Itch.io and AudioGames.store. In the scope of this thesis, the resulting game was a success, based on the feedback gathered in the testing phase.
    [Show full text]
  • Music in Games
    MUSICTWO IN GAMES CAN PLAY THAT GAME Music and gaming are very different beasts, but what can music learn from how games are making money? 1 FOREWORD MUSICGEOFF IN GAMES TAYLOR, CHIEF EXECUTIVE hen the internet collided with the worlds of music and games, in-game performance drew an astonishing 11 million people to the Aside from forums, another strong community-building tool is Twitch W both industries faced the very real challenge of how to evolve same digital space to enjoy the experience together. Unsurprisingly, streaming. This interactive vlogging platform, now owned by Amazon, their business models to meet its disruptive demands head on and to other artists may now be primed to play virtual gigs, with rock outfit boasts a daily global audience of 15m people*, who each day engage grasp the fresh opportunities that the new digital age also presented. The Offspring the latest act to experiment by recently playing inside for 95 minutes on average*. Again, a large proportion are music fans1. Jumping forward some two decades to today, both the popular World of Tanks game. Music greatly enhances the gaming experience – from industries are now flourishing once again and the scope for the two There are a variety of business models within gaming creating a powerful, additional passion point for gamers to build sectors to collaborate is also becoming increasingly apparent. The which may be beneficial for the music sector to consider. The communities around, to enhancing the player experience through music and games businesses are finding new and innovative ways to freemium model – where a free service is offered to help entice a engaging soundtracks and innovative virtual concerts.
    [Show full text]
  • Global Voices
    Global Voices V OLUME 2 I SSUE 3 Spring Break 2016 By Zhang Peng was so excited for spring I INSIDE break this semester! I decided to go to Los Angeles and visit my April Fool's Day 3 friends. I booked the flight for the afternoon on March 12th. I already International Dining 3 prepared my baggage on Friday Horseback Riding 4 and was ready to enjoy my trip. The only thing that was very dis- Celebrating the Spring 5 tressing was the flight time. It was Festival 6 hours. I think it was too long for Photo Collage 6-7 me, so I used the Wi-Fi on the plane and I felt less bored during My Church Experi- 8 the trip. ence I arrived at LAX at 9pm; I real- Video Games 9 ly wanted to sleep because of the Professor Interview: 10 jet lag. My friends already waited Dr. Andrew Oros at the baggage claim area. We Calendar of Events 12 have not seen each other for one year after we gradated from high apartment to drop my baggage first, then school. After I picked up my bag- we went to the Santa Monica pier. It is gage, my friends took me to their (Continued on page 2) Philadelphia Tour By Xu Jinge glad that I can eat the in the T his spring break, we food from my country streets went to Philadelphia, not only in the U.S. is like the fifth largest city in the U.S I had a haircut in walk- but also one of the oldest city in Chinatown and the ing the U.S.
    [Show full text]
  • Rhythm Dungeon: a Blockchain-Based Music Roguelike Game
    Rhythm Dungeon: A Blockchain-based Music Roguelike Game Tengfei Wang Shuyi Zhang The Chinese University of Hong Kong, Shenzhen White Matrix Inc. Shenzhen, China Nanjing, China [email protected] [email protected] Xiao Wu Wei Cai∗ White Matrix Inc. The Chinese University of Hong Kong, Shenzhen Nanjing, China Shenzhen, China [email protected] [email protected] ABSTRACT over blockchain platforms to enjoy the benefits of decentraliza- Rhythm Dungeon is a rhythm game which leverages the blockchain tion: immutable, transparent and auditable data and functionalities. as a shared open database. During the gaming session, the player Blockchain game [6] is one of the most active categories of dApps 1 explores a roguelike dungeon by inputting specific sequences in in the market. CrytopKitties , the most popular blockchain game, time to music rhythm. By integrating smart contract to the game once dominated the traffic in Ethereum network due to its popu- program, the enemies through the venture are generated from other larity. It leverages the benefits of immutable virtual asset tokens games which share the identical blockchain. On the other hand, the and transparent game rules to improve players’ gaming experience. player may upload their characters at the end of their journey, so In fact, blockchain has the potential to redefine the relationship that their own character may appear in other games and make an model between game operators and players: the game data will be influence. Rhythm Dungeon is designed and implemented toshow possessed by the players rather than the game operators. Among the potential of decentralized gaming experience, which utilizes the the benefits blockchain brought to the games, the interoperability blockchain to provide asynchronous interactions among massive of game data attracts the most attention.
    [Show full text]