Loading…

Python Project

Word Guessing Game

Developed a word guessing game in Python.

Word Guessing Game project output screenshot

Overview

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.

Key Features

  • Users can start, play, and replay the game directly in the browser.
  • Each round generates a new random word from a fixed list.
  • Accepts both word and index number as valid guesses.
  • Shows correct/incorrect responses instantly with visual cues.
  • Allows replaying without restarting the app.
  • Maintains game progress using Streamlit’s st.session_state.

Screenshots

× Zoomed Project Image