NM-TAFE / battleships-2021

MIT License
3 stars 15 forks source link

Add "You sunk my ...." functionality #7

Open shlecturer opened 3 years ago

shlecturer commented 3 years ago

In the original game, a player must indicate to the other players that a ship has sunk. For instance, "you sunk my aircraft carrier."

The current implementation doesn't have any way to convey this information, but it would be a nice addition.

The gRPC protocol will probably have to be updated for this to work, as there is no provision to send this information in any way.