- Auto grader
- Sign up to enroll the public course space, using UC berkeley as your school to make sure the Course Code is vaild.
- Official Website 2018Spring
- Java_Visualizer
- 61B's course notes
- Fun with Princeton Standard Libraries
- Open the whole 61b folder which has hws, labs and projs. We need modular programming to step through our assignments.
- Click the IDEA's Project Structure in the menu, import each homework as a single module. Inside module folder, add all subfolders as resource-code folder.
- This way we can run each job even if other jobs contain unfinished code.
- After clone starter codes from remote skeleton, delete all the skeleton commit locally.
- The repository only contains code files which is NOT in skeleton.
- DON'T add any images or sounds into git, so that autograder will work.