CPSC 170 Post Lab 11
Final Project Version 2
Due Before Class on Tuesday, April 10th
For this assignment you should continue to develop your
interactive educational program. For this assignment your program
must also:
- Have an end state. If your program is a game this should
entail the ability to win or lose. If your program is a
simulation this should entail meeting some final condition.
- Use a SortedList.java
to store sprites. The sprite class should be modified to
implement comparable and any code that iterates over the sorted
list should be modified to use the binary seach based
iterator.
Submission: Submit your code as a zip file with your
name as the zip file name on the course Inquire site.