Skip to content

LuquxSentinel/rockpaperscissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game

Welcome to the Rock-Paper-Scissors game! This simple Python-based game allows you to play the classic Rock-Paper-Scissors game against the computer.

Table of Contents

Features

  • Play Rock-Paper-Scissors against the computer.
  • Determine the winner based on game rules (rock beats scissors, scissors beat paper, and paper beats rock).
  • Keep track of the user's and computer's scores for multiple rounds (optional).
  • User-friendly command-line interface.

Prerequisites

  • Python 3.6 or higher

Getting Started

  1. Clone or download this repository to your local machine.
  2. Make sure you have Python 3.6 or higher installed.
  3. Open a terminal or command prompt in the project directory.

How to Play

  1. Run the game by executing the following command:
    python game.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages