Project Overview
Assembly Endgame is a fully interactive word-guessing game inspired by Hangman, built using React’s state management, derived values, and dynamic rendering. Players must guess a hidden programming-related word while avoiding incorrect guesses that “erase” languages one by one.
The game includes real-time visual feedback, a dynamic keyboard, correct/wrong guess highlighting, farewell messages when a language is lost, and conditional UI states for winning or losing the game. Additional features include random word generation, disabled input when the game ends, and clean component-based architecture with utilities for game logic.