Available downloads include:
This is the most important download. It's a file namedbecker.jarthat contains.classfiles necessary to run the robot programs contained in the textbook. It also includes various utilities, and extras for a number of assignments. The library requires JDK 1.5 or higher to run.
An older version of the library, compatible with JDK 1.3 and higher, is here. Three of the significant differences are:Documentation for the older library is here.
- The order of arguments to robot constructors in the new library is (str, ave) rather than (ave, str).
- Directions in the new library are specified with an enumeration.
- The new library no longer uses
CityFrame.
This download is documentation for the provided library. Downloading it is optional. The same information is available here and from the Robots home page. If you choose to download it, click here. Your browser will ask you to save the file (
beckerDoc.zip) on your hard disk. Unzip it into a folder. Open the fileindex.htmlin your web browser to view the documentation.
This download contains examples from the textbook. Downloading it is optional. If you choose to download it, click here. Your browser will ask you to save the file (
examples.zip) on your hard disk. Unzip it into a folder and explore it.