- Создать enums CellStatus {ALIVE, DEAD}
- enum CellDeck {FIRST, SECOND}
- enum MoveResult {HIT, MISS}
- Создать класс Cell {Long id, int x, int y, CellStatus status, CellDeck deck, Game game}, добавить сеттеры, геттеры, пустой конструктор, конструктор без id, toString
- Создать класс Move {Long id, Player player, int x, int y, MoveResult result, Game game, Date date}, добавить сеттеры, геттеры, пустой конструктор, конструктор без id, toString
- Создать класс Game {Long id, Player firstPlayer, Player secondPlayer, Date date}, добавить сеттеры, геттеры, пустой конструктор, конструктор без id, toString
-
Notifications
You must be signed in to change notification settings - Fork 0
Timu-Timu/Battleship
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published