Jared's Pac-Man-like game

I built this game over the past couple of months to give me the experience of building a complete game. It is more or less the typical Pac-Man game, with a few exceptions:

Note that I am presently working to make the opposing player's AI much more intelligent. Right now it is not aware of ghosts or of the other player and doesn't understand that a key is necessary to unlock doors.

Download (ZIP, 680 KB )

Goal:

Rules:

Controls:

Left/Right/Up/Down -- move player 1 (yellow)
a/d/w/s -- move player 2 (purple)
c -- toggle autopilot for player 2
m -- toggle autopilot for player 1
/ -- create wall for player 1
z -- create wall for player 2
1 -- disable ghosts
2 -- enable ghosts

Technical features:

TODO list