Objectives
Your group, using the starter code that I have provided, will implement a console-based game in the style of Hangman.
Criteria
Bonus
You will be awarded a 5% bonus for each of the following:
- Create an editor program that will let you append or change the values of the word list, and then overwrite the data.csv file.
- Allow the player to guess not only a single letter, but the whole word.
- 2-player versus mode that alternates between the active players. Prompt the players for their names and refer to them by name. This mode ought to prompt the inactive player for a word and associated hint, and then clear the screen (or at least send it far into console scrollback via repeated newline characters), then print the game board. The win condition should be a best-of-(3/5/7) series.