Package game
Class PacManReplayer
java.lang.Object
game.PacManReplayer
public class PacManReplayer
extends java.lang.Object
One replayer can run one instance of PacMan-vs-Ghosts replay.
Can be used for both head/less games.
TODO: for some strange reasons, this is not working correctly ... problems usually starts when PacMan eats power-pill...
It seems that replays are not correctly replayed ...
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PacManReplayer.ReplayerConfig
-
Constructor Summary
Constructors Constructor Description PacManReplayer()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
void
run(PacManReplayer.ReplayerConfig config)
-
Constructor Details
-
PacManReplayer
public PacManReplayer()
-
-
Method Details