Karel by Kevla

Karel by Kevla

K

Position: undefined, undefined

Direction:

Beepers:

karel can...

  • move();
  • turnLeft();
  • pickBeeper();
  • putBeeper();
  • frontIsClear()
  • leftIsClear()
  • rightIsClear()
  • beepersPresent()
  • facingNorth()
  • facingSouth()
  • facingEast()
  • facingWest()
  • frontIsBlocked()
  • leftIsBlocked()
  • rightIsBlocked()
  • noBeepersPresent()
  • notFacingNorth()
  • notFacingSouth()
  • notFacingEast()
  • notFacingWest()
  • var func = function () { statements };
  • if ( condition ) { statements } else { statements }
  • while ( condition ) { statements }