Skip to main content

Home/ Groups/ Becker Video Game Design
Garrett Eastman

A Video Game Design Experiment about Lucid Dreaming - 0 views

  •  
    Abstract :"This thesis deals with the analysis, design, implementation and testing of a video game prototype , which is intended for practicing lucid dreaming induction . R esearch i ndicates the potential of the video game medium in this end and the experimental game design has been the result of examining various study case s covering both video gam es and dreams , besides multiple lucid dreaming induction techniques . The design approach was more focused on creatively modif yin g existing techniques , in order to take advantage of the potential of the video game medium, than to simply copy them. This has led to establishi ng a set of formal design goals , with an emphasis on creating a game world simulating a dream, in which rehearsing can take place prior to sleep . The video game prototype is inasmuch an interactive training tool as it is an artistic video game experiment . With the aim of also tak ing the player experience into account, a set of aesthetic goals was also established , approached by the use of the MDA framework ( Hunicke , LeBlanc & Zubek, 2004) and the player involvement model - related to the concept of incorporation (Calleja, 2011)"
Garrett Eastman

Read, Write, Play: An Educational Mobile Gaming Platform - 0 views

  •  
    Abstract: "We introduce ALE, a new framework for writing games for the An- droid platform. The primary motivation behind ALE is to empha- size reading code before writing it. Beginners read game code to learn how levels can be made, and advanced users read the code of ALE itself to learn how to create useful and extensible libraries. To date, roughly 200 students at our university have used ALE, rang- ing from first-semester engineering undergraduates through Mas- ters students. ALE has proven useful in teaching non-majors about CS, in making introductory CS programming courses more excit- ing, and in encouraging creativity, entrepreneurship, and good pro- gram design in upper-level electives. Based on these experiences, we encourage educators at all levels to consider using ALE to im- prove students' ability to learn by reading code."
Garrett Eastman

Stereoscopic Game Design and Evaluation - 0 views

  •  
    "We report on a new game design where the goal is to make the stereoscopic depth cue suciently critical to success that game play should become impossible without using a stereoscopic 3D (S3D) display and, at the same time, we investigate whether S3D game play is aff ected by screen size"
Garrett Eastman

Peer-to-Peer Architectures for Massively Multiplayer Online Games: A Survey - 0 views

  •  
    Abstract: "Scalability, fast response time, and low cost are of utmost importance in designing a successful massively multiplayer online game. The underlying architecture plays an important role in meeting these conditions. Peer-to-peer architectures, due to their distributed and collaborative nature, have low infrastructure costs and can achieve high scalability. They can also achieve fast response times by creating direct connections between players. However, these architectures face many challenges. Distributing a game among peers makes maintaining control over the game more complex. Peer-to-peer architectures also tend to be vulnerable to churn and cheating. Moreover, different genres of games have different requirements that should be met by the underlying architecture, rendering the task of designing a general purpose architecture harder. Many peer-to-peer gaming solutions have been proposed that utilize a range of techniques while using somewhat different and confusing terminologies. This paper presents a comprehensive overview of current peer-to-peer solutions for massively multiplayer games using a uniform terminology"
Garrett Eastman

Developing games that can create real heroes on real guitars: Using acoustic musical in... - 0 views

  •  
    From the abstract: "The acquisition of musical skills on a new instrument can be a slow and laborious process, requiring sustained effort and commitment. A strong alignment between many of the pro perties of game - based learning and the practice of learning to play a new instrument, especially at the early stages, is identified. After laying out the theoretical connection, a collection of new game design prototypes are described, designed with the go al of augmenting conventional skill - acquisition practice and increasing student motivation and engagement."
Garrett Eastman

Designing a Context-Aware Campus Area Gaming Environment for Mobile Platforms - 0 views

  •  
    From the abstract: "This thesis is dealing with what have been identified as "pervasive games". Investigation and analysis of reasons behind their appearance, popularization is made. Different trends within classical game-development and theory of classical game-design are investigated to establish similarities and differences, challenges and solutions this newly emerged type of games is introducing. Knowledge presented in theoretical sections is used to design, develop, deploy and test a game-environment for mobile platforms that is adjusted for campus area. This designed game-environment consists of two essential components: Front-End, which is represented by Android mobile application and Back-End server logic. Both of components were designed, tested and implemented. Designed game-environment received a name "DTU GoblinsNGold and has been launched. It is made available publicly worldwide through Google Play market. All of these aspects and milestones are described in details inside practical part of this thesis. During game-environment testing valuable data was received that described all aspects of functionality of implemented system together with behavioral patterns of players. These results of deployment together with conclusions are presented in later sections."
