Gameplay
- The board is created using for loop and battleships are targeted by asking the user to guess its coordinates.
- If coordinates are correct, then it's a HIT denoted by 'X' symbol.
- If coordinates aren't correct, then it's a MISS denoted by '#' symbol.
- There are 4 consecutive battleships placed randomly anywhere, either in horizontal or vertical direction.
Some screenshots of the game: