Developed a word guessing game in Python.
Built an interactive Word Guessing Game using Python and Streamlit. The app selects a random word from a predefined list, and the player must guess it either by typing the word or its corresponding number. The game includes multiple states like start, play, and game-over, managed through Streamlit’s session state. It provides a fun and responsive interface with instant feedback on every guess.