Garrett Eastman

Game On, Science - How Video Game Technology May Help Biologists Tackle Visualization C... - 0 views

  •  
    Abstract: "The video games industry develops ever more advanced technologies to improve rendering, image quality, ergonomics and user experience of their creations providing very simple to use tools to design new games. In the molecular sciences, only a small number of experts with specialized know-how are able to design interactive visualization applications, typically static computer programs that cannot easily be modified. Are there lessons to be learned from video games? Could their technology help us explore new molecular graphics ideas and render graphics developments accessible to non-specialists? This approach points to an extension of open computer programs, not only providing access to the source code, but also delivering an easily modifiable and extensible scientific research tool. In this work, we will explore these questions using the Unity3D game engine to develop and prototype a biological network and molecular visualization application for subsequent use in research or education. We have compared several routines to represent spheres and links between them, using either built-in Unity3D features or our own implementation. These developments resulted in a stand-alone viewer capable of displaying molecular structures, surfaces, animated electrostatic field lines and biological networks with powerful, artistic and illustrative rendering methods. We consider this work as a proof of principle demonstrating that the functionalities of classical viewers and more advanced novel features could be implemented in substantially less time and with less development effort. Our prototype is easily modifiable and extensible and may serve others as starting point and platform for their developments. A webserver example, standalone versions for MacOS X, Linux and Windows, source code, screen shots, videos and documentation are available at the address: http://unitymol.sourceforge.net/."
Garrett Eastman

Violin Virtuoso: A game for violin education - 0 views

  •  
    Abstract: "This study develops a way to use the technology of video games to help teach people the violin. The unique characteristics of this research are to create a visual representation for music for violinists, to utilize pedagogy for violin education within a video game, and to use the Fast Fourier Transform to process input from an actual acoustic instrument and use the data to track user progress. Music games like JamGuru [9], Rocksmith [19], LittleBigStar [13], and Rock Band [18] have made strides in these areas of research; however, most of these technologies have not been applied to the violin. Expected results are that students' progress rate will increase as a result of playing the game. The input processing used in this research could be applied to areas where sound recognition is important. Furthermore, the concept of an adaptable game can be applied to other academic subjects."
Garrett Eastman

Real - time Rendering of Melt ing Objects in Video Games - 0 views

  •  
    Abstract: "We present a method for simulating the melting and owing of material in burning objects fast enough to be of use in video games where most of the graphical and computational resources are needed elsewhere. The standard practice of us- ing particle engines or uid dynamics for melting are far too costly for use in this environment. We demonstrate that our method, which is based on systematic polygonal expanding and folding, uses only a fraction of the computational power avail- able by implementing the computation on a very modest GPU using CUDA"
Garrett Eastman

Game design and production: Frequent problems in game development - 0 views

  •  
    Abstract: "This essay is about common problems that can arise during game development projects. It is focused around the production cycle and how the game industry treats the game development pipeline. It mainly describes issues with communication within game development teams, problems concerning planning and how the design process affects members of the game development team's work process and efficiency. It includes an analysis of common problems that I have found during my studies of literature describing the game industry, a short research study of post mortems written by game developers and a survey about game design documentation and communication sent out to game developers and game design students."
Garrett Eastman

Ctrl-Alt-Play - 0 views

  •  
    ""The sixteen essays in this collection offer critical examinations of the issue of control in video games, including different ways to theorize and define control within video gaming and how control impacts game design and game play. Close readings of specific games consider how each locates elements of control in their structures"--Provided by publisher. Excerpted in Google Books. Published 2012.
Garrett Eastman

The Ultimate IMGD Booth at PAX East 2013 - 0 views

  •  
    Abstract: "Promoting WPI's Interactive Media and Game Development (IMGD) program at a major indus try trade show has the potential to attract new prospective students and broaden industry awareness of the IMGD program and students. This project designed a booth for PAX East, a popular gaming exposition in New England. We conducted interviews of student s, guidance counselors, and booth experts, and selected appropriate projects to showcase and students to showcase them. We then designed an advertisement, handouts, and an inviting layout for the booth, arranging for the necessary equipment and furniture w ithin the budget constraints. The IMGD PAX East booth promises to increase the awareness of the IMGD program, exposing more people to the game development students and program at WPI."
