https://github.com/dipto9999/hangman
Simple Game written in Turing programming language.
https://github.com/dipto9999/hangman
game procedural-programming turing
Last synced: about 1 month ago
JSON representation
Simple Game written in Turing programming language.
- Host: GitHub
- URL: https://github.com/dipto9999/hangman
- Owner: Dipto9999
- Created: 2019-10-28T00:31:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T05:28:13.000Z (almost 3 years ago)
- Last Synced: 2025-06-19T01:36:11.070Z (10 months ago)
- Topics: game, procedural-programming, turing
- Language: Turing
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman Game
This Hangman game was created as a school project when I was 14 years old using the Turing programming language. It allows users to play the classic word-guessing game where they need to guess letters to complete a hidden word before a man gets hanged.
## Features
- Random selection of words from a provided word list.
- GUI interface with graphical representations of the hangman.
- Interactive gameplay that responds to user input.
- Tracking of correct and incorrect guesses.
- Win condition when the user guesses the word correctly.
- Resetting the game for a new round.
## How to Run
1. Install the Turing programming language.
2. Copy the code into a Turing IDE or text editor.
3. Compile and run the code.
4. Enjoy playing the Hangman game!
## Usage
- When prompted, enter a letter to make a guess.
- The game will display the current state of the word with blank spaces for unguessed letters.
- The hangman will progressively appear with each incorrect guess.
- Keep guessing until you either complete the word or the hangman is fully displayed.
- After the game ends, a new round will start automatically.
## Development
This Hangman game was created as a collaborative effort with a friend. We spent approximately 20 hours over the course of a school week writing and debugging the code to ensure the game functions correctly and responds to user interaction.
## Disclaimer
Please note that this Hangman game was developed using the Turing programming language and may require the installation of specific software to run. It is recommended to consult the Turing documentation for further assistance.
Feel free to explore and modify the code to enhance the game or experiment with new features!
Have fun playing Hangman!
*This README was generated with OpenAI's ChatGPT.*