jromie0924 / Battleship

Battleship!
0 stars 0 forks source link

Make getCoords() return something other than an int[] #8

Open jromie0924 opened 6 years ago

jromie0924 commented 6 years ago

This is jank. Make this a tuple or something. Returning an array guaranteed to be of length 2 is gross.