Karel Hacked

On GitHub, I have placed a KarelHRobot.jar that has a hacked UrRobot that has the following capabilities:

  • street(): The current street the robot is on (row = y)
  • avenue(): The current avenue the robot is on (column = x)
  • direction(): The direction the robot is facing.
  • beepers(): The number of beepers the robot has in its beeper bag.

I know some people have already enhanced UrRobot with similar capabilities. These hacks are to let the rest of you finish your project without learning every trick of Karel programming.

Last modified August 18, 2023: 2022-2023 End State (7352e87)