Skip to main content

Home/ Becker Video Game Design/ Group items matching ""strategy games"" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Garrett Eastman

Target Selection for AI Companions in FPS Games - 0 views

  •  
    Abstract: "Non-player Characters (NPCs) that accompany the player en- able a single player to participate in team-based experiences, improving immersion and allowing for more complex game- play. In this context, an Artificial Intelligence (AI) teammate should make good combat decisions, supporting the player and optimizing combat resolution. Here we investigate the target selection problem, which consists of picking the op- timal enemy as a target in a modern war game. We look at how the companion's different strategies can influence the outcome of combat, and by analyzing a variety of non-trivial First Person Shooter (FPS) scenarios show that a mathemat- ically simple approach significantly improves over common strategies typically found in games, and can achieve results similar to much more expensive look-up tree approaches. This work has applications in practical game design, show- ing that simple, computationally efficient target selection can make an excellent target selection heuristic"
Garrett Eastman

ACHIEVING REAL-TIME SOFT SHADOWS USING LAYERED VARIANCE SHADOW MAPS (LVSM) IN A REAL-TIME STRATEGY (RTS) GAME - 0 views

  •  
    "Abstract. While building a game engine in Microsoft XNA 4 that pow- ered a RTS (real-time strategy) tower defense type game, we were faced with the issue of increasing the amount of visual feedback received by the player and adding value to the gameplay by creating a more immersive atmosphere. This is a common goal shared by all games, and with the recent advancements in graphics hardware (namely OpenGL, DirectX and the advent of programmable shaders) it has become a necessity. In this pa- per we will build upon the shadowing techniques known as VSM (variance shadow map) and LVSM (layered variance shadow map) and discuss some of the issues and optimizations we employed in order to add real-time soft shadowing capabilities to our game engine."
Garrett Eastman

Games Win Big in Education Grants Competition - 0 views

  •  
    "Today, the U.S. Department of Education announced the final winners of this year's Small Business Innovation Research (SBIR) contract awards-funds that are reserved for entrepreneurial small businesses using cutting-edge R&D to develop commercially viable technologies to solve tough problems. And there's something that may surprise you about the winning contracts: More than half-or 12 in all-are for games and game-related projects, more than in any previous year. That says a lot about the increasingly creative field of educational games, and the growing base of evidence indicating that games can be an important and effective component of our strategy to prepare a highly skilled 21st century American workforce."
Garrett Eastman

PLOS ONE: Teaching the Blind to Find Their Way by Playing Video Games - 0 views

  •  
    Abstract: "Computer based video games are receiving great interest as a means to learn and acquire new skills. As a novel approach to teaching navigation skills in the blind, we have developed Audio-based Environment Simulator (AbES); a virtual reality environment set within the context of a video game metaphor. Despite the fact that participants were naïve to the overall purpose of the software, we found that early blind users were able to acquire relevant information regarding the spatial layout of a previously unfamiliar building using audio based cues alone. This was confirmed by a series of behavioral performance tests designed to assess the transfer of acquired spatial information to a large-scale, real-world indoor navigation task. Furthermore, learning the spatial layout through a goal directed gaming strategy allowed for the mental manipulation of spatial information as evidenced by enhanced navigation performance when compared to an explicit route learning strategy. We conclude that the immersive and highly interactive nature of the software greatly engages the blind user to actively explore the virtual environment. This in turn generates an accurate sense of a large-scale three-dimensional space and facilitates the learning and transfer of navigation skills to the physical world."
Garrett Eastman

RTSenv: An Experimental Environment for Real-Time Strategy Games on Multi-Clusters - 0 views

  •  
    Introduces RTSenv, "configure and manage the main aspects of RTS games, such as maps, computer-controlled units, and game scenarios"
Garrett Eastman

Adaptive Game Level Creation through Rank-based Interactive Evolution - 1 views

  •  
    Abstract: "This paper introduces Rank-based Interactive Evo- lution (RIE) which is an alternative to interactive evolution driven by computational models of user preferences to generate personalized content. In RIE, the computational models are adapted to the preferences of users which, in turn, are used as fitness functions for the optimization of the generated content. The preference models are built via ranking-based preference learning, while the content is generated via evolutionary search. The proposed method is evaluated on the creation of strategy game maps, and its performance is tested using artificial agents. Results suggest that RIE is both faster and more robust than standard interactive evolution and outperforms other state-of- the-art interactive evolution approaches"
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

