Skip to content

IMGNRY/CCLargeScrollingTileMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CCLargeScrollingTileMap

A scrollable hex tile map for large board game worlds

Goals

  • Maintain ~50-60 FPS even when mutiple actions are running

Todo

  • Lazy loading of fresh tiles in large blocks (20-100 tiles) from server
  • Slice up and lazy load in background image of static graphics (Like Google Maps)
  • Do not render background image tiles that are off screen

Done

  • Do not render tiles that are off screen
  • Combine Cocos2D with UIScrollView to get the native iOS feeling
  • Parse colors from image into map data (like forest, water, mountains and other static terrain)

About

A scrollable hex tile map for large board game worlds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages