Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 271 Bytes

File metadata and controls

4 lines (3 loc) · 271 Bytes

Hangman

Hangman is a classic game in which a player thinks of a word and the other player tries to guess that word within a certain amount of attempts.

This is an implementation of the Hangman game, where the computer thinks of a word and the user tries to guess it.