Below are the files to start from for your classes and the methods you need to write.
Note: Your story object from Phase 1 will be stored as an instance variable in the MadStory class.
To test playing a MadLib, write this in your test main():
madStory.readFromFile(filename);
madStory.print();
madStory.setupGame(keyboard, dictionary);
madStory.play(keyboard);
madStory.print();