Class HideAndSeekGameEngine


  • public class HideAndSeekGameEngine
    extends GameEngine
    In this modification, the hider may reset the treasure location in each move, after the Searcher did his SearchPath.
    • Constructor Detail

      • HideAndSeekGameEngine

        public HideAndSeekGameEngine​(Searcher searcher,
                                     Hider hider)
      • HideAndSeekGameEngine

        public HideAndSeekGameEngine​(Searcher searcher,
                                     Hider hider,
                                     org.locationtech.jts.geom.Point point)