Skip to content

michalpomykacz/rps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROCK - PAPER - SCISSORS

This CLI version of RPS supports only one human player, which would be you, and multiple computer's opponents of your chosen type.

image009

installation

requires at least Python 3.8

pip install -r requirements.txt

run

python app/main.py

For the game with multiple players. Run with:

python app/main.py -n 4

help

python app/main.py --help

Roadmap

  • add tests
  • network game
  • unlimited opponents
  • new choices (Lizard, Spock)

Contribution

Pull Requests are welcome! :-)

running tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages