Metadata-Version: 1.1
Name: hexgrid
Version: 0.1.1
Summary: functions for working with a hexagonal settlers of catan grid
Home-page: https://github.com/rosshamish/hexgrid/
Author: Ross Anderson
Author-email: ross.anderson@ualberta.ca
License: GPLv3
Download-URL: https://github.com/rosshamish/hexgrid/tarball/0.1.1
Description: hexgrid
        -------
        
        functions for working with a hexagonal settlers of catan grid
        
        This module implements the coordinate system described in Robert S. Thomas's PhD dissertation on 
        JSettlers2, Appendix A. See the project at https://github.com/jdmonin/JSettlers2 for details.
        
        Supports Python 3. Might work in Python 2.
        
        See `hexgrid.py` for thorough documentation.
        
        > Author: Ross Anderson ([rosshamish](https://github.com/rosshamish))
        
        ### Installation
        
        ```
        pip install hexgrid
        ```
        
        ### Usage 
        
        See https://github.com/rosshamish/catan-spectator
        
        ### License
        
        GPLv3
        
Platform: UNKNOWN
