ucsb-cs56-projects / cs56-games-battleship-alt

-
0 stars 2 forks source link

Make the game play online #14

Open sxh19911230 opened 9 years ago

sxh19911230 commented 9 years ago

This game did not implement "play it online" well. The online part is still play locally. So, the next to be done is to make it play online.

  1. Player cannot place the ship.
  2. No someone's turn. One player can shot as many times as they want in a row.

The code for these part is in the Battleship class. Search keyword gametype == pvp (this one is for host a game) and gametype == pvpc (this one is for join a game).

Estimated ~ 400 points

PazZaitGivon commented 9 years ago

looks good