A React-based word guessing game themed around the Marvel Cinematic Universe.
This project originated from a basic GeeksforGeeks example (source), but I expanded on the full game logic, MCU theme, UI, and additional features independently. I also utilized AI tools to assist with certain aspects of development.
- Single-page React app
- Marvel-themed word-guessing gameplay
- Game logic with scoring and streaks
- Game history tracking
- Difficulty levels: Easy, Medium, Hard
- 5-minute timer
- Letter selection and hint system (max 3 hints)
- Buttons: Restart, Guess, Hint, Give Up
- Instructions and history modals
- React
- JavaScript
- CSS
- GitHub Pages for deployment
git clone https://github.com/t4shvi/mcu-guess.git
cd mcu-guess
npm install
npm start