Welcome to Assembly Endgame, a fun twist on the classic Hangman game! Your mission: guess the secret word in under 8 attempts to keep the programming world safe from Assembly!
- A random word is selected.
- Guess one letter at a time.
- You have 8 attempts to guess the word correctly.
- Each wrong guess brings you closer to Assembly taking over!
- Win by guessing the word before you run out of attempts.
- React
- Vite
- react-confetti – celebratory confetti effect when you win
- clsx – utility for conditionally joining classNames
This project was created as part of my journey to learn ReactJS following the Scrimba React course. It demonstrates basic React concepts, state management, and simple game logic.
- Clone the repository:
git clone https://github.com/aayanaqdas/assembly-endgame.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 in your browser to play!