Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.17 KB

Rock Paper Scissors Game

This project is my first attempt at creating a rock paper scissors game using Python. It's a simple game where the player chooses either rock, paper, or scissors, and competes against the computer. The computer's choice is determined randomly.

I used basic Python concepts such as conditional statements and random number generation to implement the game logic. It was a fun and educational experience for me as a beginner in Python programming.

Feel free to check out the code and give it a try! Any feedback or suggestions for improvement are welcome.

Setup Instructions

To clone this repository and run the app.py file, follow these steps:

  1. Open your terminal or command prompt.
  2. Navigate to the directory where you want to clone the repository.
  3. Run the following command to clone the repository:
git clone https://github.com/Kalikoze/rock-paper-scissors
  1. Once the cloning is complete, navigate to the rock-paper-scissors directory:
cd rock-paper-scissors
  1. Run the app.py file using the following command:
python app.py

The game should now start in the terminal.

Enjoy playing Rock Paper Scissors!