Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 430 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 430 Bytes

BattleShipsGame

This project is Module 1 from Object Oriented Programming in Java by edX-Microsoft: DEV277x

A player will place 5 of their ships on a 10 by 10 grid. The computer player will deploy five ships on the same grid. Once the game starts the player and computer take turns, trying to sink each other's ships by guessing the coordinates to "attack". The game ends when either the player or computer has no ships left.