temp display alert
continuous-integration/drone/push Build is passing Details

old_branch_before_remy
Jérémy Mouyon 11 months ago
parent 40aa294bd9
commit 134a8be31f

@ -106,7 +106,10 @@ public partial class Gameboard : ContentPage
} }
else else
{ {
game.GetPlayerScore(game.GetPlayingPlayer(), game.CellsUsed, game.GetBoard()!); var x = game.GetPlayerScore(game.GetPlayingPlayer(), game.CellsUsed, game.GetBoard()!);
DisplayAlert("TEMP ALERT FOR DEBUG", game.GetPlayingPlayer().ToString() + " win : " + x, "Copy !");
game.EmptyCellUsed(); game.EmptyCellUsed();
game.DrawTiles(game.GetPlayingPlayer()); game.DrawTiles(game.GetPlayingPlayer());
} }

Loading…
Cancel
Save