Game for hexagons with wrap-around maps

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By maproce

Hi,
I am making my first civilization style godot game with hexagonal tiles and one of the problems that just came up is how to make the Wraparound maps.

Any ideas?

Thanks.

For clarification: are you intending to allow units to move through the “wraparound” edge of the map, or are you trying to actually draw the map in an infinite loop on one or both axes?

Or in other words, do you expect the units to look like they are teleporting to the other side of the map if they move off one side?

caprinae | 2020-04-16 18:04

i are you trying to actually draw the map in an infinite loop on one or both axes

maproce | 2020-04-16 18:31