Interface HideAndSeekHider<T extends Hint>
-
- All Superinterfaces:
Hider<T>
- All Known Implementing Classes:
HalfPlaneAdapter_MobileTreasure
,MobileTreasureHider
,UserControlledAngleHintHider
public interface HideAndSeekHider<T extends Hint> extends Hider<T>
This kind ofHider
could change the position of the treasure after each move. Like in hide and seek.
-
-
Method Summary
-
Methods inherited from interface com.treasure.hunt.strategy.hider.Hider
getTreasureLocation, init, move
-
-