LissaDragomir21 / SeniorSoftware

0 stars 0 forks source link

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

Open hwilling opened 7 years ago

hwilling commented 7 years ago
  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