views:

24

answers:

1

Remember the game Civilization, where there was a large scrollable map with different behavior of some tiles. Or in Google Maps there is also a map where tiles are loaded with Ajax.

Where can I find more information on tiles classes (in C++)? How does a class hierarchy look like to implement a scrollable canvas with tiles?

+2  A: 

A very good place to start : Amit game programming on tiles.

Raveline
thanks for this!
poseid
You're welcome. The whole Amit's page is really a great, great resources for game programming.
Raveline