https://github.com/unkn0wnn4m3/rps-game
The classic rock-paper-scissors game implemented with Python and object-oriented programming.
https://github.com/unkn0wnn4m3/rps-game
game object-oriented-programming python python-game python3
Last synced: 11 months ago
JSON representation
The classic rock-paper-scissors game implemented with Python and object-oriented programming.
- Host: GitHub
- URL: https://github.com/unkn0wnn4m3/rps-game
- Owner: Unkn0wnN4m3
- Created: 2023-01-27T03:42:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T03:43:01.000Z (over 3 years ago)
- Last Synced: 2025-05-14T12:19:08.401Z (about 1 year ago)
- Topics: game, object-oriented-programming, python, python-game, python3
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock, paper or scissors
Python game using Object Oriented Programming, based on Microsoft course [Introduction to object-oriented programming](https://learn.microsoft.com/es-es/training/modules/python-object-oriented-programming/)
No dependencies needed. Just run inside project folder.
```bash
python3 ./rock-paper-scissor.py
```