A stylish word-guessing game built with React — save the programming world by guessing the correct word before all languages (except Assembly 😭) are erased from existence!
Assembly: Endgame is a creative twist on the classic Hangman game. Instead of losing lives, you lose programming languages — and your final boss is Assembly itself. Clean UI, real-time feedback, and fun farewell messages make this an engaging and fun experience for users.
You can check out the live version here.
- You have 8 attempts to guess the word.
- Each incorrect guess eliminates a programming language from your “team.”
- Visual feedback:
- ✅ Correct guesses turn green
- ❌ Wrong guesses turn red
- 💀 Languages lost are marked with a skull overlay
- Win the game to celebrate with confetti 🎉
- Use either mouse clicks or your physical keyboard
- React (Vite)
- JavaScript
- CSS
clsx
for dynamic class managementreact-confetti
for celebratory effects
- Smooth UX with clean, accessible layout
- Conditional rendering based on game state
- Dynamic color-coded feedback for guesses
- Responsive design with media queries
- Keyboard and click support for guessing letters
- Fun farewell messages as languages are lost
To run the project locally:
git clone https://github.com/Rishabh-Verma-thc/Assembly-Endgame.git
cd assembly-endgame
npm install
npm run dev
This project is licensed under the MIT License.