2D Maps for BB 10 OS

Hi All,

I want develop 2d map for navigation systems on bb10 os. After reasearching I have settled on cocos2d-x for my solution. I am quite new to cocos2d-x. I need ur advice on how to go about it.

1 create grids(squares) and store in an array and the fill each grid with a tile image

2 Use TileMap which am not quite sure how to go about it.

Pls give your suggestions and advice.

Here are some sources that may help.

http://www.cocos2d-x.org/projects/cocos2d-x/wiki/TileMap

This one is in obj-C but the APIs you use are the same.

Enjoy!