Ruski1/Guess-The-Word ↗
Created Nov 20, 2025 · View the Ruski1/Guess-The-Word repository page
GCSE Project. Basically a copy of hangman
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
3
Lines of Code
88
From
Dec 27, 2021
To
Jan 29, 2022
About Ruski1/Guess-The-Word
This is a GCSE computer science project implementing a Hangman-style word guessing game in C++. Players attempt to figure out a hidden word by guessing individual letters, with a limited number of incorrect guesses allowed before losing. The project is organized into four progressive versions, each presumably building on or refining the previous implementation, with separate documentation provided for each iteration.
The codebase appears to be structured as an educational exercise, likely demonstrating fundamental programming concepts such as string manipulation, user input handling, and game logic flow. As a GCSE-level project, it serves as a practical application of core computer science principles through an interactive command-line game format.
