This game was built during the online Java Training batch for What After College to demonstrate basic usage of functions, loops, Sets and Classes in Java.
To run the game on your machine simply clone it from this repository to your machine using
git clone https://github.com/anishLearnsToCode/hangman-cli-java.git Enter the directory and run the game using
cd hangman-cli-java
javac DriverProgram.java
java DriverProgramEnjoy!