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