Skip to main content

Home/ Becker Video Game Design/ Group items tagged C#

Rss Feed Group items tagged

Garrett Eastman

Strategies for real-time video games - 0 views

  •  
    Abstract: "Abstract Game developers spend a large portion of their time developing and tweaking the arti cial intelligence in video games. Problems related to productivity in the development of AI have been solved using various modeling techniques in the eld of AI, language design and easier to use editors. Using a domain speci c language to assist in describing AI can increase productivity in this area. In addition to this, game developers can be relieved from irrelevant tasks such as worrying about performance, correctness of the implementation, memory management and optimiza- tion data structures and focus on the high level description of the game play. In this thesis, we focus on real-time video games and we investigate the development of a domain-speci c language containing the necessary elements to describe and execute strategies to achieve goals in a real-time video game. We develop a domain-speci c language to express strategies for computer controlled actors using techniques commonly found in em- bedded domain-speci c languages, and in particular embedded domain- speci c languages in Haskell. To demonstrate this language we have developed a prototype of a real-time strategy game that uses strategies implemented using the domain-speci c language developed in this thesis"
Garrett Eastman

Programming 2D Games - 0 views

  •  
    "A First Course in Game ProgrammingMost of today's commercial games are written in C++ and are created using a game engine. Addressing both of these key elements, Programming 2D Gamesprovides a complete, up-to-date introduction to game programming. All of the code in the book was carefully crafted using C++."
Garrett Eastman

Demon Dissension - 0 views

  •  
    abstract: "Demon Dissension provides a strategic twist on the traditional fighting game experience to players and showcases co mplex game logic, networking, and fighting game design principles. Built entirely in the Unity engine and programmed in C#, Demon Dissension pits two players against one another in a battle for glory, challenging them to not only fight against the charact er in game, but the strategies being employed by the actual opponent . A team of two artists and two programmers took four terms to create a deep multiplayer battle experience." Becker student Breeze Grigas participated in this project.
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

The Use of Game Dynamics to Enhance Curriculum and Instruction: What Teachers C an Lear... - 0 views

  •  
    Abstract: "This article examines the need for public school educators to adapt a game design mentality when designing secondary level curriculum and instruction . Game design is presented as a tool for improving student learning and suggestions are offered for how educators can incorporate game dynamics such as narrative context, explicit interconnectedness, well - ordered problems, control, choice, customization, and co - design."
Garrett Eastman

Promoting Game Accessibility : Experienc ing an Induction on Inclusive Design Practice ... - 0 views

  •  
    Abstract: "The Global Games Jam (GGJ) attracts many people who are passionate about games development , co ming from a range of educational backgrounds. Therefore , the event can be experienced by novices and student developers as an opportunity for learning. This provi des an op ening to promote themes and ideas that could help form future thinking about games design, emerging as a form of induction on key design issues for new practitioners . Such an approach aims to raise awareness about issues which learners c ould help develop and take with them into industry . However, t he experience itself affords a deep experiential rhetoric and dialogue with experts that could be an effective pedagogical tool for issues seldom addressed deeply in formal educational settings . This pape r describes an account by one such individual, being introduced to game accessibility through participation in the GGJ . As such, it is not intended as a rigorous empirical analysis , but rather a perspective on one way a game jam can be experienced , invitin g further research on the topic."
Garrett Eastman

OPENGL BASED 3D FIRS T PERSON SHOOTING GA MES - DESIGN CONCERN S - 0 views

  •  
    Abstract: "D video games are getting popular in the world with the availability of advanced graphic cards, high processing p ower computers, high speed internet and smart sensing devices ranging from general mouse to Microsoft Kinect. OpenGL is a popular graphics processing framework and it is being used by many famous 3D video game design software as the back end framework. In this paper we present our experience with OpenGL based C++ implementation of a 3D first person shooting game. 3D environment building, navigating, character animation, lighting, sound and shooting is described. Specially OpenGL based concepts are discussed for clear understanding of the concepts."
Garrett Eastman

