Class Summary |
KarelProgram |
A framework in which to initialize a robot task. |
MazeWorld |
|
Philosopher |
A class of philosopher robots designed to simulate the classic
Dining Philosophers simulation (with 4 philosophers). |
PhilosopherWorld |
A simple world in which four philosophers will think and eat together. |
StairClimber |
The task of a stair climber is to climb three steps and pick up a beeper from the top
step. |
StairWorld |
A simple world in which a stair climber will pick a beeper from the top (of three)
steps. |
TestWorld |
An empty world for testing. |
WallFollower |
A robot that follows a wall using the right-hand rule and thus escapes from a maze that
has no traps (a connected maze). |