- Vector.from_point to convert a point to a vector - Rect.width and Rect.height convenience properties
- Move room generators to map.generators.room - Move corridor generators to map.generators.corridor Generators have a generate() method that generates the things they place, and an apply() method that applies their objects to a grid of tiles.