The questions are given in pdf format.
Before emailing the course staff with assignment questions, please refer to the assignment FAQ.
Download a5.zip before beginning to code your solutions. It includes "beginner" files for each question which handles some of the input for you, and contains valuable comments to help you write your code.
It also contains driver code to help you test your solution.
You cannot modify the provided method signatures. You cannot add new public methods either.
Be sure your program's output matches what is expected. Some of your correctness marks will be based on conforming exactly to how the output should appear.
Marks will be awarded on this (as with all previous assignments) for appropriate documentation and program style. The markers will, in particular, be looking at the following:
public and private appropriately.
You will need to submit your assignment electronically. You should submit often before the deadline, as you can submit as many times as you wish. You can find the submit page here. Email submissions will not be accepted should you run into problems.
Required Files:
Game.javaJournal.java Library.java