BBGameDesign

Building Game Maps: My Bookmarks

Via Twitter, @tjgillis asked his followers for any links on building game maps. I’m still planning to do a more in-depth article on programming game maps for browser based games but for now I’m sharing these bookmarks. This list is only about a few aspects of programming game maps so if you have any questions please leave a comment, I’ll be happy to answer it.

Definitely check this out:

// Tile Based Games

// Pathfinding

// Isometric and Tile-based Games

If you need more:

// Drawing isometric game worlds

// ISOMETRIC GAME – PART 1

// Isometric ‘n’ Hexagonal Maps

// Implementing Iso and Iso Hex Grids

// Moving sprites between tiles in an Isometric world

// MoveableMap

// Javascript Programming

// Path Finding on Tile based Maps

// Game Boards

// Traversing an Isometric Ground Map

// There’s some stuff on maps at Amit’s

// Mouse Maps for Isometric Height Maps

  • Barrikor

    Great info :)

  • Anonymous

    what is the name of the technique shown in the diagram?

  • Anonymous

    The diagram shows how to place your images for your isometric tiles. Because images are always squared you need to position them so the isometric shapes from a nice coherent map. Please look into some of the links posted here for more information.