A C F G H L M O P R S T U W
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
H
- Hangman - 程序包 Hangman
- Hangman - Hangman中的类
-
This class is the main class that implements the traditional and evil version of hangmangame
- Hangman(ArrayList<String>, int) - 类 的构造器Hangman.Hangman
-
Create a constructor of Hangman Game
- HangmanFileReader - Hangman中的类
-
This class mainly handle the I/O and catches exceptions as it may throws out sometimes
- HangmanFileReader(String) - 类 的构造器Hangman.HangmanFileReader
- HangmanGame - Hangman中的类
-
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.
- HangmanGame(ArrayList<String>) - 类 的构造器Hangman.HangmanGame
- HangmanParsing - Hangman中的类
-
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.
- HangmanParsing(ArrayList<String>) - 类 的构造器Hangman.HangmanParsing
- HangmanTest - Hangman中的类
-
Testing all methods in Hangman Class.
- HangmanTest() - 类 的构造器Hangman.HangmanTest
所有类 所有程序包