Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
/ rps-python Public archive

An advanced Python rock-paper-scissors console application.

License

Notifications You must be signed in to change notification settings

clark-john/rps-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rps-python

An advanced Python rock-paper-scissors console application.

How to play:

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.

What Python modules do you use?

See here

What Python modules are required to install?

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.

rps-python Latest Version:

v1.0.7

Documentation

Coming Soon:)