The Guess Word Game is a fun and interactive web-based word puzzle game where players try to guess a hidden word within a limited number of attempts. The game is designed to improve vocabulary, spelling skills, and logical thinking while providing an engaging user experience.
Link: https://peetlamahesh123.github.io/GuessWordGame/
In this game, a random word is selected by the system. The player enters guesses, and the game provides instant feedback for each attempt. Using this feedback, the player refines their guesses until the correct word is found or the attempts run out.
The game is simple, lightweight, and runs entirely in the browser without any external dependencies.
- 🎲 Random word generation
- 🔢 Limited number of attempts
- ⚡ Instant feedback on guesses
- 🎨 Clean and responsive user interface
- 🧠 Improves vocabulary and logical thinking
- 🌐 Runs directly in the browser
- HTML5 – Structure of the game
- CSS3 – Styling and layout
- JavaScript – Game logic and interactivity
GuessWordGame/
│
├── index.html # Main HTML file
├── styles.css # Styling for the game
├── script.js # Game logic
└── i1.jpg # Game image / asset
- Open the game in a web browser.
- A hidden word is selected automatically.
- Enter your guess in the input field.
- Submit your guess to receive feedback.
- Use the feedback to improve your next guess.
- Guess the correct word before attempts run out to win!
- 🔊 Sound effects and animations
- 🏆 Score tracking system
- ⏱️ Timer-based challenge mode
- 📱 Mobile-friendly enhancements
- 📚 Larger word dictionary
Contributions are welcome! If you’d like to improve this project:
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
This project is open-source and available for learning and educational purposes.
Mahesh Peetla
- GitHub: PeetlaMahesh123