The Undergraduate Games Corpus: a Dataset for Machine Perception of Interactive Media

Total Page:16

File Type:pdf, Size:1020Kb

The Undergraduate Games Corpus: a Dataset for Machine Perception of Interactive Media The Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI-21) The Undergraduate Games Corpus: A Dataset for Machine Perception of Interactive Media Barrett R. Anderson, Adam M. Smith Design Reasoning Lab, University of California Santa Cruz [email protected], [email protected] Abstract of machine perception techniques that directly address the unique features of interactive media. Machine perception research primarily focuses on process- ing static inputs (e.g. images and texts). We are interested This paper contributes a new, annotated corpus of 755 in machine perception of interactive media (such as games, games. We provide full game source code and assets, in apps, and complex web applications) where interactive au- many cases licensed for reuse, that were collected with in- dience choices have long-term implications for the audience formed consent for their use in AI research. In comparison experience. While there is ample research on AI methods for to lab-created game clones intended as AI testbeds, these the task of playing games (often just one game at a time), this games are complete works intended as human experiences, work is difficult to apply to new and in-development games and they represent a range of design polish rather than being or to use for non-playing tasks such as similarity-based re- filtered to only commercially successful games. By offering trieval or authoring assistance. In response, we contribute a games for a variety of platforms (from micro-games in Bitsy corpus of 755 games and structured metadata, spread across and text-oriented stories in Twine to the heavyweight games several platforms (Twine, Bitsy, Construct, and Godot), with full source and assets available and appropriately licensed built in the Godot Engine), we set up future research with a for use and redistribution in research. Because these games wide range of technical challenges. were sourced from student projects in an undergraduate game In the following sections, we place machine perception of development program, they reference timely themes in their interactive media into the context of emerging work on in- content and represent a variety of levels of design polish formation retrieval for interactive media, humanist theories rather than only representing past commercial successes. This of the meaning of interactive media, and automated game- corpus could accelerate research in understanding interactive playing. We then compare our corpus with other sources of media while anchoring that work in freshly-developed games games and game-like artifacts, and quantitatively character- intended as legitimate human experiences (rather than lab- ize the scale and variety of the corpus. To demonstrate the created AI testbeds). We validate the utility of this corpus by usefulness of just one slice of this data (interactive narra- setting up the novel task of predicting tags relevant to the player experience from the game source code, showing that tives), we setup a metadata tag prediction task and compare representations that better exploit the structure of the media the performance of a system that reduces an interactive story outperform a text-only baseline. to plain text with one that exploits knowledge of the connec- tivity between scenes by player selected choices. The com- plete data and metadata for the new corpus are available at Introduction https://github.com/barrettrees/undergraduate games corpus. There is an extensive history of research into machine per- ception for many kinds of non-interactive media (e.g. text, Background images, video), but interactivity remains comparatively un- Towards a future of search engines that could search within derstudied. Interactivity is an important component of many as well as across games, Zhang et al. recently introduced modern media, including apps, complex web applications, the challenge of crawling, indexing, and retrieving moments and games. Games in particular are almost pathologically in- from the vast space of interactivity contained within each teractive. Many games are not just incidentally but primarily game (Zhang et al. 2018). This requires representing and interactive. Further, the meaning of text, images, and other reasoning about what makes one moment different from an- observations made while interacting with a game can be con- other or more or less relevant to a user-provided query. Pre- ditioned on the activity leading up to those observations. A liminary work in this area made progress by representing screen that reads “game over, try again?” comments on the moments as vectors in a space where proximity of points in players’s recent choices and suggests the possibility of alter- space approximated their semantic similarity. By training a nate outcomes with different choices. We conjecture that a neural network to predict the state of a videogame’s work- large collection of games could accelerate the development ing memory from the pixels in the screenshot of a moment, Copyright c 2021, Association for the Advancement of Artificial the Pix2Mem technique induces an intermediate vector rep- Intelligence (www.aaai.org). All rights reserved. resentation that implicitly represented spatial and temporal 3 aspects of moments (Zhan and Smith 2018). As with word Related Corpora vectors in natural language processing (Mikolov, Yih, and Partlan et al. (2019) recently proposed a formal represen- Zweig 2013), this representation allowed reasoning by anal- tation for interactive narratives that distinguished scenes ogy using simple operations on vectors (Zhang et al. 2018). within a larger story. Significantly, their representation was Variations on this vector representation strategy have been automatically constructable from a game’s definition (by explored. For example, search with open-vocabulary, natu- running something like exhaustive symbolic execution of ral language queries for game moments containing recog- the game’s scripting logic) and validated by an expert inter- nizable objects or having topics mentioned in character dia- view study designed to highlight structural features of nar- log was demonstrated by fusing information from visual and ratives that had human-level significance. This work was in auditory observations (Zhang and Smith 2019). This work turn based on a collection of 20 student-authored interac- (and past work like Pix2Mem) reduced perception of inter- tive narratives (Partlan et al. 2018) built on the StudyCrafter active media to perception of linear streams of images, au- (Harteveld et al. 2016) platform. dio, and text (potentially augmented with software execution Our contribution of the Undergraduate Games Corpus state annotations). To date, little work outside of automated aims to accelerate research on the development of percep- gameplaying (addressed shortly) has built machine percep- tual representations of interactive media (comparable within tion systems that model the semantics of observations as be- and across individual works) in a way that is anchored in ing conditioned on past player choices. human meaning-making processes and the work of a diverse Rooted in the humanistic field of game studies, choice collection of authors. poetics offers a theory of how authors of interactive media Several corpora of games (like the 20 StudyCrafter sto- build meaning through the structure of the choices they of- ries mentioned previously) exist and in some cases have al- fer to the audience (Mawhorter et al. 2018). Patterns in the ready been used in AI research. A corpus of all known his- framing of options and how they are linked to outcomes can torical games (130 total) for the ZX Spectrum version of construct simple “dead-end” situations that encourage the the Graphic Adventure Creator, a 1986 game development player to backtrack in search of a more desirable outcome tool advertised to nonprofessionals, was published (Aycock or more subtle “unchoice” situations where the fact that all and Biittner 2020) while this article was under review. In choices eventually lead to the same outcome can convey in- the history of AI, the effort to build one system (or at least evitability or even convey reluctance of the story’s protago- devise one technique) that could competently interact with nist to do what the player wants. multiple games—otherwise known as general game playing The related theory of procedural rhetoric (Bogost 2007) (GGP)—prompted Pell’s Metagamer (1996), a system that attempts to capture how games convey meaning and build could play any symmetric, chess-like games that could be arguments even through potentially very abstract systems. modeled in the SCL-Metagame language. Pell’s dissertation The rules governing the production and consumption of re- (1993) included a collection of such games in the appendix. sources under the influence of player actions, for example, This thread was followed by the commercial release of the can be used to convey subtle and culture-dependent mes- Zillions of Games “universal gaming engine” (Lefler and sages even what the player directly observes is just colored Mallett 1998-2020) which allowed competitive human play rectangles moving in straight lines. Proceduralist readings (including manipulation of artist created pieces) against an (Treanor et al. 2011) offer one way of analyzing meaning in AI opponent able to play hundreds of bundled board games games employing graphical logics, and they have been ap- with the software. As of the time of publication, there are plied to the interpretation of newsgames (which function like 2995 free add-on games available for the ZOG engine.1 political cartoons) (Treanor and Mateas 2009). Efforts to op- Academically, GGP research led to the development of erationalize proceduralist readings in AI systems (Martens the GDL (Love et al. 2006) and GDL-II (Thielscher 2010) et al. 2016) have thus far worked by taking a static game de- game description languages. Collections of games in these scription (analogous to a videogame’s source code) as input. formats are made to evaluate agents submitted to annual Many automated gameplaying systems, such as Alp- GGP competitions (Genesereth and Bjornsson¨ 2013). These haZero (Silver et al.
Recommended publications
  • Introduction Physics Engines AGEIA Physx SDK AGEIA
    25/3/2008 SVR2007 Introduction Tutorial AGEIA PhysX • What does physics give? – Real world interaction metaphor – Realistic simulation Virtual Reality • Who needs physics? and Multimedia { mouse, ds2, gsm, masb, vt, jk } @cin.ufpe.br Research Group Thiago Souto Maior – Immersive games and applications Daliton Silva Guilherme Moura Márcio Bueno • How to use this? Veronica Teichrieb Judith Kelner – Through physics engines implemented in software or hardware Petrópolis, May 2007 Physics Engines AGEIA PhysX SDK • Simplified Newtonian models • Based upon NovodeX API • “High precision” versus “real time” simulations • Commercial and open source engines • Middleware concept • What comes together in a physics engine? • First asynchronous physics API – Mandatory • Tons of math calculations • Takes advantage of multiprocessing game • Collision detection • Rigid body dynamics systems – Optional • Fluid dynamics • Cloth simulation • Particle systems • Deformable object dynamics AGEIA PhysX SDK AGEIA PhysX SDK • Supports game • Integration with game development life cycle engines – 3DSMax and Maya – Unreal Engine 3.0 plugins (PhysX – Emergent GameBryo Create) – Natural Motion – Properties tuning with Endorphin PhysX Rocket • Runs in PC, Xbox 360 – Visual remote and PS3 debugging with PhysX VRD 1 25/3/2008 AGEIA PhysX SDK AGEIA PhysX Processor • Supports • AGEIA PhysX PPU – Complex rigid body dynamics • Powerful PPU + – Collision detection CPU + GPU – Joints and springs – Physics + Math + – Volumetric fluid simulation Fast Rendering – Particle systems
    [Show full text]
  • Arxiv:2103.14589V2 [Math.GR] 16 Jun 2021
    FINITENESS PROPERTIES FOR RELATIVES OF BRAIDED HIGMAN–THOMPSON GROUPS RACHEL SKIPPER AND XIAOLEI WU Abstract. We study the finiteness properties of the braided Higman–Thompson group bVd,r(H) with labels in H ≤ Bd, and bFd,r(H) and bTd,r(H) with labels in H ≤ P Bd where Bd is the braid group with d strings and P Bd is its pure braid subgroup. We show that for all d ≥ 2 and r ≥ 1, the group bVd,r(H) (resp. bTd,r(H) or bFd,r(H)) is of type Fn if and only if H is. Our result in particular confirms a recent conjecture of Aroca and Cumplido. Introduction The family of Thompson’s groups and the many groups in the extended Thompson family have long been studied for their many interesting properties. Thompson’s group F is the first example of a type F∞, torsion-free group with infinite cohomological dimension [BG84] while Thompson’s groups T and V provided the first examples of finitely presented simple groups. More recently the braided and labeled braided Higman–Thompson groups have garnered attention in part due their connections with big mapping class groups. The braided version of Thompson’s group V , which we refer to here as bV , was first intro- duced independently by Brin and Dehornoy [Bri07], [Deh06]. Brady, Burillo, Cleary, and Stein introduced braided F , or bF . The groups bV and bF were shown to be finitely presented in [Bro06] and [BBCS08], respectively, and this was extended to show that both of these groups + + are of type F∞ in [BFM 16].
    [Show full text]
  • K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005)
    K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) 2016 Final Report K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) Berrin Tansel, Ph.D., P.E., Florida International University August 2016 1 K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) This page is intentionally left blank. i K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) U.S. DOT DISCLAIMER The contents of this report reflect the views of the authors, who are responsible for the facts, and the accuracy of the information presented herein. This document is disseminated under the sponsorship of the U.S. Department of Transportation’s University Transportation Centers Program, in the interest of information exchange. The U.S. Government assumes no liability for the contents or use thereof. ACKNOWLEDGEMENT OF SPONSORSHIP This work was sponsored by a grant from the Southeastern Transportation Research, Innovation, Development and Education Center (STRIDE) at the University of Florida. The STRIDE Center is funded through the U.S. Department of Transportation’s University Transportation Centers Program. ii K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) TABLE OF CONTENTS ABSTRACT ...................................................................................................................................................... v CHAPTER 1: INTRODUCTION ........................................................................................................................
    [Show full text]
  • Perancangan Game Multiplatform Menggunakan Scirra Construct 2 Dan Html 5
    Simposium Nasional RAPI XIII - 2014 FT UMS ISSN 1412-9612 PERANCANGAN GAME MULTIPLATFORM MENGGUNAKAN SCIRRA CONSTRUCT 2 DAN HTML 5 Anggit Dwi Hartanto1 , Windha Mega Pradnya Dhuhita2 , Alfian Tinangon1 1Jurusan Teknik Informatika STMIK AMIKOM Yogyakarta Jl. Ringroad Utara Depok Sleman Yogyakarta Telp 0274 884201 2 Jurusan Sistem Informasi STMIK AMIKOM Yogyakarta Jl. Ringroad Utara Depok Sleman Yogyakarta Telp 0274 884201 Email: [email protected] Abstrak Saat ini perkembangan teknologi game berkembang sangatlah pesat, terbukti dengan munculnya berbagai macam game engine yang dapat memfasilitasi pengembang untuk mengembangkan suatu game dengan lebih mudah. Makalah ini membahas tentang pengembangan sebuah game multiplatform dengan menggunakan game engine scirra construct2 dan HTML5 . Engine game tersebut digunakan agar pengembang lebih mudah dalam pengelolaan animasi, suara, layout, layer, kamera, kontrol, dan pengelolaan kecerdasan buatan. Game yang dikembangan bergenre casual game yang bertemakan pertempuran bajak laut untuk menemukan harta karun. Game yang dikembangkan merupakan game mutipaltform yang artinya game tersebut dapat berjalan di lebih dari satu platform, yaitu sistem operasi android mobile, sistem operasi desktop antara lain (Ms. Windows, Mac OS, Linux), dan browser yang mendukung HTML5. Salah satu platform yang menjadi fokus pengembangan game ini adalah android yang merupakan platform yang saat ini mempunyai pengguna sangat banyak. Dengan berjalannya game di platform android, pengguna dapat memainkan game ini kapan saja dan dimana saja. Kata kunci: game, html5, scirra construct 2 Pendahuluan Perkembangan teknologi software selalu mengiringi perkembangan teknologi dari masa kemasa, yang mendorong pertumbuhan industri kreatif yang terus meningkat. Terbukti dengan banyaknya engine maupun tools yang diciptakan untuk mempermudah pengembang dalam mengembangkan software dari masa kemasa.
    [Show full text]
  • 2D Multiplayer Game Development Using Unity
    Vol-6 Issue-2 2020 IJARIIE-ISSN(O)-2395-4396 2D MULTIPLAYER GAME DEVELOPMENT USING UNITY Kumaresan G1, Sharath A2, Sheshanth B P3, Somesh A4 1 Assistant Professor, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India 2 UG Student, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India 3 UG Student, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India 4 UG Student, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India ABSTRACT Video games are common these days. The games have been developed for various purposes including entertainment, informational purposes, marketing, and advertising purposes. Game developers are continually developing multi- platform games that can be played on computers, mobile devices like iPads and smartphones and other video game devices. Today, mobile games consume a huge market share within the games industry. Considering that nearly two billion mobile devices are running a Unity-made game, it is probable that quite a large majority of these new companies will be using Unity to develop mobile games. Mobile games are becoming more and more popular and well-received by different types of users around the world. A lot of frameworks that allow developers to create the games in a faster and easier way. The Unity 3D engine is employed by an outsized majority of developers to make games. It owns a forty-five percent market share and is considered one of the biggest development tools today This project involves the approach of creating a 2D mobile game using Unity.
    [Show full text]
  • Are Game Engines Software Frameworks?
    ? Are Game Engines Software Frameworks? A Three-perspective Study a < b c c Cristiano Politowski , , Fabio Petrillo , João Eduardo Montandon , Marco Tulio Valente and a Yann-Gaël Guéhéneuc aConcordia University, Montreal, Quebec, Canada bUniversité du Québec à Chicoutimi, Chicoutimi, Quebec, Canada cUniversidade Federal de Minas Gerais, Belo Horizonte, Brazil ARTICLEINFO Abstract Keywords: Game engines help developers create video games and avoid duplication of code and effort, like frame- Game-engine works for traditional software systems. In this paper, we explore open-source game engines along three Framework perspectives: literature, code, and human. First, we explore and summarise the academic literature Video-game on game engines. Second, we compare the characteristics of the 282 most popular engines and the Mining 282 most popular frameworks in GitHub. Finally, we survey 124 engine developers about their expe- Open-source rience with the development of their engines. We report that: (1) Game engines are not well-studied in software-engineering research with few studies having engines as object of research. (2) Open- source game engines are slightly larger in terms of size and complexity and less popular and engaging than traditional frameworks. Their programming languages differ greatly from frameworks. Engine projects have shorter histories with less releases. (3) Developers perceive game engines as different from traditional frameworks. Generally, they build game engines to (a) better control the environ- ment and source code, (b) learn about game engines, and (c) develop specific games. We conclude that open-source game engines have differences compared to traditional open-source frameworks al- though this differences do not demand special treatments.
    [Show full text]
  • Immersion Demos New Haptic Apps at Samsung Developers Conference
    October 28, 2013 Immersion Demos New Haptic Apps at Samsung Developers Conference Go hands-on with new titles from developers like Creative Mobile, HeroCraft, Fat Bat Studios and Modesty at the Immersion exhibition & game lounge SAN FRANCISCO--(BUSINESS WIRE)-- Samsung Developers Conference (SDC 2013) —- Immersion Corporation (Nasdaq:IMMR), the leading developer and licensor of touch feedback technology, will be hosting a technical session for game developers on the design and integration of tactile effects and demonstrating the latest titles from developers using the Immersion Haptic SDK at the Samsung Developers Conference in San Francisco. Attendees can find Immersion throughout the two-day event: ● Experience the Immersion Haptic Gaming Lounge at the Exploratorium after party on Monday, October 28th th ● Join Immersion on Tuesday, October 29 for the conference session titled "Up Your Game," where developers will learn how to incorporate haptic effects with maximum impact and minimal effort th ● Visit the Immersion exhibition on Tuesday, October 29 to experience the latest apps and visit with our team of experts to learn more about Immersion's Haptic integration tools "The Immersion Haptic SDK brings the console gaming experience to the mobile platform by providing Android game developers with tools to easily incorporate high quality, immersive tactile feedback into their mobile games," explains Suzanne Nguyen, Director of Developer Marketing at Immersion. "We designed the Haptic SDK to deliver quality effects on all Android handsets
    [Show full text]
  • A Doom-Based AI Research Platform for Visual Reinforcement Learning
    ViZDoom: A Doom-based AI Research Platform for Visual Reinforcement Learning Michał Kempka, Marek Wydmuch, Grzegorz Runc, Jakub Toczek & Wojciech Jaskowski´ Institute of Computing Science, Poznan University of Technology, Poznan,´ Poland [email protected] Abstract—The recent advances in deep neural networks have are third-person perspective games, which does not match a led to effective vision-based reinforcement learning methods that real-world mobile-robot scenario. Last but not least, although, have been employed to obtain human-level controllers in Atari for some Atari 2600 games, human players are still ahead of 2600 games from pixel data. Atari 2600 games, however, do not resemble real-world tasks since they involve non-realistic bots trained from scratch, the best deep reinforcement learning 2D environments and the third-person perspective. Here, we algorithms are already ahead on average. Therefore, there is propose a novel test-bed platform for reinforcement learning a need for more challenging reinforcement learning problems research from raw visual information which employs the first- involving first-person-perspective and realistic 3D worlds. person perspective in a semi-realistic 3D world. The software, In this paper, we propose a software platform, ViZDoom1, called ViZDoom, is based on the classical first-person shooter video game, Doom. It allows developing bots that play the game for the machine (reinforcement) learning research from raw using the screen buffer. ViZDoom is lightweight, fast, and highly visual information. The environment is based on Doom, the customizable via a convenient mechanism of user scenarios. In famous first-person shooter (FPS) video game. It allows de- the experimental part, we test the environment by trying to veloping bots that play Doom using only the screen buffer.
    [Show full text]
  • Transaction / Regular Paper Title
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by University of South Wales Research Explorer IEEE TRANSACTIONS ON LEARNING TECHNOLOGIES 1 Design of Large Scale Virtual Equipment for Interactive HIL Control System Labs Yuxin Liang and Guo-Ping Liu, Fellow, IEEE Abstract—This paper presents a method to design high-quality 3D equipment for virtual laboratories. A virtual control laboratory is designed on large-scale educational purpose with merits of saving expenses for universities and can provide more opportunities for students. The proposed laboratory with more than thirty virtual instruments aims at offering students convenient experiment as well as an extensible framework for experiments in a collaborative way. hardware-in-the-loop (HIL) simulations with realistic 3D animations can be an efficient and safe way for verification of control algorithms. Advanced 3D technologies are adopted to achieve convincing performance. In addition, accurate mechanical movements are designed for virtual devices using real-time data from hardware-based simulations. Many virtual devices were created using this method and tested through experiments to show the efficacy. This method is also suitable for other virtual applications. The system has been applied to a creative automatic control experiment course in the Harbin Institute of Technology. The assessment and student surveys show that the system is effective in student’s learning. Index Terms—control systems, 3D equipment design, virtual laboratory, real-time animation, control education, hardware- based simulation —————————— —————————— 1 INTRODUCTION N the learning of control systems, students not only have by static pictures with augmented reality animation in the I to acquire theoretical knowledge, but also the ability to recent work of Chacón et at.
    [Show full text]
  • Localization Tools in General Purpose Game Engines: a Systematic Mapping Study
    Hindawi International Journal of Computer Games Technology Volume 2021, Article ID 9979657, 15 pages https://doi.org/10.1155/2021/9979657 Review Article Localization Tools in General Purpose Game Engines: A Systematic Mapping Study Marcus Toftedahl Division of Game Development, University of Skövde, Skövde, Sweden Correspondence should be addressed to Marcus Toftedahl; [email protected] Received 31 March 2021; Accepted 5 July 2021; Published 23 July 2021 Academic Editor: Cristian A. Rusu Copyright © 2021 Marcus Toftedahl. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. This paper addresses localization from a game development perspective by studying the state of tool support for a localization work in general purpose game engines. Using a systematic mapping study, the most commonly used game engines and their official tool libraries are studied. The results indicate that even though localization tools exists for the game engines included in the study, the visibility, availability, and functionality differ. Localization tools that are user facing, i.e., used to create localization, are scarce while many are tool facing, i.e., used to import localization kits made outside the production pipeline. 1. Introduction tions or specific corporate entities handling functions such as marketing or distribution. This is not always the case with “The world is full of different markets and cultures and, to indie game development, where Pereira and Bernardes [7] maximize profits™[sic], nowadays games are released in sev- note that the structure of indie development is more flexible, eral languages.
    [Show full text]
  • Interactive GPU-Based Sound Auralization in Dynamic Scenes
    iSound: Interactive GPU-based Sound Auralization in Dynamic Scenes M. Taylor A. Chandak Q. Mo C. Lauterbach C. Schissler D. Manocha University of North Carolina at Chapel Hill Abstract We present an auralization algorithm for interactive virtual environ- ments with dynamic objects, sources, and listener. Our approach uses a modified image source method that computes propagation paths combining direct transmission, specular reflections, and edge diffractions up to a specified order. We use a novel multi-view raycasting algorithm for parallel computation of image sources on GPUs. Rays that intersect near diffracting edges are detected using barycentric coordinates and further propagated. In order to reduce the artifacts in audio rendering of dynamic scenes, we use a high or- der interpolation scheme that takes into account attenuation, cross- fading, and delay. The resulting system can perform perform au- ralization at interactive rates on a high-end PC with NVIDIA GTX 280 GPU with 2-3 orders of reflections and 1 order of diffraction. Overall, our approach can generate plausible sound rendering for game-like scenes with tens of thousands of triangles. We observe more than an order of magnitude improvement in computing prop- Figure 1: Gamebyro Desert Benchmark: This is an outdoor agation paths over prior techniques. scene with 35.5K triangles. It has five fixed sound sources (S1- S5) and a moving source (S6), whose trajectory is shown in blue. 1 Introduction The listener’s path is shown in green. i-Sound performs 3 orders of reflection and 1 edge diffraction at 33fps for interactive 3D aural- Auditory displays and sound rendering are frequently used to en- ization on a PC with an NVIDIA GTX 280.
    [Show full text]
  • (12) United States Patent (10) Patent No.: US 8,686,269 B2 Schmidt Et Al
    USOO8686269B2 (12) United States Patent (10) Patent No.: US 8,686,269 B2 Schmidt et al. (45) Date of Patent: * Apr. 1, 2014 (54) PROVIDING REALISTIC INTERACTION TO (56) References Cited A PLAYER OF A MUSIC-BASED VIDEO GAME U.S. PATENT DOCUMENTS (75) Inventors: Daniel A. Schmidt, Somery ille, MA 3.430,530D211,666 AS 3/19697/1968 GrindingerMacGillavry (US); Gregory B. LoPiccolo, Brookline, 3,897,711 A 8/1975 Elledge MA (US); Eran Egozy, Brookline, MA D245,038 S 7, 1977 Ebata et al. (US) D247,795 S 4, 1978 Darrell 4,128,037 A 12, 1978 Montemurro (73) Assignee: Harmonix Music Systems, Inc., E. 88: Sushida et al. Cambridge, MA (US) D262,017 S 11/1981 Frakes, Jr. D265,821 S 8, 1982 Okada et al. (*) Notice: Subject to any disclaimer, the term of this D266,664 S 10, 1982 Hoshino et al. patent is extended or adjusted under 35 (Continued) U.S.C. 154(b) by 823 days. This patent is Subject to a terminal dis- FOREIGN PATENT DOCUMENTS claimer. AT 468071 T 6, 2010 AU T41239 B2 4f1999 (21) Appl. No.: 12/263,434 (Continued) (22) Filed: Oct. 31, 2008 OTHER PUBLICATIONS (65) Prior Publication Data Guitar Hero (video game) Wikipedia, the free encyclopedia— US 2009/OO82O78A1 Mar. 26, 2009 (Publisher RedOctane) Release Date Nov. 2005.* Related U.S. Application Data (Continued) (63) Continuation of application No. 1 1/683,136, filed on Mar. 7, 2007, now Pat. No. 7,459,624. Primary Examiner — Marlon Fletcher (74) Attorney, Agent, or Firm — Wilmer Cutler Pickering (60) Provisional application No.
    [Show full text]