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

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

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`