A fun word-guessing game built with React, where you must guess the hidden programming language to save the coding world from Assembly domination!
- Guess the correct word by clicking letters on the on-screen keyboard.
- Each wrong guess brings you closer to losing the round.
- You have 8 attempts — use them wisely!
- Win by revealing all the letters before your attempts run out.
- 🎯 Interactive on-screen keyboard
- 🧠 Dynamic word display (updates with correct guesses)
- ⚡ Tracks wrong guesses in real-time
- 🎨 Color-coded feedback for correct & incorrect letters
- 🌈 Ready for future enhancements (confetti, animations, and more)
- React
- Vite – for fast bundling
- clsx – for conditional class management
- React Confetti (optional for win animation)
# Clone the repository
git clone https://github.com/Yyash64/Assembly-Endgame.git
# Move into the project directory
cd Assembly-Endgame
# Install dependencies
npm install
# Start the development server
npm run dev💡 Author
Yash Tomar