Skip to content

smadhulika07/Stone-Paper-Scissors-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Stone Paper Scissors Game

This project is a simple Python command-line implementation of the classic Stone Paper Scissors game, where the user plays against the computer. The program uses basic game logic and random number generation to determine the winner.

Features

  • User vs computer gameplay
  • Random choice generation for the computer
  • Clear win, lose, and draw conditions

Technologies Used

  • Python

How to Run

  1. Run the program using: python Stone_paper_scissors_game.py
  2. Follow the on-screen instructions to play the game.

Learning Outcomes

  • Using conditional statements
  • Implementing game logic
  • Working with the random module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages