Skip to content
forked from RedFT/Hexy

Hexagonal Coordinate System Library for Python

License

Notifications You must be signed in to change notification settings

brent-stone/Hexy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Hexy, A library for dealing with hexagonal coordinate systems.

A library that makes working with a hexagonal lattice easier. Some of the inspiration for this library comes from http:https://www.redblobgames.com/grids/hexagons/.

Alt text

Getting Started

Dependencies

To install the dependencies run:

pip install -r requirements.txt

Installing

Just clone this repository into your project's root.

Running the example

Go the project root directory and run the following:

python2 -m examples.example

The test app just shows off some features of the library. To play around you can:

- right click to change the hex selection type. 
- scroll up and down to change the radius of selection when selection type is ring or disk.
- left click to change the starting point of the line when selection type is a line.

Authors

  • Norbu Tsering

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Hexagonal Coordinate System Library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%