An interactive single-player word guessing game built with vanilla JavaScript. Challenge yourself with different themed word categories and track your progress with the built-in stats system!
Original Development: September 2024 - October 2024
Recent Updates by Saikat: December 31, 2025
- Added comprehensive documentation
- Deployed to GitHub Pages for live demo
- Enhanced README with detailed project information
- Multiple Themes: Choose from various categories (Sports, Computers, Cities, Food, and more)
- Score System: Earn points for correct guesses
- Hints System: Get help when you're stuck
- Game Statistics: Track your performance across sessions
- Responsive Design: Play on any device
- User Profiles: Save your name and track individual progress
- Enter Your Name: Your progress will be saved
- Choose a Theme: Select a word category from the dropdown
- Start Guessing: Type your guess and submit
- Limited Attempts: Each round has a limited number of guesses
- Check Stats: View your game statistics in the Game Stats section
Play the game here: https://sghosh685.github.io/Stratix-Solutions/
- Frontend: HTML5, CSS3, Vanilla JavaScript
- Storage: Local Storage for game stats
- Deployment: GitHub Pages
To run locally:
# Clone the repository
git clone https://github.com/sghosh685/Stratix-Solutions.git
# Navigate to directory
cd Stratix-Solutions
# Open index.html in your browser
open index.html # Mac
start index.html # WindowsOr simply open index.html in any modern web browser.
Stratix-Solutions/
├── index.html # Main entry point
├── game.html # Game interface
├── about.html # About page
├── game.css # Game styles
├── guessWhat.css # Additional styles
├── game.js # Game logic
└── guessWhat.js # Core game mechanics
- 🏀 Sports: Test your sports knowledge
- 💻 Computers: Tech-related words
- 🏙️ Cities: Guess city names
- 🍕 Food: Culinary vocabulary
- And more!
- Points awarded for correct guesses
- Bonus points for quick answers
- Streak bonuses for consecutive wins
- Games played
- Win/loss ratio
- Average score
- Best streak
This project is open source and available for educational purposes.
Contributions, issues, and feature requests are welcome!
For questions or feedback, feel free to reach out via GitHub issues.
Developed with ❤️ by the Stratix Solutions team