347,712 research outputs found

    Game Engine Conventions and Games that Challenge them: Subverting Conventions as Metacommentary

    Get PDF
    Consumer-grade game engines such as Multimedia Fusion and RPG Maker have dramatically extended the reach of digital games as a medium. They have also spawned online communities, where conventions and canons of using these tools have evolved. These partly stem from the functional constraints of the game engines themselves and are institutionalized through manuals, examples, tutorials, and games made with them. However, some members of game engine communities actively seek to challenge these conventions by experimenting with the engines and finding ingenious ways to put them to unexpected uses. Such experiments can be regarded as a form of metacommentary on the engines’ capabilities and limitations. While arguably impractical and inefficient, they enrich the scope of what can be done with the engine and can contribute to its further development

    Perancangan PC Game First Person Shooter Menggunakan Unreal Development Kit

    Get PDF
    The development of hardware increasing rapidly has made game developers take advantage of a variety of new resources that can improve their games. Epic games is a mature game developer who managed to make thousands game and delivered to the hands of gamers . A game engine called Unreal Engine is a big secret behind the success of Epic Games . The game engine is free if you just want to learn or just want to create a personal project and the game is not to be in comercial purposes . It is unfortunate that many students don't even know of the existence of unreal engine , most of them make use of simpler game engine like game maker , rpg maker , fps creator , and so on. Though unreal engine is superior in any aspect other than the game engine , be it graphics , tools , mechanisms of development , flexible in export-import assets , etc . Based on this information , the author had the idea to make a first person shooter game using the unreal engine as the engine game. Before doing the develpment process, the next step is studying the literature of unreal engine and other supporting software such as 3d studio max to create 3D assets , adobe flash to create the menus , adobe photoshop to create a 2D texture and speedtree assets to create the foliage elements . The next thing is to go into the design phase of scenarios , maps, missions , characters and items that will be placed in the game. The next stage is the development and testing phase to test the game that has finished .The results of the design of this game is the realization of a first person shooter game application using unreal engine with features that can support the player 's interest in playing the game . It's also introducing unreal engine to students who are interested in designing games

    Car Racing Game

    Get PDF
    This project is a racing and car collecting video game, which can be played by one or more players. A player can buy cars, upgrade owned cars, tune owned cars, and use owned cars to race for money to buy, upgrade, and tune cars. The game runs on a personal computer in a Windows environment and can be played with keyboard, mouse, or a joystick. It can also be ported to other platforms such as Android or iOS. It was developed using Unity3D 5.4 Game Engine and features 3D graphic and physic simulation

    Dynamic real-time hierarchical heuristic search for pathfinding.

    Get PDF
    Movement of Units in Real-Time Strategy (RTS) Games is a non-trivial and challenging task mainly due to three factors which are constraints on CPU and memory usage, dynamicity of the game world, and concurrency. In this paper, we are focusing on finding a novel solution for solving the pathfinding problem in RTS Games for the units which are controlled by the computer. The novel solution combines two AI Planning approaches: Hierarchical Task Network (HTN) and Real-Time Heuristic Search (RHS). In the proposed solution, HTNs are used as a dynamic abstraction of the game map while RHS works as planning engine with interleaving of plan making and action executions. The article provides algorithmic details of the model while the empirical details of the model are obtained by using a real-time strategy game engine called ORTS (Open Real-time Strategy). The implementation of the model and its evaluation methods are in progress however the results of the automatic HTN creation are obtained for a small scale game map

    Measuring Visual Consistency in 3D Rendering Systems

    Get PDF
    One of the major challenges facing a present day game development company is the removal of bugs from such complex virtual environments. This work presents an approach for measuring the correctness of synthetic scenes generated by a rendering system of a 3D application, such as a computer game. Our approach builds a database of labelled point clouds representing the spatiotemporal colour distribution for the objects present in a sequence of bug-free frames. This is done by converting the position that the pixels take over time into the 3D equivalent points with associated colours. Once the space of labelled points is built, each new image produced from the same game by any rendering system can be analysed by measuring its visual inconsistency in terms of distance from the database. Objects within the scene can be relocated (manually or by the application engine); yet the algorithm is able to perform the image analysis in terms of the 3D structure and colour distribution of samples on the surface of the object. We applied our framework to the publicly available game RacingGame developed for Microsoft(R) Xna(R). Preliminary results show how this approach can be used to detect a variety of visual artifacts generated by the rendering system in a professional quality game engine

    Bridging the gap: building better tools for game development

    Get PDF
    The following thesis is about questioning how we design game making tools, and how developers may build easier tools to use. It is about the highlighting the inadequacies of current game making programs as well as introducing Goal-Oriented Design as a possible solution. It is also about the processes of digital product development, and reflecting on the necessity for both design and development methods to work cohesively for meaningful results. Interaction Design is in essence the abstracting of key relations that matter to the contextual environment. The result of attempting to tie the Interaction Design principles, Game Design issues together with Software Development practices has led to the production of the User-Centred game engine, PlayBoard

    Blood bowl: A new board game challenge and competition for AI

    Get PDF
    We propose the popular board game Blood Bowl as a new challenge for Artificial Intelligence (AI). Blood Bowl is a fully-observable, stochastic, turn-based, modern-style board game with a grid-based playing board. At first sight, the game ought to be approachable by numerous game-playing algorithms. However, as all pieces on the board belonging to a player can be moved several times each turn, the turn-wise branching factor becomes overwhelming fortraditional algorithms. Additionally, scoring points in the game is rare and difficult, which makes it hard to design heuristics for search algorithms or apply reinforcement learning. We present our work in progress on a game engine that implements the core rules of Blood Bowl with a forward model and a reinforcement learning interface. We plan to release the engine as open source and use it to facilitate future AI competitions
    corecore