https://github.com/rainggor/battle-ship
Реализация игры "Морской бой"
https://github.com/rainggor/battle-ship
Last synced: about 1 month ago
JSON representation
Реализация игры "Морской бой"
- Host: GitHub
- URL: https://github.com/rainggor/battle-ship
- Owner: RaingGOR
- Created: 2023-04-29T16:58:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T09:39:37.000Z (about 3 years ago)
- Last Synced: 2025-12-26T16:37:33.213Z (5 months ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Battle-Ship
Implementation of the "Sea Battle" game
-------------------------------------------------------------------
#Java: 17
-------------------------------------------------------------------
#Instructions:
To place your ships on the grid, when prompted enter coordinates in
the following format: A1 A5
-------------------------------------------------------------------
#Rules:
The first coordinate is the head of your ship, the second the tail.
The distance of from head to tail must equal the size of the ship.
Horizontal and vertical placement only - no diagonals.