diff --git a/TheGameExtreme.Android/MainActivity.cs b/TheGameExtreme.Android/MainActivity.cs index a97ab60..5eafc09 100644 --- a/TheGameExtreme.Android/MainActivity.cs +++ b/TheGameExtreme.Android/MainActivity.cs @@ -9,7 +9,7 @@ using Android.OS; namespace TheGameExtreme.Droid { - [Activity(Label = "TheGameExtreme", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation, ScreenOrientation = ScreenOrientation.Landscape)] + [Activity(Label = "TheGameExtreme", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation, ScreenOrientation = ScreenOrientation.Landscape)] public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity { protected override void OnCreate(Bundle savedInstanceState) diff --git a/TheGameExtreme.Android/Properties/AndroidManifest.xml b/TheGameExtreme.Android/Properties/AndroidManifest.xml index 78ea3a5..67757c5 100644 --- a/TheGameExtreme.Android/Properties/AndroidManifest.xml +++ b/TheGameExtreme.Android/Properties/AndroidManifest.xml @@ -1,7 +1,11 @@  - + - + \ No newline at end of file diff --git a/TheGameExtreme.Android/Resources/Resource.designer.cs b/TheGameExtreme.Android/Resources/Resource.designer.cs index b331b96..2d03d50 100644 --- a/TheGameExtreme.Android/Resources/Resource.designer.cs +++ b/TheGameExtreme.Android/Resources/Resource.designer.cs @@ -5752,55 +5752,64 @@ namespace TheGameExtreme.Droid public const int ic_mtrl_chip_close_circle = 2131165287; // aapt resource value: 0x7F070068 - public const int mtrl_snackbar_background = 2131165288; + public const int imagesRules = 2131165288; // aapt resource value: 0x7F070069 - public const int mtrl_tabs_default_indicator = 2131165289; + public const int mtrl_snackbar_background = 2131165289; // aapt resource value: 0x7F07006A - public const int navigation_empty_icon = 2131165290; + public const int mtrl_tabs_default_indicator = 2131165290; // aapt resource value: 0x7F07006B - public const int notification_action_background = 2131165291; + public const int navigation_empty_icon = 2131165291; // aapt resource value: 0x7F07006C - public const int notification_bg = 2131165292; + public const int notification_action_background = 2131165292; // aapt resource value: 0x7F07006D - public const int notification_bg_low = 2131165293; + public const int notification_bg = 2131165293; // aapt resource value: 0x7F07006E - public const int notification_bg_low_normal = 2131165294; + public const int notification_bg_low = 2131165294; // aapt resource value: 0x7F07006F - public const int notification_bg_low_pressed = 2131165295; + public const int notification_bg_low_normal = 2131165295; // aapt resource value: 0x7F070070 - public const int notification_bg_normal = 2131165296; + public const int notification_bg_low_pressed = 2131165296; // aapt resource value: 0x7F070071 - public const int notification_bg_normal_pressed = 2131165297; + public const int notification_bg_normal = 2131165297; // aapt resource value: 0x7F070072 - public const int notification_icon_background = 2131165298; + public const int notification_bg_normal_pressed = 2131165298; // aapt resource value: 0x7F070073 - public const int notification_template_icon_bg = 2131165299; + public const int notification_icon_background = 2131165299; // aapt resource value: 0x7F070074 - public const int notification_template_icon_low_bg = 2131165300; + public const int notification_template_icon_bg = 2131165300; // aapt resource value: 0x7F070075 - public const int notification_tile_bg = 2131165301; + public const int notification_template_icon_low_bg = 2131165301; // aapt resource value: 0x7F070076 - public const int notify_panel_notification_icon_bg = 2131165302; + public const int notification_tile_bg = 2131165302; // aapt resource value: 0x7F070077 - public const int tooltip_frame_dark = 2131165303; + public const int notify_panel_notification_icon_bg = 2131165303; // aapt resource value: 0x7F070078 - public const int tooltip_frame_light = 2131165304; + public const int rules = 2131165304; + + // aapt resource value: 0x7F070079 + public const int rulesImg = 2131165305; + + // aapt resource value: 0x7F07007A + public const int tooltip_frame_dark = 2131165306; + + // aapt resource value: 0x7F07007B + public const int tooltip_frame_light = 2131165307; static Drawable() { diff --git a/TheGameExtreme.Android/Resources/drawable/imagesRules.png b/TheGameExtreme.Android/Resources/drawable/imagesRules.png new file mode 100644 index 0000000..52a4df2 Binary files /dev/null and b/TheGameExtreme.Android/Resources/drawable/imagesRules.png differ diff --git a/TheGameExtreme.Android/Resources/drawable/rules.png b/TheGameExtreme.Android/Resources/drawable/rules.png new file mode 100644 index 0000000..104fe85 Binary files /dev/null and b/TheGameExtreme.Android/Resources/drawable/rules.png differ diff --git a/TheGameExtreme.Android/Resources/drawable/rulesImg.png b/TheGameExtreme.Android/Resources/drawable/rulesImg.png new file mode 100644 index 0000000..65d99c4 Binary files /dev/null and b/TheGameExtreme.Android/Resources/drawable/rulesImg.png differ diff --git a/TheGameExtreme.Android/TheGameExtreme.Android.csproj b/TheGameExtreme.Android/TheGameExtreme.Android.csproj index 48ba1a0..48f8f49 100644 --- a/TheGameExtreme.Android/TheGameExtreme.Android.csproj +++ b/TheGameExtreme.Android/TheGameExtreme.Android.csproj @@ -110,5 +110,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/TheGameExtreme.iOS/Apple.ico b/TheGameExtreme.iOS/Apple.ico new file mode 100644 index 0000000..5c179eb Binary files /dev/null and b/TheGameExtreme.iOS/Apple.ico differ diff --git a/TheGameExtreme.iOS/Resources/rules.png b/TheGameExtreme.iOS/Resources/rules.png new file mode 100644 index 0000000..104fe85 Binary files /dev/null and b/TheGameExtreme.iOS/Resources/rules.png differ diff --git a/TheGameExtreme.iOS/Resources/rulesImg.png b/TheGameExtreme.iOS/Resources/rulesImg.png new file mode 100644 index 0000000..65d99c4 Binary files /dev/null and b/TheGameExtreme.iOS/Resources/rulesImg.png differ diff --git a/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj b/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj index 80849d0..abdce6e 100644 --- a/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj +++ b/TheGameExtreme.iOS/TheGameExtreme.iOS.csproj @@ -59,6 +59,12 @@ iPhone Developer Entitlements.plist + + + + + Apple.ico + @@ -140,4 +146,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/TheGameExtreme/AppRessource.Designer.cs b/TheGameExtreme/AppRessource.Designer.cs index 3b25acb..655d31a 100644 --- a/TheGameExtreme/AppRessource.Designer.cs +++ b/TheGameExtreme/AppRessource.Designer.cs @@ -159,6 +159,25 @@ namespace TheGameExtreme { } } + /// + /// Recherche une chaîne localisée semblable à -L'objectif est de battre le jeu ! + /// + ///-99 cartes numérotés de 2 à 99. + /// + ///-4 piles sont à votre disposition, deux ascendantes et deux descendantes. + /// + ///-L'objectif est de pourvoir poser toute les cartes de la pioches sur les différentes piles à votre disposition. + /// + ///-Si vous arrivé a vider toute la pioche et de poser tout les cartes sur les piles, vous gagné, sinon vous perdez. + /// + ///-Quelques suprise pourrait aussi vous surprendre.. + /// + internal static string StrRules { + get { + return ResourceManager.GetString("StrRules", resourceCulture); + } + } + /// /// Recherche une chaîne localisée semblable à Désolé, vous n'avez pas recouvert la tête de mort... Réessayez ;). /// diff --git a/TheGameExtreme/AppRessource.resx b/TheGameExtreme/AppRessource.resx index ada4757..7e4c8a2 100644 --- a/TheGameExtreme/AppRessource.resx +++ b/TheGameExtreme/AppRessource.resx @@ -155,6 +155,19 @@ Le joueur n'a plus de carte dans sa main + + -L'objectif est de battre le jeu ! + +-99 cartes numérotés de 2 à 99. + +-4 piles sont à votre disposition, deux ascendantes et deux descendantes. + +-L'objectif est de pourvoir poser toute les cartes de la pioches sur les différentes piles à votre disposition. + +-Si vous arrivé a vider toute la pioche et de poser tout les cartes sur les piles, vous gagné, sinon vous perdez. + +-Quelques suprise pourrait aussi vous surprendre. + Désolé, vous n'avez pas recouvert la tête de mort... Réessayez ;) diff --git a/TheGameExtreme/TheGameExtreme.csproj b/TheGameExtreme/TheGameExtreme.csproj index 3d51f6d..42be72c 100644 --- a/TheGameExtreme/TheGameExtreme.csproj +++ b/TheGameExtreme/TheGameExtreme.csproj @@ -38,9 +38,6 @@ ResXFileCodeGenerator AppRessources-br.Designer.cs - - MSBuild:UpdateDesignTimeXaml - PublicResXFileCodeGenerator AppResources.Designer.cs diff --git a/TheGameExtreme/view/HomePage.xaml b/TheGameExtreme/view/HomePage.xaml index 86ba6e0..f97be7c 100644 --- a/TheGameExtreme/view/HomePage.xaml +++ b/TheGameExtreme/view/HomePage.xaml @@ -1,9 +1,10 @@  - + x:Class="TheGameExtreme.view.HomePage" + BackgroundColor="{Binding UpdateSourceEventName=swTheme}"> @@ -19,7 +20,7 @@ -