Added Scatter-strategy
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
package se.urmo.game.entities;
|
||||
|
||||
import se.urmo.game.map.GameMap;
|
||||
|
||||
import java.awt.Point;
|
||||
|
||||
public interface GhostStrategy {
|
||||
Point chooseTarget(PacMan pacman);
|
||||
Point chooseTarget(PacMan pacman, GameMap map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user