Design and Implementation of Mobile Educational Games: Networks for Innovation - 0 views

  •  
    P. 158 in a long document. Abstract: " 157 Chapter 8Design and Implementation of Mobile Educational Games: Networks for Innovation Rob Harrap 1 , Sylvie Daniel 2 , Michael Power 3 , Joshua Pearce 4 , Nicholas Hedley 5 1 Queen's University, Department of Geological Sciences and Geological Engineeringharrap@geol.queensu.ca 2 Université Laval, Department of Geomaticssylvie.daniel@scg.ulaval.ca 3 Université Laval, Faculty of Educationmichael.power@fse.ulaval.ca 4 Michigan Technological University, Department of Materials Science & Engineering and theDepartment of Electrical & Computer Engineering, USApearce@mtu.edu 5 Simon Fraser University, Department of Geographyhedley@sfu.ca Abstract :" Research networks foster creativity and break down institutional bar-riers, but introduce geographic barriers to communication and collaboration. Indesigning mobile educational games, our distributed team took advantage of di-verse talent pools and differing perspectives to drive forward a core vision of our design targets. Our strategies included intense design workshops, use of online meeting rooms, group paper and software prototyping, and disseminationof prototypes to other teams for refinement and repurposing. Our group showedstrong activity at the university-centered nodes with periods of highly effectivedissemination between these nodes and to outside groups; we used workshopinvitations to gather new ideas and perspectives, to refine the core vision, toforge inter-project links, and to stay current on what was happening in othernetworks. Important aspects of our final deliverables came from loosely-associated network members who engaged via collaborative design exercises inworkshops, emphasizing the need to bring the network together and the im-portance of outside influences as ideas evolve. Our final deliverable, a mobileeducational game and a series of parallel technology demonstrations, reflect themix of influences and the focus on iterated development that our net
Garrett Eastman

Reusable Components for Artificial Intelligence in Computer Games - 0 views

  •  
    "Abstract-While component reuse is a common concept in software engineering, it does not yet have a strong foothold in Computer Game development, in particular the development of computer-controlled game characters. In this work, we take a modular Statechart-based game AI modelling approach and develop a reuse strategy to enable fast development of new AIs. This is aided through the creation of a standardized interface for Statechart modules in a layered architecture. Reuse is enabled at a high-level through functional groups that encapsulate behaviour. These concepts are solidified with the development of the SkyAI tool. SkyAI enables a developer to build and work with a library of modular components to develop new AIs by composing modules, and then output the resulting product to an existing game. Efficacy is demonstrated by reusing AI components from a tank to quickly make a much different AI for a simple animal."
Garrett Eastman

Developing Digital Game Based on the Conception of Insects (DGBI) to Test Elementary Student's Insect Conceptions - 0 views

  •  
    Abstract: "In this study, we device a digital game, which possessed scientific and fun, base on the conception of insects (DGBI), then can use it to test elementary school student's conception about insect. The DGBI materials creating pattern use as the ADDIE model. First step is to analyze the DGBI materials. We analyze student's alternative conceptions of insect and what the teaching staff needs to teach in the section of insect, and then we develop three teaching units, namely the ―Bugs Adventure‖, ―Legs and Wings "and" Mouthparts and feeding habits‖. Second, design the DGBI. Making DGBI has a clear teaching aim, multi-learning strategy like conception puzzle, computer simulation and conception mapping etc, an artistic and convenient operating media interface and a learning content that is easy to understand by the words and video in the DGBI materials. Third, develop the DGBI. Developing DGBI includes making animation component and composing animation component, these animation components makes 94.4% of students prefer to use DGBI materials to learn the conceptions of insect, especially the constructional detail magnify function and interactive game design in the teaching materials increase the student's learning interest. Forth, implement DGBI. We invite Two national college professors and four senior science teachers to use DGBI, and then we interview them to collect the testing amendments, and corrected it.Fifth, evaluate DGBI. We use quasi-experiment design and questionnaire survey to evaluate DGBI. In the quasi-experiment design, we select 111 students for four classes in an elementary school in New Taipei City and ask them to use DGBI, and then we tested them by the ―Insects Conceptions test‖. We found that after using the DGBI materials, the student's post-test scores (13.64) is higher than the pre-test scores (7.55), and there are significant differences (t = 16.47,p = .00)and helps the student to establish the correct concept of insect
