PacMan written in Haskell using Gloss
- Gloss >= 1.13.. (cabal install gloss==1.13.)
- cabal build
- cabal run
Use WASD or UP,DOWN,LEFT,RIGHT arrow keys to move around and ESC key to quit. Just like the original game, your goal is to collect all the pellets. Good luck!
Ghost AI/behavior all based off this article: https://gameinternals.com/understanding-pac-man-ghost-behavior
