brandonp1551 / Waterflow

Water Flow project
0 stars 0 forks source link

Create initial Map constructor #5

Closed taylorcjensen closed 7 years ago

taylorcjensen commented 7 years ago

Write the constructor for the Map class that reads in a file (like found in #2 or #3) and creates an internal representation of it using a 2D array of Nodes.

taylorcjensen commented 7 years ago

Currently can read in a 10x10 array of comma delineated values. Needs to be updated to accept x y z\n delineated values of any length, see #11.