diff --git a/mastermind/AppShell.xaml b/mastermind/AppShell.xaml index f9c895b..fc6d3a6 100644 --- a/mastermind/AppShell.xaml +++ b/mastermind/AppShell.xaml @@ -4,12 +4,17 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:mastermind" - Shell.FlyoutBehavior="Disabled" + xmlns:pages="clr-namespace:mastermind.Pages" + Shell.FlyoutBehavior="Flyout" Title="mastermind"> - - - + + + + diff --git a/mastermind/Pages/TableauScore.xaml b/mastermind/Pages/TableauScore.xaml new file mode 100644 index 0000000..38e1132 --- /dev/null +++ b/mastermind/Pages/TableauScore.xaml @@ -0,0 +1,21 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/mastermind/Pages/tableauScore.xaml.cs b/mastermind/Pages/tableauScore.xaml.cs new file mode 100644 index 0000000..bb78148 --- /dev/null +++ b/mastermind/Pages/tableauScore.xaml.cs @@ -0,0 +1,9 @@ +namespace mastermind.Pages; + +public partial class TableauScore : ContentPage +{ + public TableauScore() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/mastermind/Resources/Images/stare.png b/mastermind/Resources/Images/stare.png new file mode 100644 index 0000000..f9cbf22 Binary files /dev/null and b/mastermind/Resources/Images/stare.png differ diff --git a/mastermind/mastermind.csproj b/mastermind/mastermind.csproj index 0383953..6c03f94 100644 --- a/mastermind/mastermind.csproj +++ b/mastermind/mastermind.csproj @@ -62,4 +62,16 @@ + + + TableauScore.xaml + + + + + + MSBuild:Compile + + +