jromie0924 / Battleship

Battleship!
0 stars 0 forks source link

make ship direction an enumeration #5

Open jromie0924 opened 6 years ago

jromie0924 commented 6 years ago

Currently ship direction is represented as an int. Make this an enum for clarity.