https://github.com/ctrlmaniac/rock-paper-scissors
The famous Rock Paper Scissors game written in python
https://github.com/ctrlmaniac/rock-paper-scissors
Last synced: about 1 year ago
JSON representation
The famous Rock Paper Scissors game written in python
- Host: GitHub
- URL: https://github.com/ctrlmaniac/rock-paper-scissors
- Owner: ctrlmaniac
- License: mit
- Created: 2022-06-16T18:03:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T19:55:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T19:48:49.980Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ROCK PAPER SCISSORS
The famous Rock Paper Scissors game written in python
## How to play the game
download the repository and in the root of the project
type `python -m ctrlmaniac.rps`
## Install the game
Run `pip install ctrlmaniac.rps` and then run `ctrlmaniac.rps` to play the game
## Play with Docker
Pull the image `docker pull ctrlmaniac/rps` and then run `docker run --rm -it ctrlmaniac/rps`