diff --git a/YatzyGame/Views/Home/Game.cshtml b/YatzyGame/Views/Home/Game.cshtml index 0008947..8618010 100644 --- a/YatzyGame/Views/Home/Game.cshtml +++ b/YatzyGame/Views/Home/Game.cshtml @@ -79,6 +79,9 @@
+ + + @if (Model.GameStarted) { @if(!Model.onlineMultiplayer || !Model.CurrentPlayer.name.Equals(Model.player.name)) { @@ -165,6 +168,28 @@

Join code: @Model.joinCode

Joined as: @Model.player.name

} + @if (Model.onlineMultiplayer) + { +
+
+
+
🎮 Share this game
+ Send this link to friends to join the game +
+
+ + +
+
+
+ +
+
+ }
@if(Model.player.Owner) { @if(Model.players.Count <= 0) @@ -274,4 +299,30 @@
- \ No newline at end of file + + + \ No newline at end of file