Skip to content

Instantly share code, notes, and snippets.

View mattbarackman's full-sized avatar

Matt Barackman mattbarackman

View GitHub Profile
@mattbarackman
mattbarackman / CollectNewspaperKarel.java
Created September 12, 2012 02:50
Solution to CS106A Assignment 1.1 - CollectNewspaperKarel
/*
* File: CollectNewspaperKarel.java
* --------------------------------
* The CollectNewspaperKarel subclass will walk to the door of its
* house, pick up the newspaper (represented by a beeper, of course),
* and then return to its initial position in the upper left
* corner of the house. Note, this program is not a general solution.
*
* Matt Barackman
* 9.3.2012