frnsys / highrise

building social dynamics simulator
5 stars 2 forks source link

support layouts from strings #10

Closed frnsys closed 7 years ago

frnsys commented 7 years ago

easier to work with

frnsys commented 7 years ago

whitespace-delimited

if we're doing this we might as well move away from ints, e.g. empty spaces can be O, filled spaces can be X, walls can be =, etc.

these mappings of chars to meanings should be encapsulated by an enum or sth anyways

frnsys commented 7 years ago

mm we can just mix numbers and strings, no prob