Paper-Rock-Scissors game
Primary goal of this project is getting more experienced on some Python related stuff:
Currently only curses based console interface is implemented which should work on Linux and MacOS.
Run python game.py --help
to get more info about possible options.
I plan to implement a browser based UI probably using aiohttp or Quart.
You can check screencast.gif
file to get an idea about what it looks like.
--rounds
parameter.Can be played in two different modes:
--timer
parameter to enable countdown timer.--countdown
parameter. Check --help
to see the default threshold.--threshold
parameter.