diff --git a/Documentations/Sketch/Sketch_FGlobal.bmpr b/Documentations/Sketch/Sketch_FGlobal.bmpr
index 47391cc..9515f85 100644
Binary files a/Documentations/Sketch/Sketch_FGlobal.bmpr and b/Documentations/Sketch/Sketch_FGlobal.bmpr differ
diff --git a/TheGameExtreme.Android/Resources/la-rotation-des-engrenages-318-56336.jpg b/TheGameExtreme.Android/Resources/drawable/la-rotation-des-engrenages-318-56336.jpg
similarity index 100%
rename from TheGameExtreme.Android/Resources/la-rotation-des-engrenages-318-56336.jpg
rename to TheGameExtreme.Android/Resources/drawable/la-rotation-des-engrenages-318-56336.jpg
diff --git a/TheGameExtreme.Android/TheGameExtreme.Android.csproj b/TheGameExtreme.Android/TheGameExtreme.Android.csproj
index 867b2fd..414b63e 100644
--- a/TheGameExtreme.Android/TheGameExtreme.Android.csproj
+++ b/TheGameExtreme.Android/TheGameExtreme.Android.csproj
@@ -1,4 +1,4 @@
-
+
Debug
@@ -84,18 +84,21 @@
-
-
+
+
+
+
-
-
-
+
{8DE6C881-FF77-4CC4-B8C4-CDEDD9AB13B3}
TheGameExtreme
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/TheGameExtreme.iOS/Resources/la-rotation-des-engrenages-318-56336.jpg b/TheGameExtreme.iOS/Resources/la-rotation-des-engrenages-318-56336.jpg
new file mode 100644
index 0000000..e4b966f
Binary files /dev/null and b/TheGameExtreme.iOS/Resources/la-rotation-des-engrenages-318-56336.jpg differ
diff --git a/TheGameExtreme/view/HomePage.xaml b/TheGameExtreme/view/HomePage.xaml
index f0ae668..fd28ac7 100644
--- a/TheGameExtreme/view/HomePage.xaml
+++ b/TheGameExtreme/view/HomePage.xaml
@@ -9,11 +9,14 @@
+
+
+
+
+ <
+
-
-
-
-
+
\ No newline at end of file
diff --git a/TheGameExtreme/view/HomePage.xaml.cs b/TheGameExtreme/view/HomePage.xaml.cs
index 22a210c..70f0270 100644
--- a/TheGameExtreme/view/HomePage.xaml.cs
+++ b/TheGameExtreme/view/HomePage.xaml.cs
@@ -12,13 +12,15 @@ namespace TheGameExtreme.view
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class HomePage : ContentView
{
- ListView NbplayersSelected = new ListView();
public HomePage()
{
InitializeComponent();
}
-
+ void OpenGame(object sender, EventArgs args)
+ {
+
+ }
}
}
\ No newline at end of file
diff --git a/TheGameExtreme/view/MultiPlayerMode.xaml b/TheGameExtreme/view/MultiPlayerMode.xaml
new file mode 100644
index 0000000..080060e
--- /dev/null
+++ b/TheGameExtreme/view/MultiPlayerMode.xaml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/TheGameExtreme/view/MultiPlayerMode.xaml.cs b/TheGameExtreme/view/MultiPlayerMode.xaml.cs
new file mode 100644
index 0000000..85b5fb7
--- /dev/null
+++ b/TheGameExtreme/view/MultiPlayerMode.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace TheGameExtreme.view
+{
+ [XamlCompilation(XamlCompilationOptions.Compile)]
+ public partial class MultiPlayerMode : ContentView
+ {
+ public MultiPlayerMode()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file
diff --git a/TheGameExtreme/view/Setting.xaml b/TheGameExtreme/view/Setting.xaml
new file mode 100644
index 0000000..d795ded
--- /dev/null
+++ b/TheGameExtreme/view/Setting.xaml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/TheGameExtreme/view/Setting.xaml.cs b/TheGameExtreme/view/Setting.xaml.cs
new file mode 100644
index 0000000..e4e94d2
--- /dev/null
+++ b/TheGameExtreme/view/Setting.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Xamarin.Forms;
+using Xamarin.Forms.Xaml;
+
+namespace TheGameExtreme.view
+{
+ [XamlCompilation(XamlCompilationOptions.Compile)]
+ public partial class Setting : ContentView
+ {
+ public Setting()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file