FlyingWolFox / Class-Projects-1

Games that professor asked us to do. This pack has Tica Tac Toe, Connect 4, Hangman, Simon and Battleship
MIT License
1 stars 0 forks source link

Battleship: Ship rules #19

Open FlyingWolFox opened 4 years ago

FlyingWolFox commented 4 years ago

New feature Must work with map parser

Two choices can be made:

  1. Maintain the actual file formatting, but identify each ship inside of the program
  2. Force a new file formatting, which will give the ships ready

The second is easier in te code, but how the formatting will be done I have no idea The first appear to be the right choice, making this work with the map parser