Skip to content

TheBadshahKid/React-Assembly-Endgame

Repository files navigation

🕹️ Assembly: Endgame

Assembly: Endgame is a fun and interactive word-guessing game where your mission is to protect the programming world from the doom of Assembly!
Guess the correct tech-related word within 8 attempts — or face defeat. ⚰️

Assembly Endgame Screenshot


🚀 Getting Started

1. Clone the Repository

git clone https://github.com/your-username/assembly-endgame.git
cd assembly-endgame

2. Install Dependencies

npm install

3. Start the Development Server

npm start

Or, if you're using Vite:

npm run dev

Then visit: http://localhost:5173


🎮 How to Play

  • You have 8 attempts to guess the hidden word.

  • Each guess must be a valid tech-related term.

  • Color-coded feedback will help you:

    • 🟩 Green: Correct letter and correct position
    • 🟨 Yellow: Correct letter, wrong position
    • ⬛ Gray: Incorrect letter
  • Themes inspired by popular technologies like HTML, CSS, JavaScript, React, Python, and more.


🔧 Built With

  • Vite — Lightning-fast dev environment
  • 🧠 React — Interactive UI
  • 🎨 CSS — Custom styling
  • ❤️ Love for coding and fun games

📂 Project Structure

assembly-endgame/
│
├── public/
│   └── index.html
│
├── src/
│   ├── assets/
│   ├── components/
│   ├── App.jsx
│   └── main.jsx
│
├── package.json
└── vite.config.js

🌐 Live Demo

Play now: https://programming-endgame.netlify.app


📜 License

This project is open-source and available under the MIT License.


🤝 Contributing

Got ideas or found a bug? Feel free to open an issue or submit a pull request.


🙌 Acknowledgments

Inspired by Wordle and the ever-growing world of programming languages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published