Pacman implemented in Clojure usign Seesaw
- Clone repo
- Run "lein run"
More levels can be added by adding new files in the levels directory The file format description is:
- Field size (width height)
- Initial start position for the player (x y)
- Initial start positions for the enemies, all in one line (x1 y1 x2 y2 ...)
- Positions of the coins, again all in one line (x1 y1 x2 y2 ...)
- One or more lines descriping the walkable paths in the level in the format start-x start-y end-x end-y
...
...
Copyright © 2013 Nikolay Dimitrov
Distributed under the Eclipse Public License, the same as Clojure.