GridWorld Game

Modify the code within GridWorldCodeEverything to use the Grid interface and related classes along with any other black box classes so that the user can play an interesting board game. You can model a real world game like CandyLand, PacMan, SpaceInvaders, or Minesweeper. You must use interesting and appropriate graphics. You must use a runner/client program as well as one or more of your own classes that represent the players and other elements of the game.

See these examples from other teachers and sources:

Your program must follow our class Coding Standards EVEN THOUGH CODE THAT YOUR COPIED FROM A WEBSITE DEMO OR THE COLLEGE BOARD MATERIALS MAY NOT FOLLOW THEM.

Preconditions:

    • none

You must hand in the following on separate pages stapled in this specified order:

    1. The source code for your client/runner class.
    2. The code for you other classes.
    3. Call the instructor to your computer in order to have him do a runtime grade for this project.