We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
Iteration 4 - Additional Features
Back to Battleship Home Back to Requirements
Variable Board Size
When starting a game, a user should be able to indicate the height and width of the board. All of your validations should still work with these variable board dimensions
Custom Ships
When starting a game, a user can optionally create the ships they will play with. They should be able to give each ship a name and length, and be able to create as many of these ships as they want.
Intelligent Computer
The computer should make an educated guess of what coordinate to fire on.