Garrett Eastman

Honoring the Code: Conversations With Great Game Designers - 1 views

  •  
    Published 2013 and excerpted in Google Books. From the description: "In Honoring the Code: Conversations with Great Game Designers, 16 groundbreaking game developers share their stories and offer advice for anyone aspiring to a career in the games industry. You'll learn from their triumphs and failures and see how they dealt with sweeping changes in technology, including critical paradigm shifts from CD-ROMs and 3D graphic cards to the Internet and mobile revolution. The book presents in-depth interviews with a diverse mix of game professionals, emphasizing the makers of adventure games, role-playing games, and real-time strategies. It focuses on developers who have contributed to multiple eras or genres as well as those who have hired, taught, or mentored newcomers. Since the mobile revolution has opened up new demographics and new gameplay mechanics, the book features current developers of games for mobile devices. It also explores how indie game developers are making commercial-quality games with a small team mostly using free tools and funded with crowdsourcing applications."
Garrett Eastman

"Can Bluetooth games replace traditional non-digital games, such as cards or dice, in a... - 0 views

  •  
    Abstract: "The intent of this research is attempt to discover what makes a multiplayer game fun, for it is the fun which will take the game from simply being a one off diversion and instead become a go to object in the social consciousness, no different to a pack of cards. "
Garrett Eastman

Game Design as a Game - 0 views

  •  
    Abstract: "The software engineering process for games has enough special structure that it can be formulated as a kind of game itself. This, in turn, p ermits the teaching of game construction in a unique way with new potential to motivate students. We present a new game design client program for an existing collaborative problem-solving website known as CoSolve. The client was built with an emphasis on increased interaction and fine control over a problem's state. With this comes the opportunity to more easily design and test games in the CoSolve space. It is our hope that this will teach and inspire student users to learn more about game design, problem posing, and programming in general."
Garrett Eastman

Bubble Popper: Body Contact in Digital Games - 0 views

  •  
    From the abstract: "we present Bubble Popper, an exertion game that considers and facilitates body contact. Bubble Popper, which uses very simple technology, also demonstrates that considering and facilitating body contact can be achieved without t he need to sense body contact. Through reflecting on our design and analyzing observations of play , we are able to articulate what impact physical space layout in relation to digital game elements, and physical disparity between input and digital display c an have on body contact. Our results aid game designers in creat ing engaging exertion game s by guiding them when considering body contact, ultimately helping players benef it more from engaging exertion games."
Garrett Eastman

Effects of 3D Audio and Video in Video Games - 0 views

  •  
    Abstract: "Our study was carried out in order to improve our understanding of the relationship between 3D audio and video, and user experience in video games. In order to determine the best way to attempt to measure these effects, we researched several methods of 3D video and 3D audio delivery. We decided to use two different games to gauge the effectiveness of 3D video, Mario Kart 7 and Crysis 2. Due to a small sample size, we were unable to conclude strongly in either way about many of the factors we believed that 3 D video and audio would effect, but were able to see an increase in enjoyment and perceived ability from our surveys."
Garrett Eastman

Cuban video game recreates revolutionary history | Technology | guardian.co.uk - 0 views

  •  
    "Cuban programmers have unveiled a new 3D video game that puts a distinctly revolutionary twist on gaming, letting players recreate decisive clashes from the 1959 uprising in which many of their grandparents fought."
Garrett Eastman

ARTigo: an Art Tagging Ecosystem - 0 views

  •  
    Abstract: "ARTigo is a Game with a Purpose platform whose goal is to collect tags for artworks, which can be used for retrieval. The ARTigo gam es form a tagging ecosystem, where the games cooperate in order to gather a wide range of information. Description games create initial tags, in order to enable other games to be played and collect semantically shallow surface tags. Dissemination games sp read existing data to other artworks or languages, and do not create new information. Diversification games feed on data produced by other games and guide the players to entering more specific tags. Finally, integration games create higher - order tags with deep semantic meanings, describing emotions for example. All these different types of tags have different semantic depths, and are present in different quantities. Together, they create a pool of complementary tags accurately describing artworks, which can be processed for data mining."
Garrett Eastman

Nintendo - Case Synopsis - 0 views

  •  
    An evaluation of the company for a business course
« First ‹ Previous 861 - 880 Next › Last »
Showing 20 items per page