Assignment 1 - CS Frogger
Welcome to CS Frogger! CS Frogger is an adaptation of the 1981 arcade action game, which you can play here. In this assignment you will be implementing 1511's simplified version of this game and trying to get your Frogger to the other side of the river! Please read most of the spec before starting the assignment (although you can save reading stages 2, 3 and 4 for later).
NOTE:
The starter code has now been updated to rectify this. You will not lose marks for this issue in marking - if you wish to fix it, you can grab the updated starter code, or apply a similar fix in your own program!
NOTE:
The assignment has been officially released - but may still have some small typos, or other issues!
If you find any part of the assignment unclear, or has an incorrect specification, please let us know on the course forum!
The spec should be treated as the source of truth, with the reference as fallback. If the reference seems incorrect - the spec should take priority, and the reference will be updated to match the spec.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of