/rps

Rock-Paper-Scissors game

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Rock Paper Scissors Game

This is a simple Rock Paper Scissors game that you can play against the computer. The computer will randomly select one of the three options and you will have to do the same. The game will then determine the winner based on the rules of the game.

Run

To run the game, simply run the rps.py file using Python 3. You can do this by running the following command in your terminal:

python3 rps.py

Test

To run the tests for this game, simply run the test_rps.py file using Python 3. You can do this by running the following command in your terminal:

python3 -m tests

Last Update April 2024