hexyz is tower defense game, and a lua library for dealing with hexagonal grids
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
652 B

6 years ago
6 years ago
3 years ago
6 years ago
6 years ago
  1. ## INTRODUCTION
  2. This is a tower defense game. It's made using lua, and the amulet game engine made by Ian Maclarty.
  3. If you are interested in a library of code for dealing with hexagonal grids/geometry in your (amulet or lua based) game, the file src/hexyz.lua may be of interest to you, as may be the resources below.
  4. ## RESOURCES
  5. * [Hex Map 1](https://catlikecoding.com/unity/tutorials/hex-map/) - unity tutorial for hexagon grids with some useful generalized math.
  6. * [Hexagonal Grids](https://redblobgames.com/grids/hexagons) - the best resource on hexagonal grids on the internet.
  7. * [Amulet Docs](http://amulet.xyz/doc) - amulet documentation.