diff --git a/Qwirkle/Qwirkle/AppShell.xaml b/Qwirkle/Qwirkle/AppShell.xaml
index 7c8d6e5..90ee21e 100644
--- a/Qwirkle/Qwirkle/AppShell.xaml
+++ b/Qwirkle/Qwirkle/AppShell.xaml
@@ -12,6 +12,10 @@
Title="Home"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
+
+ HorizontalTextAlignment="Center"
+ />
+ />
-
+ HorizontalOptions="Center"
+ />
-
+ HorizontalOptions="Center"
+ />
-
+ HorizontalOptions="Center"
+ />
-
+ HorizontalOptions="Center"
+ />
-
+ HorizontalOptions="Center"
+ />
+
+
diff --git a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml
index acb1b3b..ff04bca 100644
--- a/Qwirkle/Qwirkle/Pages/Leaderboard.xaml
+++ b/Qwirkle/Qwirkle/Pages/Leaderboard.xaml
@@ -8,7 +8,6 @@
@@ -66,6 +65,16 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Qwirkle/Qwirkle/Pages/Scoreboard.xaml b/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
index 4390c71..8b1f6d9 100644
--- a/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
+++ b/Qwirkle/Qwirkle/Pages/Scoreboard.xaml
@@ -2,11 +2,50 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Qwirkle/Qwirkle/Pages/SetPlayers.xaml b/Qwirkle/Qwirkle/Pages/SetPlayers.xaml
new file mode 100644
index 0000000..9378e24
--- /dev/null
+++ b/Qwirkle/Qwirkle/Pages/SetPlayers.xaml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Qwirkle/Qwirkle/Pages/SetPlayers.xaml.cs b/Qwirkle/Qwirkle/Pages/SetPlayers.xaml.cs
new file mode 100644
index 0000000..34b1173
--- /dev/null
+++ b/Qwirkle/Qwirkle/Pages/SetPlayers.xaml.cs
@@ -0,0 +1,9 @@
+namespace Qwirkle.Pages;
+
+public partial class SetPlayers : ContentPage
+{
+ public SetPlayers()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Qwirkle/Qwirkle/Pages/Settings.xaml b/Qwirkle/Qwirkle/Pages/Settings.xaml
index cf01158..8133ce7 100644
--- a/Qwirkle/Qwirkle/Pages/Settings.xaml
+++ b/Qwirkle/Qwirkle/Pages/Settings.xaml
@@ -7,7 +7,6 @@
@@ -15,7 +14,6 @@