ROCK PAPER SCISSORS
This is a basic game I developed with Python
Features -
- Random computer choices
- Time Delays for enhanced readability
- Play until you decide to quit
Installation -
- Clone the repository -
git clone https://github.com/[enteryourusername]/rock-paper-scissors.git
cd rock-paper-scissors
- Run the game
python rockpaperscissors.py
Future Improvements -
- Tracking player scores
- Adding a GUI
Enjoy!