Garrett Eastman

Instructional Strategies for Autistic Adults Learning Video Game Design - 0 views

  •  
    From the abstract: "This poster describes instructional strategies that match the information processing needs of adults with ASD. The poster is based on findings from a qualitative pilot study designed to identify best practices for teaching adults with ASD video game design. Data from semi-structured interviews with adult learners revealed direct, interactive, and experiential learning as instructional preferences along with the elimination of stressors (competition with others, limited time, and test taking)."
Garrett Eastman

Raising the Golden Goose: a Retrospective Analysis of the State's Role in China's Online Game Industry - 0 views

  •  
    Abstract: Through a retrospective account of the evolution of China's online game industry, this paper examines the political, economic and cultural factors, with an emphasis on formal policy making, that have shaped the industry. Drawing on the theory of fragmented authoritarianism, this study finds that 10 Chinese online games are deeply shaped by the political environment of the autocratic Chinese system, which features inter-ministerial competition and intertwined state control and commercial interests. The current Chinese online market is combined with a strong private sector presence and a considerable government role. The Chinese government seems to have achieved its policy goal of helping Chinese companies to dominate the domestic market. However, the extensive and ambiguous government 15 policy and regulations, have, to some extent, restrains innovation. To that end, whether China can accomplish its three-stepped importation-substitution-creation strategy in this highly creative industry remains to be seen and warrants future investigation."
Garrett Eastman

Canada's north becomes a battlefield in Arctic video game - 0 views

  •  
    A battlefield game anticipates strategic importance of Arctic region's resources
Garrett Eastman

An Optimized Player Taxonomy Model for Mobile MMORPGs with Millions of Users - 0 views

  •  
    Massively multiplayer online role-playing games (MMORPGs) have great potential as sites for research within the social and human-computer interaction. In the MMORPGs, a stability player taxonomy model is very important for game design. It helps to balance different types of players and improve business strategy of the game.
Garrett Eastman

Slow Play Strategies: Digital Games Walkthroughs and the Perpetual Upgrade Economy - 0 views

  •  
    "disruptive and resistant practices that exploit, explore, dissect, and above all, linger on the "old games" that videogame advertisers and marketers would perhaps rather see resigned to the bargain bucket or the back of the cupboard."
Garrett Eastman

Developing Business Models in the Video Game Industry: An evaluation to strategic choices made by small and medium-sized development studios - 1 views

  •  
    Abstract: "Digitalization has given rise to new opportunities for small and medium-sized video game development studios. No longer bound by physical products and creative restrains, the de-veloper has been empowered with independency. This qualitative study is aimed to under-stand how a development studio develops their business model and how underlying strate-gy is formulated. Additionally we evaluate the degree of innovativeness of the business model in terms of radical and incremental innovation according to Damanpour (1991). To achieve this we present a comprehensive literature review as to gain a more theoretical un-derstanding of industry mechanics and to be able to comprehend reasoning behind existing business models. We structure the dynamics of the business model by analyzing nine busi-ness model aspects as suggested by Osterwalder, Pigneur and Clark (2010). Following our theoretical framework we gain practical input from four separate case studies. An interpret-ative research method is used to gain better understanding of reasoning and choices made. We interpret our findings following a narrative approach which shows that the digitaliza-tion has preluded a paradigm shift in the sense that development studios have started to adopt activities otherwise performed by key partners. As barriers dissipate small and me-dium-sized development studios try to make sense of the current industry, but struggle in doing so. Having to reinvent themselves we conclude that a focus towards creating thicker customer relationships is considered and the idea of seeing games as a service is acknowl-edged to depict the future of the industry. The conclusions of this study contribute to both academic science and industry practice."
Garrett Eastman

The Virtual Hand: Exploring the Societal Impact of Video Game Industry Business Models - 0 views

  •  
    Application of political economics to the study of video game industry business models
‹ Previous 21 - 40 of 42 Next ›
Showing 20 items per page