Skip to content

kish7105/PyRPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

A simple Rock Paper Scissors game implemented in Python for the console.

Table of Contents

Introduction

Welcome to the Rock Paper Scissors game! This is a console-based implementation of the classic game where you can play against the computer. The game is built using Python and is designed to be simple and easy to use.

Features

  • Play Rock Paper Scissors against the computer.
  • Keep track of your score.
  • Simple and intuitive command-line interface
  • Easy to install.

Installation

To install the Rock Paper Scissors game, you need to have Python installed on your system. You can install the game using pip:

pip install pyrps

Usage

After installing the package, you can start the game by running the following command in your console:

rps

This will launch the Rock Paper Scissors game.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch( git checkout -b feature-branch ).
  3. Commit your changes( git commit -m 'Add some feature' ).
  4. Push to the branch( git push origin feature-branch ).
  5. Open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages