Last modified: 8 Nov 2020 This was a test project based on jan Misali's video "hangman is a weird game", notably how you could cheat at hangman by not just having a single word in mind, but having six words in mind with no letters in common. The first five guesses could then be declared incorrect before a word is then chosen. The game follows that principle, declaring your guesses wrong until you reach your sixth guess or all possible words would be eliminated by declaring that letter as not part of the answer (e.g. if your fifth guess is "u" but the only possible words left all contain a "u", it will be marked correct). There is no outcome for winning as that was never completed, but there certainly is an outcome for losing.