diff --git a/mastermind/Pages/CTableauScore.xaml b/mastermind/Pages/CTableauScore.xaml new file mode 100644 index 0000000..1c08fc4 --- /dev/null +++ b/mastermind/Pages/CTableauScore.xaml @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/mastermind/Pages/CTableauScore.xaml.cs b/mastermind/Pages/CTableauScore.xaml.cs new file mode 100644 index 0000000..d0fbb79 --- /dev/null +++ b/mastermind/Pages/CTableauScore.xaml.cs @@ -0,0 +1,9 @@ +namespace mastermind.Pages; + +public partial class CTableauScore : ContentView +{ + public CTableauScore() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/mastermind/Pages/TableauScore.xaml b/mastermind/Pages/TableauScore.xaml index aab440a..dda0314 100644 --- a/mastermind/Pages/TableauScore.xaml +++ b/mastermind/Pages/TableauScore.xaml @@ -1,22 +1,38 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - \ No newline at end of file diff --git a/mastermind/Resources/Images/star.png b/mastermind/Resources/Images/star.png new file mode 100644 index 0000000..28556cd Binary files /dev/null and b/mastermind/Resources/Images/star.png differ diff --git a/mastermind/Resources/Images/stare.png b/mastermind/Resources/Images/stare.png deleted file mode 100644 index f9cbf22..0000000 Binary files a/mastermind/Resources/Images/stare.png and /dev/null differ diff --git a/mastermind/mastermind.csproj b/mastermind/mastermind.csproj index 6c03f94..916978f 100644 --- a/mastermind/mastermind.csproj +++ b/mastermind/mastermind.csproj @@ -63,12 +63,21 @@ + + %(Filename) + TableauScore.xaml + + MSBuild:Compile + + + MSBuild:Compile + MSBuild:Compile