Saturday, December 17, 2011

Not dead yet

Alright.  Normally this spiraling out of control obsessing about a problem would kill a project for me.  Especially when I'm getting zero time to work on it.  Today, I'm using up part of the half hour I have to work to write this.  I keep swinging back and forth between maybe I'm doing too much, to maybe I'm doing too little.


So here's what I've got so far, and this is what I'm gonna try to implement:
Dictionary of Maps -> Dictionary of Areas -> Dictionary of tiles -> lists of objects.

Map keys are tuples, (name, level).
Area keys are tuples of grid coordinates (area_x, area_y)
Tile keys are tuples as well (tile_x, tile_y)

No comments:

Post a Comment