LissaDragomir21 / LissaDragomir21/SeniorSoftware

for ship spawning give each player a zone where they can place their ships

Open
#11 0 comments 0 reactions 2 assignees Claimed by @l-hurd314 View on GitHub
Dominant language
C++
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

1. system allocates a zone of the board that the players can place their ships in for starting positions
a. zones may not overlap (unless we implement team battles then zones are shared)
2. user places ships on board
a. system allows placement if ship is in a valid starting position (inside of allocated zone and not starting on another ship)
b. system denies ship from being placed at selected space if the space is invalid
3. user confirms when they have placed all of their ships in desired positions
a. system cancels confirmation if not all ships are placed in a valid position on board
b. system accepts confirmation if all ships are placed in a valid board position
4. system triggers game start when all users have confirmed placement

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.