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. ⚰️
git clone https://github.com/your-username/assembly-endgame.git
cd assembly-endgamenpm installnpm startOr, if you're using Vite:
npm run devThen visit: http://localhost:5173
-
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.
- ⚡ Vite — Lightning-fast dev environment
- 🧠 React — Interactive UI
- 🎨 CSS — Custom styling
- ❤️ Love for coding and fun games
assembly-endgame/
│
├── public/
│ └── index.html
│
├── src/
│ ├── assets/
│ ├── components/
│ ├── App.jsx
│ └── main.jsx
│
├── package.json
└── vite.config.js
Play now: https://programming-endgame.netlify.app
This project is open-source and available under the MIT License.
Got ideas or found a bug? Feel free to open an issue or submit a pull request.
Inspired by Wordle and the ever-growing world of programming languages.
