CS120
Programming Assignment #7

Due Sunday March 25th.

For this assignment you will be modifying the Generic Board Game program. You can use the version from the previous assignment or start over from scratch. Make the following changes to the program:

Make sure that the game's introduction, instructions, and comments accurately explain the new version. Make sure that each players' "score" is printed every turn. Include comments at the beginning of the code explaining your changes.

Turn in: A copy of the program, a copy of a correct game file to go with it, and sample output showing the program runs. Make sure that all of your new special squares are tested in the output.