How to make large map in CoCos2d-x ?

I want to know the best and efficient way to make large map just like War Of Nations.? I also added an sample image


photo-(4).png (635.6 KB)

an option is to use tilemaps

basically, split the map into chunks, and hide the invisible chunks on the fly.

@ hammer lava …how to hide invisible part of the map ?

vivek bansal wrote:

@ hammer lava …how to hide invisible part of the map ?

setVisible(false)