brandonp1551 / Waterflow

Water Flow project
0 stars 0 forks source link

Make the map constructor accept x y z\n formatted data #11

Closed taylorcjensen closed 7 years ago

taylorcjensen commented 7 years ago

The map constructor can accept comma delineated data, but not space \n delineated data.

brandonp1551 commented 7 years ago

Been working on this, planning to do it like the maze constructor, using a scanner instead of a buffer reader, unless that will mess up other parts of our code that anyone knows of?

taylorcjensen commented 7 years ago

As long as it still makes an equally valid map it shouldn't matter how we read from file.

On Fri, Apr 21, 2017, 8:15 PM brandonp1551 notifications@github.com wrote:

Been working on this, planning to do it like the maze constructor, using a scanner instead of a buffer reader, unless that will mess up other parts of our code that anyone knows of?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brandonp1551/Waterflow/issues/11#issuecomment-296332361, or mute the thread https://github.com/notifications/unsubscribe-auth/AZux1vRVtCdZnG66xyX8dNBdAlapxcSrks5ryUaPgaJpZM4M-rUB .

taylorcjensen commented 7 years ago

Resolved in #22.