Pacman

I made my own Pacman. Pathfinding is done with A*.

http://img203.imageshack.us/img203/585/wtey.png

Here you can get the jar-file:
http://chmu.bplaced.net/?p=1478

Have fun! ;D

Pathfinding? What pathfinding? Good job!

An enemy has to know which way to move to get to Pac. To find these ways I use A*.

http://home.comcast.net/~jpittman2/pacman/pacmandossier.html#CH4_Blinky

Each ghost moves differently. Inky uses current tile, Pinky goes for a tile 4 away from the pac, etc.

Finally another Pacman clone!^^
But good work!
Maybe the figures must not move field by field, but thats your decision.

Position interpoliation would greatly improve the feel of this. :slight_smile:

This was very interesting read.

Yeah, the ai is a lot more complex than it seems.