This is a simple word guessing game.
The program prompts the user to guess a word that is secretly stored in the code. I built this to practice user input, conditional logic, and basic game flow.
- User input
- Conditional statements
- Loops
- String comparison
- Basic game logic
This project helped me practice building a simple interactive game where the program checks the user's answer and responds based on the result.