Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 770 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 770 Bytes

cljpacman

Pacman implemented in Clojure usign Seesaw

Installation

  1. Clone repo

Usage

  1. Run "lein run"

Options

More levels can be added by adding new files in the levels directory The file format description is:

  1. Field size (width height)
  2. Initial start position for the player (x y)
  3. Initial start positions for the enemies, all in one line (x1 y1 x2 y2 ...)
  4. Positions of the coins, again all in one line (x1 y1 x2 y2 ...)
  5. One or more lines descriping the walkable paths in the level in the format start-x start-y end-x end-y

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2013 Nikolay Dimitrov

Distributed under the Eclipse Public License, the same as Clojure.