Added mode-management and second ghost
This commit is contained in:
@ -3,5 +3,5 @@ package se.urmo.game.entities;
|
||||
import java.awt.Point;
|
||||
|
||||
public interface GhostStrategy {
|
||||
Point chooseTarget(PacMan pacman, Ghost self, Ghost blinky);
|
||||
Point chooseTarget(PacMan pacman);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user