Hey Coders,
Time for weekly challenge, today you are asked to build a mini game 👻
Here is the description:
Build a Rock, Paper, Scissors game where the user plays against the computer.
✅ Requirements Three buttons: Rock, Paper, Scissors
Show user and computer choices
Show the result: Win / Lose / Draw
Track and display the score
Reset button to restart the game
⚙️ Tech Constraints Use functional components and hooks
Type everything with TypeScript
Use custom CSS (no frameworks or UI libraries)
💥 Bonus Challenges Add animation to the choices
Add sound effects on click
Show a countdown before the computer picks
Style it with a retro arcade theme 🎮
You can access the challenge here: https://www.codstak.com/all-challenges/mini-game
And that’s it from today’s challenge, see you next week!!