diff --git a/mastermind/AppShell.xaml b/mastermind/AppShell.xaml index 4080aac..f1cc983 100644 --- a/mastermind/AppShell.xaml +++ b/mastermind/AppShell.xaml @@ -6,7 +6,32 @@ xmlns:local="clr-namespace:mastermind" xmlns:pages="clr-namespace:mastermind.Pages" Shell.FlyoutBehavior="Flyout" - Title="Mastermind"> + Title="mastermind"> + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mastermind/Pages/Defaite.xaml.cs b/mastermind/Pages/Defaite.xaml.cs new file mode 100644 index 0000000..74f3619 --- /dev/null +++ b/mastermind/Pages/Defaite.xaml.cs @@ -0,0 +1,9 @@ +namespace mastermind.Pages; + +public partial class Defaite : ContentPage +{ + public Defaite() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/mastermind/Pages/Egaliter.xaml b/mastermind/Pages/Egaliter.xaml new file mode 100644 index 0000000..80bbc42 --- /dev/null +++ b/mastermind/Pages/Egaliter.xaml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/mastermind/Pages/Egaliter.xaml.cs b/mastermind/Pages/Egaliter.xaml.cs new file mode 100644 index 0000000..6d984e3 --- /dev/null +++ b/mastermind/Pages/Egaliter.xaml.cs @@ -0,0 +1,9 @@ +namespace mastermind.Pages; + +public partial class Egaliter : ContentPage +{ + public Egaliter() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/mastermind/Pages/Regle.xaml b/mastermind/Pages/Regle.xaml new file mode 100644 index 0000000..3d23126 --- /dev/null +++ b/mastermind/Pages/Regle.xaml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mastermind/Pages/Regle.xaml.cs b/mastermind/Pages/Regle.xaml.cs new file mode 100644 index 0000000..0d22817 --- /dev/null +++ b/mastermind/Pages/Regle.xaml.cs @@ -0,0 +1,9 @@ +namespace mastermind.Pages; + +public partial class Regle : ContentPage +{ + public Regle() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/mastermind/Pages/TableauScore.xaml b/mastermind/Pages/TableauScore.xaml new file mode 100644 index 0000000..379b1d1 --- /dev/null +++ b/mastermind/Pages/TableauScore.xaml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mastermind/Pages/Victoire.xaml b/mastermind/Pages/Victoire.xaml new file mode 100644 index 0000000..b47a5ef --- /dev/null +++ b/mastermind/Pages/Victoire.xaml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/mastermind/Pages/Victoire.xaml.cs b/mastermind/Pages/Victoire.xaml.cs new file mode 100644 index 0000000..4037b45 --- /dev/null +++ b/mastermind/Pages/Victoire.xaml.cs @@ -0,0 +1,9 @@ +namespace mastermind.Pages; + +public partial class Victoire : ContentPage +{ + public Victoire() + { + InitializeComponent(); + } +} \ 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/defaite.png b/mastermind/Resources/Images/defaite.png new file mode 100644 index 0000000..2150114 Binary files /dev/null and b/mastermind/Resources/Images/defaite.png differ diff --git a/mastermind/Resources/Images/egaliter.jpg b/mastermind/Resources/Images/egaliter.jpg new file mode 100644 index 0000000..ebed293 Binary files /dev/null and b/mastermind/Resources/Images/egaliter.jpg differ diff --git a/mastermind/Resources/Images/fleche_retour.png b/mastermind/Resources/Images/fleche_retour.png new file mode 100644 index 0000000..2f690bd Binary files /dev/null and b/mastermind/Resources/Images/fleche_retour.png differ diff --git a/mastermind/Resources/Images/livre.png b/mastermind/Resources/Images/livre.png new file mode 100644 index 0000000..b5839a5 Binary files /dev/null and b/mastermind/Resources/Images/livre.png differ diff --git a/mastermind/Resources/Images/mastermind.png b/mastermind/Resources/Images/mastermind.png new file mode 100644 index 0000000..d370829 Binary files /dev/null and b/mastermind/Resources/Images/mastermind.png differ diff --git a/mastermind/Resources/Images/pink_cloud.jpg b/mastermind/Resources/Images/pink_cloud.jpg new file mode 100644 index 0000000..eb9fa4d Binary files /dev/null and b/mastermind/Resources/Images/pink_cloud.jpg differ 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/trophy.jpg b/mastermind/Resources/Images/trophy.jpg new file mode 100644 index 0000000..2274c09 Binary files /dev/null and b/mastermind/Resources/Images/trophy.jpg differ diff --git a/mastermind/Resources/Images/wood.jpg b/mastermind/Resources/Images/wood.jpg new file mode 100644 index 0000000..6e492f4 Binary files /dev/null and b/mastermind/Resources/Images/wood.jpg differ diff --git a/mastermind/Resources/Styles/Styles.xaml b/mastermind/Resources/Styles/Styles.xaml index 082a4c0..1720bb3 100644 --- a/mastermind/Resources/Styles/Styles.xaml +++ b/mastermind/Resources/Styles/Styles.xaml @@ -23,7 +23,7 @@ - + + + + +