/hangman

Primary LanguageRuby

hangman

Basic hangman game.

A random word, not shorter than 5 letters but not longer than 12 letters, is picked among 10000 words (some of the words here contains names).

User has 10 available guesses, the number of guesses only decreases when a guess is wrong.

Saving is possible in the middle of the game Loading can be done at the beginning

A project to practice serialization and OOP