Ajout des fractions, du logo (à finir de placer et redimensionner) et correction de design et d'erreur
parent
9e43bbfc54
commit
7c128cd5d1
@ -1,24 +1,6 @@
|
|||||||
Passer sur git
|
|
||||||
|
|
||||||
Mono-utilisateur:
|
Mono-utilisateur:
|
||||||
- Multilangue
|
- Multilangue
|
||||||
- Changer les thèmes et les couleurs (en option)
|
- Changer les thèmes et les couleurs (en option) V => pour l'instant thème blanc et noir
|
||||||
- jeu classique pas extreme
|
|
||||||
- Thème dark
|
|
||||||
- Jeu solo complet
|
|
||||||
- Push version sur les stores pour la semaine pro
|
|
||||||
- Rendre abstract la creation deck V
|
|
||||||
- Drag and drop
|
|
||||||
- Option pour mettre/enlever le pas de 10
|
- Option pour mettre/enlever le pas de 10
|
||||||
- Menu de choix de partie
|
- Logo entre les piles (à finir de placer et de redimensionner)
|
||||||
- Menu des règles
|
- nb carte
|
||||||
- Plus de com (1 mail chaque soir)
|
|
||||||
- Faire une classe règle abstraite:
|
|
||||||
- Faire une list de règle devant toute être vérifier à chaque carte joué
|
|
||||||
- Faire une list de règle devant toute être vérifier à chaque fin de tour
|
|
||||||
- Skia
|
|
||||||
- GameMaster implémentera un ModeDeJeu qui implémentera des règles du jeu
|
|
||||||
|
|
||||||
|
|
||||||
The game -> déposé?
|
|
||||||
avant faire fonctionner en local puis on choisira ensemble
|
|
After Width: | Height: | Size: 11 KiB |
@ -1,70 +1,88 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ContentPage Title="THEGAME" BackgroundColor="{DynamicResource BlackColor}"
|
<ContentPage
|
||||||
|
Title="THEGAME"
|
||||||
|
BackgroundColor="{DynamicResource BlackColor}"
|
||||||
xmlns="http://xamarin.com/schemas/2014/forms"
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
x:Class="TheGameExtreme.view.HomePage">
|
x:Class="TheGameExtreme.view.HomePage">
|
||||||
|
|
||||||
<StackLayout BackgroundColor="Transparent">
|
<StackLayout BackgroundColor="Transparent">
|
||||||
|
|
||||||
<Grid>
|
<Grid>
|
||||||
|
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="*"/>
|
<ColumnDefinition Width="15*"/>
|
||||||
<ColumnDefinition Width="*"/>
|
<ColumnDefinition Width="70*"/>
|
||||||
<ColumnDefinition Width="*"/>
|
<ColumnDefinition Width="15*"/>
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="19*"/>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="27*"/>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="27*"/>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="27*"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
<Label Text="OrderStacks" TextColor="{DynamicResource WhiteColor}"
|
<Label
|
||||||
Grid.Row="0" Grid.Column="1"
|
Text="OrderStacks"
|
||||||
HorizontalTextAlignment="Center"
|
TextColor="{DynamicResource WhiteColor}"
|
||||||
FontSize="35"
|
Grid.Row="0" Grid.Column="1"
|
||||||
VerticalTextAlignment="Center"
|
HorizontalTextAlignment="Center"
|
||||||
FontFamily=""/>
|
FontSize="35"
|
||||||
|
VerticalTextAlignment="Center"
|
||||||
|
FontFamily=""/>
|
||||||
|
|
||||||
<ImageButton Source="EngrenageV1.jpeg"
|
<ImageButton
|
||||||
Grid.Row="0" Grid.Column="2"
|
Source="EngrenageV1.jpeg"
|
||||||
VerticalOptions="CenterAndExpand"
|
Grid.Row="0" Grid.Column="2"
|
||||||
HorizontalOptions="End"
|
VerticalOptions="CenterAndExpand"
|
||||||
HeightRequest="60"
|
HorizontalOptions="End"
|
||||||
WidthRequest="68"
|
HeightRequest="60"
|
||||||
Clicked="OpenSetting"
|
WidthRequest="68"
|
||||||
BackgroundColor="{DynamicResource BlackColor}"/>
|
Clicked="OpenSetting"
|
||||||
|
BackgroundColor="{DynamicResource BlackColor}"/>
|
||||||
|
|
||||||
<Button Text="Jeu en local" FontSize="18" Grid.Row="1" Grid.Column="1"
|
<Button
|
||||||
HorizontalOptions="Center"
|
Text="Jeu en local"
|
||||||
WidthRequest="230"
|
FontSize="18"
|
||||||
HeightRequest="57"
|
Grid.Row="1"
|
||||||
VerticalOptions="Center"
|
Grid.Column="1"
|
||||||
Clicked="OpenGame"
|
HorizontalOptions="Center"
|
||||||
CornerRadius="10"
|
WidthRequest="230"
|
||||||
Margin="15"
|
HeightRequest="57"
|
||||||
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
VerticalOptions="Center"
|
||||||
|
Clicked="OpenGame"
|
||||||
|
CornerRadius="10"
|
||||||
|
Margin="15"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
||||||
|
|
||||||
|
|
||||||
<Button Text="Multijoueur" FontSize="18" Grid.Row="2" Grid.Column="1"
|
<Button
|
||||||
HorizontalOptions="Center"
|
Text="Multijoueur"
|
||||||
VerticalOptions="Center"
|
FontSize="18"
|
||||||
HeightRequest="57"
|
Grid.Row="2"
|
||||||
WidthRequest="230"
|
Grid.Column="1"
|
||||||
Clicked="OpenMultiPlayerMode"
|
HorizontalOptions="Center"
|
||||||
CornerRadius="10"
|
VerticalOptions="Center"
|
||||||
Margin="15"
|
HeightRequest="57"
|
||||||
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
WidthRequest="230"
|
||||||
|
Clicked="OpenMultiPlayerMode"
|
||||||
|
CornerRadius="10"
|
||||||
|
Margin="15"
|
||||||
|
BackgroundColor="{DynamicResource SkyBlueColor}"/>
|
||||||
|
|
||||||
<ImageButton Source="imagesRules.png" Grid.Column="0"
|
<ImageButton
|
||||||
Grid.Row="0"
|
Source="imagesRules.png"
|
||||||
HeightRequest="60"
|
Grid.Column="0"
|
||||||
WidthRequest="45"
|
Grid.Row="0"
|
||||||
VerticalOptions="CenterAndExpand"
|
HeightRequest="40"
|
||||||
HorizontalOptions="Start"
|
WidthRequest="25"
|
||||||
Margin="20"
|
VerticalOptions="CenterAndExpand"
|
||||||
Clicked="Rules_Clicked"
|
HorizontalOptions="Start"
|
||||||
BackgroundColor="{DynamicResource BlackColor}"/>
|
Clicked="Rules_Clicked"
|
||||||
|
BackgroundColor="{DynamicResource BlackColor}"/>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
|
Loading…
Reference in new issue