functions for working with a hexagonal settlers of catan grid
Project description
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 for extended usage.
The module is a soup of functions which compute various transforms on tile, node and edge coordinates. Functions are well documented - read function names and docstrings in the code for more info.
### Coordinate System
The coordinate system is the one described in Robert S. Thomas’s PhD dissertation on JSettlers2, Appendix A. See the project at https://github.com/jdmonin/JSettlers2
The idea is that there are three things: tiles, nodes, and edges.
All three have integer coordinates.
Tiles also have identifiers, which range from 1 through 19.
The coordinates are such that it’s easy to compute a tile, node, or edge’s neighbours by adding and subtracting. See the dissertation and/or the code for details.
### Maps
Tile identifiers
![tile order](doc/images/tile_order.png)
Tile coordinates
![tile coords](doc/images/tile_coords.png)
Node coordinates
![node coords](doc/images/node_coords.png)
Edge coordinates
![edge coords](doc/images/edge_coords.png)
### License
GPLv3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hexgrid-0.2.1.tar.gz
.
File metadata
- Download URL: hexgrid-0.2.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e660dd691754262a532322c7a08ac783144894eaef9c9e9a386d2f8e771e31c |
|
MD5 | ff0031287c8670f96d780e236aecbe55 |
|
BLAKE2b-256 | dbcac6e63f1a984c364ac47bf8216eb55467ac251772143f57767c8f30ec2555 |