CS120
Programming Assignment #6
Due Sunday March 18th.
For this assignment you will be modifying the Generic Board Game
program from Chapter 6 of the text.
- Customize the Game. Pick a theme for your version of the
board game (racing game, zombie apocalypse game, etc.). Modify the "game.txt"
file with appropriate actions and messages for your new game.
- Add an introduction. Add an introductiton to the game that explains the
game and the rules for how to play.
- Extend the game. Make the board a little longer and add some more squares
that effect play.
- Improve the output. Modify the output in main() and in
the print_board() function to make it easier to read the game board. For
example, you could add vertical lines |'s between each square.
Turn in: A copy of the program and sample output showing it runs.
Make sure that all of your new special squares are tested in the output.