Tile Module

class Tile.Tile(x, y, kind=None)[source]

Bases: object

A tile of map in dungeon. All unit of member value is squares, not coordinate.

DEFAULT = '_'
DOOR = '~'
WALL = '+'
WATER = '^'
WAY = '#'

Previous topic

Rooms Module

Next topic

Util Module

This Page