Class GhostWalker


  • public class GhostWalker
    extends Walker
    Exemple d'un marcheur fantôme.
    • Field Summary

    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void nextStep()
      Fait bouger le marcheur vers sa prochaine étape.
      • Methods inherited from class org.hololink.labyrinth.solve.Walker

        walk
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • nextStep

        public void nextStep()
        Description copied from class: Walker
        Fait bouger le marcheur vers sa prochaine étape.
        Specified by:
        nextStep in class Walker
      • main

        public static void main​(java.lang.String[] args)