Nishi Surti Logo Image
Nishi Surti

Assembly End Game

Assembly Endgame is a word-guessing game inspired by the classic game Hangman. Developed as part of Scrimba's course project, the goal is to guess the hidden word within a limited number of attempts while avoiding incorrect guesses. Each incorrect guess "eliminates" a programming language, and the game is over when all languages are lost.

Project Image

Project Overview

Interactive word-guessing gameplay. Keyboard-based letter selection for a seamless user experience. Tracks correct and incorrect guesses dynamically. "Game Over" mechanic when too many incorrect guesses occur. Option to reset the game and start fresh. Random farewell messages for eliminated programming languages.

A random programming-related word is selected (e.g., react). You start with all programming languages "active." Guess the word one letter at a time by clicking the displayed keyboard buttons. Correct Guesses: Revealed in the hidden word. Incorrect Guesses: A programming language is eliminated. Lose the game if you make too many incorrect guesses. Win the game by correctly guessing all letters in the word.

Technology Used

HTML
CSS
JavaScript
React
JSX
GIT