A fun word-guessing game with a programming twist. You have 8 attempts to guess the hidden word. Each wrong guess eliminates a programming language with a witty message (e.g., “JavaScript left the room”) and marks its badge with a skeleton. Win the game to save the coding world and celebrate with confetti! 🎉
- Guess the word in up to 8 attempts
- Badges for 8 programming languages (turn to skeletons when eliminated)
- Humorous “language left the room” messages
- Confetti celebration when you win
- Engaging and responsive design
- React
- React Confetti
👉 assembly-endgame.firdavs.codes
# Clone the repository
git clone https://github.com/yourusername/assembly-endgame.git
# Navigate to the project folder
cd assembly-endgame
# Install dependencies
npm install
# Start the development server
npm start-
Start the game and try to guess the hidden word.
-
Each wrong guess eliminates one programming language with a funny message.
-
Keep guessing until you either find the word or run out of 8 attempts.
-
Win the game to save the coding world and enjoy a confetti celebration!
This project is open-source and available under the MIT License.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.