Harnessing manpower for creating semantics - 0 views

  •  
    "Abstract The e ective information processing (e.g. search, organi- zation) of the heterogeneous information spaces requires metadata layer above the resources. However, the acqui- sition of resource metadata and domain models are chal- lenging tasks. Here, the crowdsourcing has emerged as an alternative to expert-based and automated semantics acquisition approaches. One of its branches are the games with a purpose (GWAPs) which encapsulate the seman- tics acquisition tasks into the game processes. We analyze existing GWAPs and propose their classi cation. Fur- thermore we devised our own GWAP-based approaches. For acquisition of lightweight term relationship network, we devised a search query formulation game, usable also for speci c domain models. For acquisition of (personal) image tags, we devised a card game, where players mem- orize positions of concealed cards and identify identical pairs. For validation of music metadata, we devised a multi-choice question-based game, where players identify tag sets that are characteristic to music tracks they hear. We also looked at the GWAPs from their design per- spectives. We present a design oriented classi cation sys- tem for GWAPs, adress several design issues recurring in GWAPs and present new design patterns to solve them"
Garrett Eastman

Game Conceptualization and Development Processes in the Global Game Jam - 0 views

  •  
    Abstract: "The Global Game Jam provides a unique opportunity to study time-constrained game development at a massive scale. We administered a free-response survey to 2013 Global Game Jam participants about their game development process. Categorized responses show: (a) participants use diverse in- spirations; (b) set goals for their personal bene t, the im- pact on game players, and structure of the game system; (c) rarely employ traditional prototyping; and (d) evolve their games by scoping down many ideas, grounding a vague idea through implementation, and iteratively expanding a sim- ple core game. We discuss next steps to gain more in-depth information about design processes"
Garrett Eastman

A Quantitative Approach for Modeling and Personalizing Player Experience in First-Perso... - 0 views

  •  
    Abstract: "In this paper, we describe a methodology for capturing player experience while interacting with a game and we present a data-driven approach for modeling this interaction. We believe the best way to adapt games to a speci c player is to use quantitative models of player ex- perience derived from the in-game interaction. Therefore, we rely on crowd-sourced data collected about game context, players behavior and players self-reports of di erent a ective states. Based on this informa- tion, we construct estimators of player experience using neuroevolution- ary preference learning. We present the experimental setup and the re- sults obtained from a recent case study where accurate estimators were constructed based on information collected from players playing a rst- person shooter game. The framework presented is part of a bigger picture where the generated models are utilized to tailor content generation to particular player's needs and playing characteristics."
Garrett Eastman

Bridging Game-Programming into theK-12 Curriculum - 1 views

  •  
    From the abstract: "this study investigated how the perspectives of the non-computer science educators changed after learning game-programming and how it could be fitted into the K-12 curriculum. Fourteen non-computer science educators and/or administrators in the K - 16 educational systems who made up a cohort at Sam Houston State University, Master of Education/Instructional Technology Program participated in this study. The participants were required to learn two free Web 2.0 game-programming applications and reflect on an article related to reviving interest in math and science as part of their program. Qualitative data consisted of online reflections, and peer-review processes through Facebook. A quantitative component was added to the analysis. The findings indicated that: (a) the perspectives of the participants changed from negative to positive as they reflected on their own game-programming learning experiences; (b) participants came to understand how game programming could build up students' logical concepts and critical thinking skills improving performances in math, science, and other subjects; and (c) due to the benefits of logical concepts and critical thinking skills game programming could have immense benefits if built into the K-12 curriculum."
Garrett Eastman

A case study of a five-step design thinking process in educational museum game design - 0 views

  •  
    Abstract: "We present a case study in the design of an educational video game about collecting, curating, and museum operations. A five-step cyclic design thinking framework was used by the studio during the design and development of the game, and the team was simultaneously the subject of a rigorous and detailed ethnographic study. Three stages of the game's design evolution are presented through the lens of the design thinking framework. The team's practice-based research is tri- angulated with our empirical data to produce four key findings: (a) that empathy for learning context is critical in aligning designs with learning objectives; (b) that meeting with stakeholders spurs empathy-building; (c) that there is a tension between horizontal and vertical slicing that is revealed by design thinking processes; and (d) that iterative design processes challenge conventions of higher education."
Garrett Eastman

