alexander-l-stone / RogueSpace

A rogue like about space exploration written with python's tcod library.
MIT License
0 stars 0 forks source link

Make a Tileset class and TilesetArea class #31

Closed alexander-l-stone closed 3 years ago

alexander-l-stone commented 3 years ago

There should be a tileset class that is effectively a wrapper on a dict pretending to be an enum.(numbers should represent Entities/Tiles).

Should have a TilesetArea that uses a tileset with an area. Extends Area.

alexander-l-stone commented 3 years ago

Soft Blocked by #25