Class cocos.tiles.RegularTesselationMap

Known Subclasses:
HexMap, RectMap
A regularly tesselated map that allows access to its cells by index (i, j).

Methods

  get_cell(self, i, j)
Return Cell at cell pos=(i, j).

Method Details

get_cell

get_cell(self, i, j)

Return Cell at cell pos=(i, j).

Return None if out of bounds.