An example hexagon tiling application showcasing the Hexy library.
You need to have python2.7, pygame, and numpy installed.
To run the application, execute the hex_tiler.py file.
python2 hex_tiler.py
- load tilesets with
i. - load tilemaps with
l. - save tilemaps with
s. <to shift selected tile left.>to shift selected tile right.left clickto set a tile.right clickto remove a tile.middle clickanddragto move camera around.up arrow,down arrow,left arrow,right arrowwill also move the camera.
I've included a sample tileset in assets/ called hexes.png. To load it,
press i, navigate and open to assets/hexes.png. Click around on the screen
to start placing tiles.
I've also included some sample maps in assets/ as well. To load them, press
l, navigate to assets/ and load any of the files with the extension .json.
- Norbu Tsering
This project is licensed under the MIT License - see the LICENSE.md file for details
