Ghost movement working - first rev
This commit is contained in:
7
src/main/java/se/urmo/game/entities/GhostStrategy.java
Normal file
7
src/main/java/se/urmo/game/entities/GhostStrategy.java
Normal file
@ -0,0 +1,7 @@
|
||||
package se.urmo.game.entities;
|
||||
|
||||
import java.awt.Point;
|
||||
|
||||
public interface GhostStrategy {
|
||||
Point chooseTarget(PacMan pacman, Ghost self, Ghost blinky);
|
||||
}
|
||||
Reference in New Issue
Block a user