Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 295 Bytes

Autonomous PacMan

A game of PacMan that plays itself - ghosts vs paccy!

All game entities use A* Search for pathfinding (for the ghosts to get to Pac and for Pac to find his next snack).

(Almost) Entirely written in Kotlin, but using native Java graphics API's.