Skip to content

aayanaqdas/assembly-endgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11556d4 · · Aug 9, 2025

History

6 Commits
Aug 9, 2025
Aug 8, 2025
Aug 9, 2025
Aug 8, 2025
Aug 8, 2025
Aug 9, 2025
Aug 9, 2025
Aug 8, 2025

Repository files navigation

Assembly Endgame: Hangman Game

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!


🕹️ How to Play

  1. A random word is selected.
  2. Guess one letter at a time.
  3. You have 8 attempts to guess the word correctly.
  4. Each wrong guess brings you closer to Assembly taking over!
  5. Win by guessing the word before you run out of attempts.

🚀 Tech Stack


🎯 Purpose

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.


📦 Getting Started

  1. Clone the repository:
    git clone https://github.com/aayanaqdas/assembly-endgame.git
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
  4. Open http://localhost:5173 in your browser to play!