A text based Hangman game written in Ruby. The AI guesses words from a dictionary file.
- Clone Git repository or download as ZIP.
- Navigate to
hangman
directory in terminal. - Run game by entering:
ruby hangman.rb
- The game will prompt you to enter the number of human players. The game can be played in 3 modes:
- Human vs Human (0)
- Human vs Computer (1)
- Computer vs Computer (2)