https://github.com/deusbalatro/deadman
Hangman Game for CS50
https://github.com/deusbalatro/deadman
console-game cs50 cs50python cs50x game game-development hangman hangman-cli hangman-con hangman-game hangman-in-python loops-and-iterations recursive-algorithm
Last synced: 9 months ago
JSON representation
Hangman Game for CS50
- Host: GitHub
- URL: https://github.com/deusbalatro/deadman
- Owner: deusbalatro
- License: mit
- Created: 2024-04-05T07:31:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T13:29:14.000Z (about 2 years ago)
- Last Synced: 2025-04-02T08:19:45.447Z (about 1 year ago)
- Topics: console-game, cs50, cs50python, cs50x, game, game-development, hangman, hangman-cli, hangman-con, hangman-game, hangman-in-python, loops-and-iterations, recursive-algorithm
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hi!
Welcome to Deadman, a simple Hangman console game.
# Features
- Possible words list
- Available letters list
- Penalties
- Visual demonstration of word's current state
- and more
# Deficiencies
One known issue is that when players request a list of possible words, the game provides words based on guessed letters but does not consider available letters.
# If you would like to play
1. [Install Python](https://www.python.org/downloads/)
2. [Download the game's source code](https://docs.github.com/en/repositories/working-with-files/using-files/downloading-source-code-archives)
3. Create a word list file in the same folder as the game. Each word should be on a separate line.
4. Open your terminal or command prompt in the source file's directory.
5. Run the following command to start the game:
- `py hangman.py`
Bye!