https://github.com/janeberry/evilhangman
Twist version of classic Hangman Game
https://github.com/janeberry/evilhangman
data-structures maps sets
Last synced: 7 months ago
JSON representation
Twist version of classic Hangman Game
- Host: GitHub
- URL: https://github.com/janeberry/evilhangman
- Owner: janeberry
- Created: 2024-05-27T04:28:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T02:13:39.000Z (over 1 year ago)
- Last Synced: 2025-07-18T07:36:04.868Z (9 months ago)
- Topics: data-structures, maps, sets
- Language: Java
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evil Hangman Game
Evil Hangman is a twist on the classic Hangman game.
Unlike traditional Hangman, where the word to be guessed is chosen upfront,
Evil Hangman changes the word dynamically to make it more challenging for the player to guess correctly.
The program does this by choosing the word list that allows it to avoid selecting a specific word until it has no choice.
Example