PacMan

This project includes a Pacman game to which a Tree AI technique (FSM) has been added. The purpose of the project is to move the Ms.Pac-Man through the code and each movement (right, left, up and down) of it is based on the technique (a finite state machine) that was added, in order to achieve the maximum score. This FSM was created in the file MyPacMan.java. The technique was added to the (java) code that was running (with Eclipse).

Go to the code