diff --git a/mastermind/AppShell.xaml b/mastermind/AppShell.xaml
index fc6d3a6..64b5840 100644
--- a/mastermind/AppShell.xaml
+++ b/mastermind/AppShell.xaml
@@ -16,5 +16,13 @@
Title="TableauScore"
ContentTemplate="{DataTemplate pages:TableauScore}"
Route="Pages.TableauScore" />
+
+
diff --git a/mastermind/Pages/Defaite.xaml b/mastermind/Pages/Defaite.xaml
new file mode 100644
index 0000000..80a2969
--- /dev/null
+++ b/mastermind/Pages/Defaite.xaml
@@ -0,0 +1,9 @@
+
+
+
+
+
\ 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/Regle.xaml b/mastermind/Pages/Regle.xaml
new file mode 100644
index 0000000..47e4afa
--- /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
index dda0314..cdc0006 100644
--- a/mastermind/Pages/TableauScore.xaml
+++ b/mastermind/Pages/TableauScore.xaml
@@ -1,37 +1,42 @@
-
-
-
+
+
+
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
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/Styles/Styles.xaml b/mastermind/Resources/Styles/Styles.xaml
index 5bc20f1..d599741 100644
--- a/mastermind/Resources/Styles/Styles.xaml
+++ b/mastermind/Resources/Styles/Styles.xaml
@@ -22,7 +22,7 @@
-
+
+
+
+
+