Hangman Game
Inspiration
Hangman Game was created as a school project by a passionate developer at the age of 14 using the Turing programming language. The aim was to recreate the classic word-guessing game and provide an interactive and enjoyable experience for players.
What it does
Hangman Game allows users to play the popular word-guessing game. Players must guess letters to complete a hidden word before a hangman figure is fully displayed. The game features a GUI interface with graphical representations of the hangman, tracking of correct and incorrect guesses, and a win condition when the word is guessed correctly.
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
- Install the Turing programming language.
- Copy the code into a Turing IDE or text editor.
- Compile and run the code.
- 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 figure 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
Hangman Game was developed as a collaborative effort between the creator and a friend. They dedicated approximately 20 hours over a school week to writing and debugging the code, ensuring smooth gameplay and responsiveness to user interaction.
Disclaimer
Please note that 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!
Built With
- turing
Log in or sign up for Devpost to join the conversation.