Mechanic Miner: Re ection-Driven Game Mechanic Discovery and Level Design - 0 views

  •  
    Abstract: "We introduce Mechanic Miner, an evolutionary system for discovering simple two-state game mechanics for puzzle platform games. We demonstrate how a re ection-driven generation technique can use a simulation of gameplay to select good mechanics, and how the simulation- driven process can be inverted to produce challenging levels speci c to a generated mechanic. We give examples of levels and mechanics generated by the system, summarise a small pilot study conducted with example levels and mechanics, and point to further applications of the technique, including applications to automated game design."
Garrett Eastman

Kamloops This Week - Video-game design taken to next level - 0 views

  •  
    "The Kamloops-Thompson school district is taking its video-game design curriculum to the next level. What started as a summer-camp program in 2007 and grew into a limited course offering last year is set to assume full-course status - meaning area high school students will have the opportunity to spend an entire semester studying nothing but video-game design."
Garrett Eastman

HISTORICITY AND SOCIALITY IN GAME DESIGN: ADVENTURES IN LUDIC ARCHAEOLOGY - 0 views

  •  
    From the abstract :"The Vikings! is an asynchronous multiplayer social game that adapts Viking Age (700s-1000s C.E.) social practices and structures in the hopes of producing a synthetic Viking society. Players manage Viking households, sail the open seas, raid Viking and foreigner households, and develop economic and political relationships with other players to ensure their own survival and prosperity. To successfully prosecute this project, the author came to devise: a semi-formal method for adapting historical situations to interactive simulations; a set of criteria for evaluating the quality, internal consistency, and historical fidelity of such simulations; and a technique for constraining the scope of adaptation to only what is necessary for the player's enjoyment and the designer's aesthetic goals."
Garrett Eastman

Archicraft: video game, architecture, Electronic entertainment research center - 0 views

  •  
    Abstract: Video games are no longer a means of simple entertainment that serve as a form of escapism. They are perceived not simply as free time distractions, but as logic of engagement and platforms of creative thinking. Furthermore, online video games have taken the idea of interaction to a level no any other media has ever achieved. Online video games known as virtual world or MMO (massively multiplayer online) are a mega interaction platform that attract millions of players across the globe. They are the ultimate goal that all architects have ever dreamed of, i.e. to create an interactive space that satis es the needs of users. This thesis research will tend to examine a variety of video games from 3 perspectives: space, structure and interactivity, with a view to understanding and exploring the behaviour of players in video games, as known as, virtual stages. In recognizing and articulating such behaviour, followed by exploring the relationship between architects, users and spaces, the interpretation of architectural languages can then be translated into physical spatial form. This research then questions the possibilities of promoting the gaming industry in South Africa. In the current digital era, the IT (information and technology) industry is a main stream profession that helps with the growth of a country as a whole. The role of the gaming industry therefore cannot be ignored in this instance. The gaming industry is a rapid growing profession that comprises a lot of speci c professionals. SA does not offer nor focus on the video game eld and as a result, we are experiencing a shortage of professionals in this eld. This thesis proposes a facility to facilitate current and future game industry related professionals, on the same time, providing a playful environment that integrates the building and local context, allowing deeper engagement for those who haven t been exposed to the real meaning behind video games.
Garrett Eastman

More Speakers Revealed for the 2012 D.I.C.E. Summit - 0 views

  •  
    (Design, Innovate, Communicate, Entertain) Summit,15th annual Interactive Achievement Awards on February 9, 2012,
Garrett Eastman

Engineering emergence: applied theory for game design - 0 views

  •  
    Thesis from the Universitet van Amsterdam
Garrett Eastman

Model Driven Game Development - Case Study A MTC for maze game prototyping - 0 views

  •  
    "In this paper we present an ap- proach for serious game development, based on the model-driven game development techniques. Our approach aims at reducing the complexity of game design and implementation by separating the conceptual envi- ronment of the game and its concrete implementation.We rst de ne the abstract models that characterize the structure and behavior of the game. Then, with the software architecture model and the platform-speci c model, we transform the abstract models into concrete implementations. The resulting prototypes are generated completely (100%)."
1 - 20 of 23 Next ›
Showing 20 items per page