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.

36 lines
1.0 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. SEEED 1835 has bad start
  2. @TODO test optimizing pathfinding via breadth first search/djikstra
  3. MAP RESOURCES
  4. - spawn diamonds or special floating resources that give you bonuses for building on, whether it's score, money, or boosting the effectiveness of the tower you place on top, etc.
  5. - killing certain mobs may cause these resources to spawn on the hex they died on
  6. towers:
  7. - redeye
  8. long-range laser tower
  9. only buildable on mountains and upgraded walls
  10. - lighthouse
  11. light-emitting static tower
  12. only buildable on tiles adjacent to water
  13. mobs strongly prefer to path around lighthouses
  14. - wall
  15. some fraction of the height of the tallest mountain
  16. makes mob pathing more difficult
  17. upgrades:
  18. - fortifications - lets you build some qualifying towers on top of this tower
  19. - spikes - mobs take damage when climbing
  20. - moat
  21. some fraction of the depth of the deepest lake
  22. makes mob pathing more difficult
  23. upgrades:
  24. - alligators - mobs take damage while swimming