This CLI version of RPS supports only one human player, which would be you, and multiple computer's opponents of your chosen type.
requires at least Python 3.8
pip install -r requirements.txt
python app/main.py
For the game with multiple players. Run with:
python app/main.py -n 4
python app/main.py --help
- add tests
- network game
- unlimited opponents
- new choices (Lizard, Spock)
Pull Requests are welcome! :-)