程序包 Hangman
-
类概要 类 说明 Hangman This class is the main class that implements the traditional and evil version of hangmangameHangmanFileReader This class mainly handle the I/O and catches exceptions as it may throws out sometimesHangmanGame This is the HangmanGame "Controller" class that launches the game and takes user input, and by reading the user input of continuing the game or not, this class also allows users to run multiple rounds of word guessing in a single run.HangmanParsing This class mainly takes in the arraylist of strings that have already deleted leading or trailing whitespaces and returns the "pure" ArrayList of words for users to guess.HangmanTest Testing all methods in Hangman Class.