I'm trying to make a 2d game with map style like Heroes of Might & Magic V, but except i want the game to be in
squares. So on every square there could be a city or a camp or something, and how do i approach that best?
- The map could be like 5x5 squares of a total of 25, but how do i begin with making the map?
I read that i can make some tiles for a tilemap and make the map. But what are the other options or are the tilemap the best option for my game? ?
i'm using unity
Hope i explained it right. Else ask, thanks!