Rock Paper Scissors

2024-04-24
javascripthtmlcssweb-developmentgameodin-projectlearning

Rock Paper Scissors: Classic Game in the Browser

Overview

Rock Paper Scissors is a web-based implementation of the timeless hand game. Built as a learning exercise for The Odin Project, this project helps reinforce fundamental web development skills while delivering a fun, interactive experience.


Features

  • Play Against the Computer: Choose rock, paper, or scissors and test your luck versus a simple AI.
  • Round System: Play multiple rounds and keep track of the score.
  • Instant Feedback: See the result of each round immediately, including choices and the winner.
  • Responsive Design: Enjoy smooth gameplay on both desktop and mobile devices.
  • Simple, Clean UI: Focus on gameplay with a straightforward interface.

Technology Stack

  • JavaScript: Implements the game logic and user interaction.
  • HTML: Structures the game’s layout and elements.
  • CSS: Styles the interface and ensures responsiveness.

Learning Outcomes

This project was created to practice:

  • DOM manipulation and event handling
  • Basic game logic in JavaScript
  • User experience design
  • Responsive, accessible web layouts

Explore the Code

See how the game works or try it yourself:

sanjayJ369/rock-paper-scissors on GitHub