Skip to content

morosanmihail/PacMan-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacMan-CSharp

C# MsPacMan Simulator and AI agents based on code from https://github.com/LoveDuckie/PacmanAI-MCTS

PacmanGameLogic

Contains all the game logic for playing Ms PacMan.

PacmanAI

Contains some sample AI agents, including MCTS, Rules-Based, Neural Networks and Random.

ConsoleSim

Allows the simulation of multiple games of Ms PacMan without a UI.

Simulator

Allows the simulation of multiple games of Ms PacMan with real-time spectating.

PacmanServer

Used in conjunction with RabbitMQ. Allows the distribution of multiple Ms PacMan games over multiple machines.

About

C# MsPacMan Simulator and AI agents based on code from https://github.com/LoveDuckie/PacmanAI-MCTS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages