A fun, interactive word-guessing game built with React. The mission: Guess the word within 8 attempts to keep the modern programming world safe from being overtaken by Assembly!
- A random word is generated at the start of each game.
- You have 8 attempts to guess the correct letters.
- For every wrong guess, one modern programming language (HTML, CSS, JS, etc.) is "lost."
- Win the game by completing the word before the languages run out!
Check out the deployed project here: Assembly: Endgame Live
- Dynamic State Management: Built using React
useStateanduseEffectfor game logic. - Responsive UI: A clean, dark-themed interface with celebratory confetti upon winning.
- Interactive Feedback: Visual cues for correct and incorrect letter guesses.
- Conditional Rendering: Status messages that change based on your progress and the "fate" of the programming languages.
- React - Frontend framework
- JavaScript (ES6+) - Game logic
- CSS3 - Custom styling and animations
- Netlify - Deployment
- Clone the repository:
git clone [https://github.com/Denilson15/assembly-endgame.git](https://github.com/Denilson15/assembly-endgame.git)
