-INFO:"Différent de" est représenté "=\"(anti-slash) "inférieur ou égal" est représenté "<=" "supérieur ou égal" est représenté ">=" "display"(triangle noir) est représenté "¤"- CODE: Lbl 0 ClrText Locate 6,2,"AJI EMERIK" Locate 7,4,"PRESENTE" Locate 7,6,"TANKS.E" Do:LpWhile Getkey=\31 0->A~Z ClrText 10->A 12->X Lbl 1 3->D 6->F Do:Getkey->G G=79=>A-1->A G=69=>A+1->A G=39=>X-1->X G=29=>X+1->X Locate A,2,"O" Locate X,7,"O" G=72=>Goto 2 G=32=>Goto 3 LpWhile G=0 ClrText Goto 1 Lbl 2 Locate A,D,"I" Isz D D>7=>Goto 1 If A=X And D=7 Then Goto 4 Else Goto 2 Lbl 3 Locate X,F,"I" Dsz F F<2=>Goto 1 If X=A And F=2 Then Goto 5 Else Goto 3 Lbl 4 ClrText "BOOM!" Isz I "Joueur 1=" "Joueur 2=" Locate 10,2,I¤ Locate 10,3,J¤ If I>=3 Then Goto 6 Else Goto 1 Lbl 5 ClrText "BOOM!" Isz J "Joueur 1=" "Joueur 2=" Locate 10,2,I¤ Locate 10,3,J¤ If J>=3 Then Goto 7 Else Goto 1 Lbl 6 ClrText "LE JOUEUR 2 GAGNE!" Goto 0 Lbl 7 ClrText "LE JOUEUR 2 GAGNE!" Goto 0