An advanced Python rock-paper-scissors console application.
To run this game, clone the repository by typing this in the terminal: git clone <this-repository>
and
cd <this-repository>
. Alternatively, you can look at the releases page to download the source files.
After cloning the repo, please run the index.py file first, otherwise it won't work.
You can also type this into terminal: python index.py
or py index.py
For those who downloaded at the releases page:
Any of these releases (latest) contain compiled Python files, so that you can run it directly on Windows or run it inside the terminal with ./index.pyc
.
Now you choose between these options below:
y/n (yes or no) or cmds for special commands.
If you choose y/n: It will prompt you first to type the name of your AI/Computer player, you can type "none" or press Enter to skip. And after typing the name, the game will start.
See here
These modules are required to install before running this game:
Also see here
Bonus: Install the required modules by running pip install -r requirements.txt
.
Make sure your current working directory in your terminal is the same path as the requirements.txt file.
v1.0.7
Coming Soon:)