dpalmasan/wumpus-ai

Create Map from a List of properties

Closed this issue · 1 comments

A class method for the Map class, for example:

map = Map.from_array([
    [[Property.BREEZE], None, [Property.STENCH, Property.WUMPUS ...]],
    ...
])

#8 implements this