Karel 3
Short list of updates and exercises for Chapter 3.
Adding new abilities to robots
Practice
-
2017-10-19: In class exercise 2 (PinSetter). Homework: exercise 4 (HarvestDiamond).
-
2017-10-20: Chapter 3 exercise 6: DigitalClock.
- To set the size of a world:
World.setSize(10,21);
World.setVisible(true);
-
Grab the lower right corner of the display window and drag it UP and LEFT to fit everything on the screen.
-
I have updated the AP CS master repository with several extra commands:
./one-time
to set a few defaults./update
to get my new changes./save
to do the three saving commands all in one