Assembly Endgame

Design
Dev
React

A word-guessing game where users identify a hidden term rendered dynamically within an interactive assembly. One of two capstone projects developed during the Scrimba React course. Hosted on Netlify.

Built with React as a capstone project for the Scrimba front-end developer course. The game challenges players to guess a hidden word letter by letter before running out of attempts — each wrong guess “kills” a programming language.

Highlights

  • Dynamic UI — Letters reveal in real time with visual feedback for correct and incorrect guesses
  • State management — Game logic handled entirely through React state and effects
  • Win/loss conditions — Confetti animation on win, game-over screen with restart option
  • Deployed on Netlify — Continuous deployment from source
Work