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.
Nicholas Hayashi f1a260bf6c remove bad readme text 4 years ago
res save game button 4 years ago
src make djikstra work more like others too 4 years ago
.gitignore pause menu 4 years ago
NOTES.md fix buggies 4 years ago
README.md remove bad readme text 4 years ago
TODO.md i dont remember 4 years ago
build.sh idk 4 years ago
color.lua idk 4 years ago
conf.lua save game button 4 years ago
main.lua save game button 4 years ago
sound.lua add configs, make howitzer chonky 4 years ago
texture.lua save game button 4 years ago

README.md

INTRODUCTION

This is a tower defense game.

RESOURCES

  • Hex Map 1 - unity tutorial for hexagon grids with some useful generalized math.
  • Hexagonal Grids - the best resource on hexagonal grids on the internet.
  • Amulet Docs - amulet documentation.