Welcome to the Hangman Terminal Game!
- Random word selection from 3 predefined lists: easy, medium and difficult.
- ASCII art to display the hangman's progress.
- Keeps track of guessed letters and remaining attempts.
- Simple and intuitive command-line interface.
- ANSI colours to liven up the terminal.
To run the Hangman game, ensure you have Java installed on your system. This game is compatible with Java 8 and above.
- Clone the repository:
git clone https://github.com/Byasar3/Hangman.git
To compile and run the game, open the game in your preferred IDE and run 'Main'.
- The game will randomly select a word from the predefined list, based on your difficulty choice.
- You will see a series of underscores representing the hidden word.
- Guess a letter by typing it and pressing Enter.
- If the letter is in the word, it will be revealed in its correct position(s).
- If the letter is not in the word, you will lose one attempt.
- The game ends when you either guess the word correctly or run out of attempts.