| Class | RobotWorldBase |
| In: |
karel/robot_world_base.rb
|
| Parent: | Object |
The the basic features of a world in which the robots move and interact. Other worlds extend this one, such as RobotWorld (in robot_world.rb) and RobotWorld (in tk_robot_world.rb)
| MOVE_ACTION | = | 0 |
| TURN_LEFT_ACTION | = | 1 |
| PICK_BEEPER_ACTION | = | 2 |
| PUT_BEEPER_ACTION | = | 3 |
| TURN_OFF_ACTION | = | 4 |
| CREATE_ACTION | = | 5 |
| NO_ACTION | = | -1 |
| Beepers | [R] | |
| EastWestWalls | [R] | |
| NorthSouthWalls | [R] |