Distribution of Artificial Intelligence in Digital Games

Distribution of Artificial Intelligence in Digital Games

Shaun Downey, Darryl Charles
Copyright: © 2015 |Pages: 14
DOI: 10.4018/IJIIT.2015070101
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

This paper reports on the creation of an application capable of producing intelligent character behavior based on distribution of Artificial Intelligence. To develop, test and experiment on applied Artificial Intelligence, computer games are quickly becoming the ideal simulation test bed for the implementation of computer generated AI. The application of Artificial Intelligence algorithms create immersive game-play where human players can interact with non-player characters and interactions with the environment helps shape the way in which games are played. A-Star pathfinding utilizes a heuristic function implementing cost of moving through a virtual world, this actively affects how an agent responds to a situation and can alter its decision making. This paper describes the implementation of the A-Star algorithm combined with gameplay mechanics used to simulate multi-agent communication within a randomly generated game-world.
Article Preview
Top

1. Introduction

Advancements in the area of computer science and the increasing need for improved computer generated intelligence, computer games are changing and quickly becoming a world perfect for implementing and simulating Artificial Intelligence (AI). The combination of Computational Intelligence (CI), Artificial Intelligence and Machine Learning (ML) are being adapted into the world of computer games allowing the creation of smart agents capable of communication and learning over a period of time; this allows adaption to a large range of situations creating immersive gameplay in a large variety of environments. Computer game AI first begin with the idea of supporting interactions between player and game expanding to the creation of intelligent in game characters capable of interacting not only with the player, but also with each other. The exchange of information based on individual interactions and experiences with a game world shapes the way in which a game can be played; the creation of smart AI revolutionized how human players interacted with non-player characters and inspired the creation of games such as Naughty Dogs ‘The Last of Us’ were immersive story telling based on computer controlled AI gripped players. In this paper the connections between artificial intelligence and game creation are discussed, were the main goal is to design and implement a multi-agent system capable of taking in game intelligence and distributing it between two non-player characters (NPC’s). Procedural content generation (PCG) is a term used to describe the algorithmic generation of game content; it removes the manual set of rules included within the computer games code and allows quick level design. This technique has been utilized during design stages to greatly decrease the workload of artists, level designers and game creators (Van der Linden, Lopes, & Bidarra, 2014), who used PCG for the quick generation of game worlds via pre-programmed parameters. In using PCG to create random worlds, test beds for the application of computer generated AI can be achieved and used to not only improve computer game AI, but improve the area of Artificial Intelligence as a whole. Exploration is a vital component of computer game AI, implementation of pathfinding is widely regarded as one of the most used examples of artificial intelligence in games today; the control of an NPC via pathfinding creates movement and allows exploration through a virtual world of game assets and obstacles. Navigation is regarded as a sub-field of AI with the main goal of specifying a start point, an end point and calculating an optimal path between the two. Implementing pathfinding opens up a range of possibilities, NPC’s can explore and created environments can influence the decision making process of players as well as in game characters. Exploring these possibilities requires the creation of an application that supports interactions between virtual characters, Unity 3D is a cross platform game engine with an integrated development environment used for the creation of mobile, pc and console based games and can be adapted to create a simulation environment capable of testing the distribution of artificial intelligence.

The increased motivation of game designers to improve the complexity of game environments has led to the implementation of techniques such as multi-agent systems (MAS). MAS converge information between a number of NPC’s within the boundaries of the game creating a information network between agents where in game experiences can be shared; it’s this realistic nature that makes the current generation of games exciting and dynamic to play allowing the gaming industry as a whole to implement film like techniques combined with educational scopes such as machine learning and artificial intelligence.

Complete Article List

Search this Journal:
Reset
Volume 20: 1 Issue (2024)
Volume 19: 1 Issue (2023)
Volume 18: 4 Issues (2022): 3 Released, 1 Forthcoming
Volume 17: 4 Issues (2021)
Volume 16: 4 Issues (2020)
Volume 15: 4 Issues (2019)
Volume 14: 4 Issues (2018)
Volume 13: 4 Issues (2017)
Volume 12: 4 Issues (2016)
Volume 11: 4 Issues (2015)
Volume 10: 4 Issues (2014)
Volume 9: 4 Issues (2013)
Volume 8: 4 Issues (2012)
Volume 7: 4 Issues (2011)
Volume 6: 4 Issues (2010)
Volume 5: 4 Issues (2009)
Volume 4: 4 Issues (2008)
Volume 3: 4 Issues (2007)
Volume 2: 4 Issues (2006)
Volume 1: 4 Issues (2005)
View Complete Journal Contents Listing