C# MsPacMan Simulator and AI agents based on code from https://github.com/LoveDuckie/PacmanAI-MCTS
Contains all the game logic for playing Ms PacMan.
Contains some sample AI agents, including MCTS, Rules-Based, Neural Networks and Random.
Allows the simulation of multiple games of Ms PacMan without a UI.
Allows the simulation of multiple games of Ms PacMan with real-time spectating.
Used in conjunction with RabbitMQ. Allows the distribution of multiple Ms PacMan games over multiple machines.