Added remaining ghosts incl. movment-strategies
This commit is contained in:
@ -5,5 +5,5 @@ import se.urmo.game.map.GameMap;
|
||||
import java.awt.Point;
|
||||
|
||||
public interface GhostStrategy {
|
||||
Point chooseTarget(PacMan pacman, GameMap map);
|
||||
Point chooseTarget(Ghost ghost, PacMan pacman, GameMap map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user