An open API service indexing awesome lists of open source software.

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.

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
```