Gameplay logic for Rock-Paper-Scissors
Project description
Rock Paper Scissors Gameplay Logic (Python)
Installation
Install the package using one of the following commands, as desired:
# from PyPI (recommended):
pip install s2t2-game-utils
# from PyPI Test server:
pip install -i https://test.pypi.org/simple/ s2t2-game-utils
# from GitHub source (HTTPS version):
pip install git+https://github.com/s2t2/game-utils-py.git
# from GitHub source (SSH version):
pip install git+ssh://git@github.com/s2t2/game-utils-py.git
# from local source (after downloading the repo):
pip install -e path/to/game-utils-py/
Usage
from game_utils.rock_paper_scissors import *
print(WELCOME_MESSAGE) #> Hi. Welcome to my Rock-Paper-Scissors game!
determine_winner("rock", "paper") #> "paper"
Contributing
Releasing
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
s2t2-game-utils-1.2.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file s2t2-game-utils-1.2.tar.gz
.
File metadata
- Download URL: s2t2-game-utils-1.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1fa2c27583b6389fd8c395e43be49e77aa7b6fcd65abd29c158e78d8f413c94 |
|
MD5 | ececbe5c06e2a80dd4ea5be381c3738a |
|
BLAKE2b-256 | e7ec128b0e99a70c869dc93e29af8d1cd2639c4d3012486343b5441c85d5c2b9 |
File details
Details for the file s2t2_game_utils-1.2-py3-none-any.whl
.
File metadata
- Download URL: s2t2_game_utils-1.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 370b1f2e25877813b2c92a653c048b8483bfc9b64c5405ff867eb7fd8b4232a8 |
|
MD5 | 88f42be5acbe7bad18ff9de779340af1 |
|
BLAKE2b-256 | 1c97d50751f1836982338d084215df8dbd96290474464758e5e8bbd94c0a3fda |