You can do this assignment alone or you can form groups of 3 or less students. If you form a group, all names must be in the code. Each member will submit the project Your team will design a program that will be used to play Valencia Battleship. Valencia Battleship is played on a10×10grid. The game begins with the five ships (see below) being placed randomly somewhere in the10×10grid. You will not know the location of the ships, they will be randomly placed. The 5 Ships in the game: 1. (S) Seminole State Ship (3 Holes) 2. (A) Air Force Academy (5 Holes) 3. (V) Valencia Destroyer ( 4 Holes) 4. (E) Eskimo University (3 Holes) 5. (D) Deland High School (2 Holes) When the game starts, the screen will look as shown below. Enter (ietter follomed of Number w ac to Quiti? The player will either fire a missile or quit the game. If they fire a missile, you will place an "H" if they hit a ship or an "M" if they miss a ship. You will adjust the missile counters. Once a ship has been sunk, you will replace the "H" in the sunk ship with the letter pertaining to the sunk ship. You will now show the ship as sunk. Placing Ships Ships cannot collide with other ships. No overlapping. Ships cannot run off the game board. MAIN MENU Valencia Battleship Game A] start a new game B) resume an existing game C] view best scores D] quit GAME PLAY The goal is for the player to sink all ships with while using the least amount of missiles possible. A perfect game will use 17 missiles. A. Starts a new game from scratch. B. If an previous game was not finish, you can resume here, otherwise inform the user and start a new game C. You will show the top 10 best scores sorted from best to not best. Remember the lower the score the better. You will display the top 10 scores to both the screen and to a text file named topTenscores.tx. The text file will live in the src folder. D. If they quit, you will preserve what needs to be preserved and exit.