Skip to content

MiniProject - Stone, Paper & Scissors Game with HTML,CSS and JS

License

Notifications You must be signed in to change notification settings

abhimanyu0018/Stone-Paper-Scissors-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game

Introduction

This is a simple Rock, Paper, and Scissors game implemented using HTML, CSS, and JavaScript. The game allows users to make a choice between Rock, Paper, and Scissors, and the computer also makes a random choice. The winner is determined based on the classic Rock, Paper, Scissors rules.

Features

  • Responsive design for various screen sizes.
  • User-friendly interface with images for player and computer choices.

Screenshots

  • Home page: home page
  • Palyer wins: player win
  • Computer wins: player win
  • Draw: player win

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Play

  1. Open the index.html file in a web browser.
  2. Make your choice by clicking on the Rock, Paper, or Scissors image.
  3. The computer will randomly make its choice.
  4. The result (win, lose, or draw) will be displayed on the screen.

Code Structure

  • index.html: Main HTML file containing the structure of the game.
  • style.css: CSS file for styling the game interface.
  • media.css: Additional CSS for responsiveness.
  • script.js: JavaScript file for game logic.

Responsive Design

The game is designed to be responsive, with adjustments for smaller screens.

License

This project is licensed under the MIT License.

Feel free to contribute or provide feedback!

About

MiniProject - Stone, Paper & Scissors Game with HTML,CSS and JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors