Merge branch 'master' of github.com:EECS-448-Battleship/project-1

master
Garrett Mills 4 years ago
commit 3b3f09d8f1
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -203,6 +203,10 @@ export class GameStateService {
})
}
get_player_victory_state(){
return [clone(this.player_x_game_board[this.current_player]), clone(this.player_x_game_board[this.current_opponent])]
}
/**
* get the "score" (the number of hits) that the
* current player has (counting sunk ships)

Loading…
Cancel
Save