cs361w2019-osu / sprint1-group-4

sprint1-group-4 created by GitHub Classroom
0 stars 1 forks source link

Placement overlap #16

Closed hoboabobo closed 5 years ago

hoboabobo commented 5 years ago

Added some parameters that prevents ships being placed on top of each other within the game using a 2d bool array. false means open water, true means it is a ship.

trumanhess commented 5 years ago

Looks good! I like the changes.

Hunterdu commented 5 years ago

Looks good to me.