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.
To clone this repository and run the app.py
file, follow these steps:
- Open your terminal or command prompt.
- Navigate to the directory where you want to clone the repository.
- Run the following command to clone the repository:
git clone https://github.com/Kalikoze/rock-paper-scissors
- Once the cloning is complete, navigate to the
rock-paper-scissors
directory:
cd rock-paper-scissors
- 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!