fix: petites coquilles
This commit is contained in:
parent
4bea520e72
commit
97dd01d59f
|
@ -1,5 +1,3 @@
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public class Description {
|
public class Description {
|
||||||
String texte;
|
String texte;
|
||||||
Condition condition;
|
Condition condition;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ public class Prototype {
|
||||||
public static void main(String['['/][']'/] args) {
|
public static void main(String['['/][']'/] args) {
|
||||||
|
|
||||||
[comment Objets /]
|
[comment Objets /]
|
||||||
// "Objets"
|
// Objets
|
||||||
Map<String, Objet> jeu_objets = Map.ofEntries(
|
Map<String, Objet> jeu_objets = Map.ofEntries(
|
||||||
[for (o : Objet | jeu.objets)]
|
[for (o : Objet | jeu.objets)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -29,7 +29,7 @@ Map<String, Objet> jeu_objets = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Connaissances /]
|
[comment Connaissances /]
|
||||||
// "Connaissances"
|
// Connaissances
|
||||||
Map<String, Connaissance> jeu_connaissances = Map.ofEntries(
|
Map<String, Connaissance> jeu_connaissances = Map.ofEntries(
|
||||||
[for (c : Connaissance | jeu.connaissances)]
|
[for (c : Connaissance | jeu.connaissances)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -44,7 +44,7 @@ Map<String, Connaissance> jeu_connaissances = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Transformations /]
|
[comment Transformations /]
|
||||||
// "Transformations"
|
// Transformations
|
||||||
Map<String, Transformation> jeu_transformations = Map.ofEntries(
|
Map<String, Transformation> jeu_transformations = Map.ofEntries(
|
||||||
[for (t : Transformation | jeu.transformations)]
|
[for (t : Transformation | jeu.transformations)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -68,7 +68,7 @@ Map<String, Transformation> jeu_transformations = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Explorateur /]
|
[comment Explorateur /]
|
||||||
// "Explorateur"
|
// Explorateur
|
||||||
Jeu.explorateur = new Explorateur(
|
Jeu.explorateur = new Explorateur(
|
||||||
[jeu.explorateur.tailleInventaire/],
|
[jeu.explorateur.tailleInventaire/],
|
||||||
new ArrayList<>(List.of(
|
new ArrayList<>(List.of(
|
||||||
|
@ -84,7 +84,7 @@ Jeu.explorateur = new Explorateur(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Personnes /]
|
[comment Personnes /]
|
||||||
// "Personnes"
|
// Personnes
|
||||||
Map<String, Personne> jeu_personnes = Map.ofEntries(
|
Map<String, Personne> jeu_personnes = Map.ofEntries(
|
||||||
[for (p : Personne | jeu.personnes)]
|
[for (p : Personne | jeu.personnes)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -100,7 +100,7 @@ Map<String, Personne> jeu_personnes = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Lieux /]
|
[comment Lieux /]
|
||||||
// "Lieux"
|
// Lieux
|
||||||
Map<String, Lieu> territoire_lieux = Map.ofEntries(
|
Map<String, Lieu> territoire_lieux = Map.ofEntries(
|
||||||
[for (l : Lieu | jeu.territoire.lieux)]
|
[for (l : Lieu | jeu.territoire.lieux)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -132,7 +132,7 @@ Map<String, Lieu> territoire_lieux = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Chemins /]
|
[comment Chemins /]
|
||||||
// "Chemins"
|
// Chemins
|
||||||
Map<String, Chemin> territoire_chemins = Map.ofEntries(
|
Map<String, Chemin> territoire_chemins = Map.ofEntries(
|
||||||
[for (c : Chemin | jeu.territoire.chemins)]
|
[for (c : Chemin | jeu.territoire.chemins)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -240,21 +240,21 @@ List.of(
|
||||||
"[a.name/]",
|
"[a.name/]",
|
||||||
[print_condition(a.visible)/],
|
[print_condition(a.visible)/],
|
||||||
[print_condition(a.finInteraction)/],
|
[print_condition(a.finInteraction)/],
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (co : Connaissance | a.connaissances)]
|
[for (co : Connaissance | a.connaissances)]
|
||||||
jeu_connaissances.get("[co.name/]")[if (i <> a.connaissances->size())],[/if]
|
jeu_connaissances.get("[co.name/]")[if (i <> a.connaissances->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (o : Objet | a.objetsRecus)]
|
[for (o : Objet | a.objetsRecus)]
|
||||||
jeu_objets.get("[o.name/]")[if (i <> a.objetsRecus->size())],[/if]
|
jeu_objets.get("[o.name/]")[if (i <> a.objetsRecus->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (o : Objet | a.objetsConso)]
|
[for (o : Objet | a.objetsConso)]
|
||||||
jeu_objets.get("[o.name/]")[if (i <> a.objetsConso->size())],[/if]
|
jeu_objets.get("[o.name/]")[if (i <> a.objetsConso->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
[print_descriptions(a.descriptions)/]
|
[print_descriptions(a.descriptions)/]
|
||||||
)[if (i < as->size())],[/if]
|
)[if (i < as->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
|
@ -267,21 +267,21 @@ List.of(
|
||||||
new Interaction(
|
new Interaction(
|
||||||
"[it.name/]",
|
"[it.name/]",
|
||||||
[print_condition(it.visible)/],
|
[print_condition(it.visible)/],
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (co : Connaissance | it.connaissances)]
|
[for (co : Connaissance | it.connaissances)]
|
||||||
jeu_connaissances.get("[co.name/]")[if (i <> it.connaissances->size())],[/if]
|
jeu_connaissances.get("[co.name/]")[if (i <> it.connaissances->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (o : Objet | it.objetsConso)]
|
|
||||||
jeu_objets.get("[o.name/]")[if (i <> it.objetsConso->size())],[/if]
|
|
||||||
[/for]
|
|
||||||
)), // TODO: inverser recu et conso
|
|
||||||
new ArrayList<>(List.of(
|
|
||||||
[for (o : Objet | it.objetsRecus)]
|
[for (o : Objet | it.objetsRecus)]
|
||||||
jeu_objets.get("[o.name/]")[if (i <> it.objetsRecus->size())],[/if]
|
jeu_objets.get("[o.name/]")[if (i <> it.objetsRecus->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
|
List.of(
|
||||||
|
[for (o : Objet | it.objetsConso)]
|
||||||
|
jeu_objets.get("[o.name/]")[if (i <> it.objetsConso->size())],[/if]
|
||||||
|
[/for]
|
||||||
|
),
|
||||||
[print_actions(it.actions)/]
|
[print_actions(it.actions)/]
|
||||||
)[if (i < is->size())],[/if]
|
)[if (i < is->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
|
|
|
@ -13,7 +13,7 @@ public class Prototype {
|
||||||
public static void main(String['['/][']'/] args) {
|
public static void main(String['['/][']'/] args) {
|
||||||
|
|
||||||
[comment Objets /]
|
[comment Objets /]
|
||||||
// "Objets"
|
// Objets
|
||||||
Map<String, Objet> jeu_objets = Map.ofEntries(
|
Map<String, Objet> jeu_objets = Map.ofEntries(
|
||||||
[for (o : Objet | jeu.objets)]
|
[for (o : Objet | jeu.objets)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -29,7 +29,7 @@ Map<String, Objet> jeu_objets = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Connaissances /]
|
[comment Connaissances /]
|
||||||
// "Connaissances"
|
// Connaissances
|
||||||
Map<String, Connaissance> jeu_connaissances = Map.ofEntries(
|
Map<String, Connaissance> jeu_connaissances = Map.ofEntries(
|
||||||
[for (c : Connaissance | jeu.connaissances)]
|
[for (c : Connaissance | jeu.connaissances)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -44,7 +44,7 @@ Map<String, Connaissance> jeu_connaissances = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Transformations /]
|
[comment Transformations /]
|
||||||
// "Transformations"
|
// Transformations
|
||||||
Map<String, Transformation> jeu_transformations = Map.ofEntries(
|
Map<String, Transformation> jeu_transformations = Map.ofEntries(
|
||||||
[for (t : Transformation | jeu.transformations)]
|
[for (t : Transformation | jeu.transformations)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -68,7 +68,7 @@ Map<String, Transformation> jeu_transformations = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Explorateur /]
|
[comment Explorateur /]
|
||||||
// "Explorateur"
|
// Explorateur
|
||||||
Jeu.explorateur = new Explorateur(
|
Jeu.explorateur = new Explorateur(
|
||||||
[jeu.explorateur.tailleInventaire/],
|
[jeu.explorateur.tailleInventaire/],
|
||||||
new ArrayList<>(List.of(
|
new ArrayList<>(List.of(
|
||||||
|
@ -84,7 +84,7 @@ Jeu.explorateur = new Explorateur(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Personnes /]
|
[comment Personnes /]
|
||||||
// "Personnes"
|
// Personnes
|
||||||
Map<String, Personne> jeu_personnes = Map.ofEntries(
|
Map<String, Personne> jeu_personnes = Map.ofEntries(
|
||||||
[for (p : Personne | jeu.personnes)]
|
[for (p : Personne | jeu.personnes)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -100,7 +100,7 @@ Map<String, Personne> jeu_personnes = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Lieux /]
|
[comment Lieux /]
|
||||||
// "Lieux"
|
// Lieux
|
||||||
Map<String, Lieu> territoire_lieux = Map.ofEntries(
|
Map<String, Lieu> territoire_lieux = Map.ofEntries(
|
||||||
[for (l : Lieu | jeu.territoire.lieux)]
|
[for (l : Lieu | jeu.territoire.lieux)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -132,7 +132,7 @@ Map<String, Lieu> territoire_lieux = Map.ofEntries(
|
||||||
);
|
);
|
||||||
|
|
||||||
[comment Chemins /]
|
[comment Chemins /]
|
||||||
// "Chemins"
|
// Chemins
|
||||||
Map<String, Chemin> territoire_chemins = Map.ofEntries(
|
Map<String, Chemin> territoire_chemins = Map.ofEntries(
|
||||||
[for (c : Chemin | jeu.territoire.chemins)]
|
[for (c : Chemin | jeu.territoire.chemins)]
|
||||||
entry(
|
entry(
|
||||||
|
@ -240,21 +240,21 @@ List.of(
|
||||||
"[a.name/]",
|
"[a.name/]",
|
||||||
[print_condition(a.visible)/],
|
[print_condition(a.visible)/],
|
||||||
[print_condition(a.finInteraction)/],
|
[print_condition(a.finInteraction)/],
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (co : Connaissance | a.connaissances)]
|
[for (co : Connaissance | a.connaissances)]
|
||||||
jeu_connaissances.get("[co.name/]")[if (i <> a.connaissances->size())],[/if]
|
jeu_connaissances.get("[co.name/]")[if (i <> a.connaissances->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (o : Objet | a.objetsRecus)]
|
[for (o : Objet | a.objetsRecus)]
|
||||||
jeu_objets.get("[o.name/]")[if (i <> a.objetsRecus->size())],[/if]
|
jeu_objets.get("[o.name/]")[if (i <> a.objetsRecus->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (o : Objet | a.objetsConso)]
|
[for (o : Objet | a.objetsConso)]
|
||||||
jeu_objets.get("[o.name/]")[if (i <> a.objetsConso->size())],[/if]
|
jeu_objets.get("[o.name/]")[if (i <> a.objetsConso->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
[print_descriptions(a.descriptions)/]
|
[print_descriptions(a.descriptions)/]
|
||||||
)[if (i < as->size())],[/if]
|
)[if (i < as->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
|
@ -267,21 +267,21 @@ List.of(
|
||||||
new Interaction(
|
new Interaction(
|
||||||
"[it.name/]",
|
"[it.name/]",
|
||||||
[print_condition(it.visible)/],
|
[print_condition(it.visible)/],
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (co : Connaissance | it.connaissances)]
|
[for (co : Connaissance | it.connaissances)]
|
||||||
jeu_connaissances.get("[co.name/]")[if (i <> it.connaissances->size())],[/if]
|
jeu_connaissances.get("[co.name/]")[if (i <> it.connaissances->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
new ArrayList<>(List.of(
|
List.of(
|
||||||
[for (o : Objet | it.objetsConso)]
|
|
||||||
jeu_objets.get("[o.name/]")[if (i <> it.objetsConso->size())],[/if]
|
|
||||||
[/for]
|
|
||||||
)), // TODO: inverser recu et conso
|
|
||||||
new ArrayList<>(List.of(
|
|
||||||
[for (o : Objet | it.objetsRecus)]
|
[for (o : Objet | it.objetsRecus)]
|
||||||
jeu_objets.get("[o.name/]")[if (i <> it.objetsRecus->size())],[/if]
|
jeu_objets.get("[o.name/]")[if (i <> it.objetsRecus->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
)),
|
),
|
||||||
|
List.of(
|
||||||
|
[for (o : Objet | it.objetsConso)]
|
||||||
|
jeu_objets.get("[o.name/]")[if (i <> it.objetsConso->size())],[/if]
|
||||||
|
[/for]
|
||||||
|
),
|
||||||
[print_actions(it.actions)/]
|
[print_actions(it.actions)/]
|
||||||
)[if (i < is->size())],[/if]
|
)[if (i < is->size())],[/if]
|
||||||
[/for]
|
[/for]
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue