mikeconroy/Battleships

Game should display who's turn it is.

Closed this issue · 4 comments

Enhancement Description:
The game should have display when it is the players turn by displaying a message ("Please select where to hit") and should do the same for when the opponent is taking there turn ("Please wait while your opponent makes there move").

Expected Outcome:
Message will be shown for each players turn respectively.

Operating System:
Windows and Mac OSX

Hi Raj,

Thanks for raising this, this has been considered and will be implemented by the MVP.

A commit will be linked to this issue to keep you notified once the enhancement has been completed.

Thanks,
Joe

Now we are moving closer to multiplayer being in place. This enhancement is quite vital and should be implemented as a method on the PlayPanel called something like "displayTurn" will make clear on the panel who's go it is.
It would then be the controller's responsibility to call this method when the turn changes.
This would be useful for both the Single Player game as well as Multiplayer.

My suggestion would be to have a string above the grids (just below the title) saying "Opponents Move" and "Your Move" or something similar :).

This has now been implemented in MVP 1.0. Please can you test and confirm if you are happy to close this enhancement.

This enhancement has passed thorough testing, closure will proceed.