Metadata-Version: 1.2
Name: zhot
Version: 0.2.1
Summary: Command-line implementation of Zhot, an extensible Scissors-Paper-Stone game.
Home-page: https://github.com/AmyDeeDempster/zhot
Author: Amy Dee DEMPSTER
Author-email: amy.dempster@student.rmit.edu.au
License: UNKNOWN
Description: .. image:: http://img.shields.io/:version-0.2.1-green.svg
        
        Zhot
        ======
        
        I had some fun teaching myself Perl with my Rock-Paper-Scissors script
        over at https://bitbucket.org/AmyDeeDempster/rock-paper-scissors
        
        This is a more extensible version in Python, done in a more mathematical
        and object-oriented manner.
        
        Usage
        ------
        
        ### Establishing game rules
        
        Supply a Comma-Separated Values file as a command-line argument for this
        script. For example:
        
        ``zhot moves/moves-5.csv``
        
        If not supplied, a default set of three-move rules will be used.
        
        ### Gameplay and user input
        
        In the game, type the name of the move you wish to play. This can be
        abbreviated.
        
        Other commands available include:
        
        -  ``rules`` or ``help``
        -  ``score``
        -  ``rounds``
        -  ``diagram``
        -  ``exit`` or ``quit``
        
        You can also just hit Return to quit the game.
        
        ### Rule diagram
        
        The ``diagram`` command generates, from the rules of the current game
        a vector diagram illustrating those rules.
        
        Dependencies
        ------------
        
        ### Built-in
        
        -  csv
        -  random
        -  sys
        -  re
        -  math
        
        ### Third-party (pyPI)
        
        -  numpy
        -  svgwrite
        -  scour
        
        
        Interpreter
        -----------
        
        Python > 3.6
        
        (Tested on macOS and Korora Linux installations of CPython 3.6.5 and
        3.7.0b4)
        
        Licence
        -------
        
        Creative Commons
        
        See text in LICENCE.html
        
        Further information at
        https://creativecommons.org/licences/by-sa/3.0/au/
        
Platform: UNKNOWN
Requires-Python: >3.5
