tmcclintock/donjuan

Create a Hallway class

tmcclintock opened this issue · 0 comments

Create a Hallway class and put a dictionary in the Dungeon to keep track of corridors. Functionally the Hallway should resemble the Grid, since it is just a collection of Cell objects.

This issue should be expanded on.