/hangman_ruby

Hangman project from The Odin Project course

Primary LanguageRuby

hangman_ruby

Hangman project from The Odin Project course

Project Goals: Create the Hangman pen and paper guessing game. The game is played via the command line. Output to the console should show the correct letters guessed and the incorrect letters. Players should be able to save a game and pick up where they left off.