Skip to content

Ant colony controlled ghosts for Ms. Pac-Man competition [2016 IEEE publication]

Notifications You must be signed in to change notification settings

iris-hunkeler/fairGhosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fairGhosts — Ant colony controlled ghosts for Ms. Pac-Man

This repository contains the code on which the publication fairGhosts — Ant colony controlled ghosts for Ms. Pac-Man is based.

The code developed for fairGhosts is found in the package pacman/entries/ghosts/fair.

How to run the game

The game can be tested by running the main method pacman/Executor`.

Different run modes of the game can be used depending on configuration of the main method.

Default setting is:

  • Ghost Controller: fairGhosts
  • Ms. Pac-Man Controller: human interaction
  • tracing of ghost decision is shown (this means that the planned path of each ghost is visually displayed)

Background

Ant Colony Optimization

Ant Colony Optimization [ACO] is a metaheuristic inspired by the behaviour of ants foraging for food. It can be applied to many different optimization problems than can use an incremental approach to build a solution.

Ms. PacMan Competition

The game engine used is from the Ms. Pac-Man vs. Ghost Competition held during the IEEE World Congress on Computational Intelligence (WCCI 2012).

About

Ant colony controlled ghosts for Ms. Pac-Man competition [2016 IEEE publication]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages