diff --git a/Qwirkle/QwirkleViews/Pages/Gameboard.xaml b/Qwirkle/QwirkleViews/Pages/Gameboard.xaml
index 1413b28..d3627eb 100644
--- a/Qwirkle/QwirkleViews/Pages/Gameboard.xaml
+++ b/Qwirkle/QwirkleViews/Pages/Gameboard.xaml
@@ -74,7 +74,7 @@
ToolTipProperties.Text="Click here to exit ;)"
Style="{StaticResource GameButton}" />
-
+
@@ -98,7 +98,7 @@
-
+
@@ -119,7 +119,7 @@
-
+
@@ -140,7 +140,7 @@
-
+
diff --git a/Qwirkle/QwirkleViews/Pages/SetPlayers.xaml.cs b/Qwirkle/QwirkleViews/Pages/SetPlayers.xaml.cs
index b029414..7b0226b 100644
--- a/Qwirkle/QwirkleViews/Pages/SetPlayers.xaml.cs
+++ b/Qwirkle/QwirkleViews/Pages/SetPlayers.xaml.cs
@@ -54,7 +54,7 @@ public partial class SetPlayers : ContentPage
game.GiveTilesToPlayers();
game.SetNextPlayer();
Shell.Current.GoToAsync("Gameboard");
- //Navigation.PushAsync(new Gameboard());
+
}
diff --git a/Qwirkle/QwirkleViews/PopUpEndGame.xaml.cs b/Qwirkle/QwirkleViews/PopUpEndGame.xaml.cs
index fe153d9..34288e2 100644
--- a/Qwirkle/QwirkleViews/PopUpEndGame.xaml.cs
+++ b/Qwirkle/QwirkleViews/PopUpEndGame.xaml.cs
@@ -1,4 +1,5 @@
using CommunityToolkit.Maui.Views;
+using Microsoft.Maui.Controls;
using QwirkleClassLibrary.Games;
using System.Collections.ObjectModel;
@@ -32,7 +33,8 @@ public partial class PopUpEndGame : Popup
public async void OnButtonNextClick(object sender, EventArgs e)
{
- await CloseAsync();
+ Close();
+ await Shell.Current.GoToAsync("MainPage");
}
}
diff --git a/Qwirkle/QwirkleViews/QwirkleViews.csproj b/Qwirkle/QwirkleViews/QwirkleViews.csproj
index f2f4f2a..3f682eb 100644
--- a/Qwirkle/QwirkleViews/QwirkleViews.csproj
+++ b/Qwirkle/QwirkleViews/QwirkleViews.csproj
@@ -1,8 +1,7 @@
- net8.0-android;net8.0-ios;net8.0-maccatalyst
- $(TargetFrameworks);net8.0-windows10.0.19041.0
+ net8.0-windows10.0.19041.0
@@ -61,15 +60,15 @@
-
+
-
+
-
+
diff --git a/Qwirkle/QwirkleViews/Resources/Raw/f1.mp3 b/Qwirkle/QwirkleViews/Resources/Raw/f1.mp3
deleted file mode 100644
index e4e3d9a..0000000
Binary files a/Qwirkle/QwirkleViews/Resources/Raw/f1.mp3 and /dev/null differ