Metadata-Version: 2.1
Name: chess-term
Version: 0.0.9
Summary: Play chess in your terminal
Home-page: http://gitlab.com/OldIronHorse/chess-term
Author: Simon Redding
Author-email: s1m0n.r3dd1ng@gmail.com
License: GPL3
Description: # Chess Terminal [![pipeline status](https://gitlab.com/OldIronHorse/chess-term/badges/master/pipeline.svg)](https://gitlab.com/OldIronHorse/chess-term/-/commits/master) [![coverage report](https://gitlab.com/OldIronHorse/chess-term/badges/master/coverage.svg)](https://gitlab.com/OldIronHorse/chess-term/-/commits/master)
        
        Play chess in your terminal
        
        ## Installation
        
        You need python 3.7+
        
        `pip install chess-term`
        
        For computer play you need the stockfish engine installed
        
        `sudo apt-get install stockfish`
        
        ## Usage
        
        ```
        Usage: chess-term [OPTIONS]
        
        Options:
        
          -w, --white [human|computer]    Who is playing as white? (default=human)
          -b, --black [human|computer]    Who is playing as white? (default=human)
          -u, --user-interface [text|curses]
                                          Which user interface? (default=text)
          --help                          Show this message and exit.
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
