Sea Battle is a game for two players. The game is played on four grids, two for each player. The grids are typically square – usually 10×10 – and the individual squares in the grid are identified by letter and number. On one grid the player arranges ships and records the shots by the opponent. On the other grid the player records their own shots.
The project was done by Bùi Thế Vĩnh Nguyên, in the course of Object Oriented Programming at ProPTIT.
- Clone the repo
- Open: Product \ GameLauncher (Batch File).
- Enjoy the game
Gameplay video: https://youtu.be/H-fcIXAx39A
- Project Structure
├── src
│ ├── Audio
│ ├── Classes
│ │ │ ├── Ingame.java
│ │ │ ├── Main.java
│ │ │ ├── Starting.java
│ │ │ ├── Leader.java
│ │ │ ├── Board.java
│ │ │ ├── Settings.java
│ ├── Data
│ │ │ ├── saveLoadFunction.java
│ │ │ ├── leaderBoard.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.