This is an interactive Rock Paper Scissors battle game built using HTML, CSS, and JavaScript. The game includes a countdown timer, start and reset buttons, player/computer readiness indicators, and a visual card-style interface. Players choose between Rock, Paper, or Scissors before time runs out. Once both players are ready, the game reveals the choices and displays the result: Win, Lose, or Draw. A great project for practicing event-driven programming, timers, and dynamic UI updates with JavaScript.