Clarification on the Milestone #3 for Programming Project #1 Milestone #3 is the final submission for the hangman project. We expect you to make use of all the appropriate design patterns that we showed you in class and in the lab, in particular the state pattern for WordChar. We will be looking for code that has minimal control structure. If you did not implement WordChar using the state pattern, you should plan to do so in this final milestone. We suggest that you try to put together what you have succesfully coded in milestones 1 and 2 first. After you have a working hangman program, then you can try to replace the low level implementation of WordChar with the state pattern. Feel free to ask for help. We will not do everything for you but we will give you plenty of guidance.