Metadata-Version: 1.2
Name: Frontiersman
Version: 1.0.21
Summary: Network Multiplayer Board Game
Home-page: https://gitlab.com/csi4930-frontiersman/csi4930-frontiersman
Author: Brian Snow
Author-email: snowb@ufl.edu
License: UNKNOWN
Description: # CSI4930 Frontiersman
        
        ## README Requirements for class
        
        Description of Project: 
        
        A clone of Settlers of CATAN (base game, 1-4 players local multiplayer)
        The game rules are included in the Help Doc.pdf
        
        Package Name on PyPI: Frontiersman
        
        Executable Line to Run Server: python3 server.py
        
        Executable Line to Run Clients: python3 ClientMain.py
        
        Gitlab Link: [https://gitlab.com/csi4930-frontiersman/csi4930-frontiersman](https://gitlab.com/csi4930-frontiersman/csi4930-frontiersman)
        
        ## Notes
        
        One server needs to be run in a terminal,
        and then each client would need to run the executable in there own terminal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
