A Hangman Game. The payer guess letters to uncover a hidden word. The game provides feedback on correct and incorrect guesses and allows players to save and load their game progress.
The Odin Project: Ruby Hangman
bundle install
ruby lib/main.rb
Dont run it from inside the lib folder.
Random Word Selection: The game selects a random word from a dictionary of over 9,000 words.
Save and Load: Players can save their current game progress and load it later. Only saves one game
Colored Feedback: The game provides colored feedback for correct and incorrect guesses.