jaxonavena / Battleship

1 stars 1 forks source link

Sanitize LetterNumber style coordinate input to be ints #12

Closed jaxonavena closed 2 months ago

jaxonavena commented 2 months ago

Need to refactor to have the input immediately get converted into ints then have all of the rest of the code use ints for their row call args. Normalize everything.

jaxonavena commented 2 months ago

Closed with e06724c