voici le début du code:
:clrhome
:output(2,3,"black
:output(3,3,"jack
:clrhome
:lbl1
:randint(1,11) ->A
:randint(1,11) ->B
:randint(1,11) ->C
:randint(1,11) ->D
:randint(1,11) ->E
:randint(1,11) ->F
:E+F ->H
:A+B+C ->J
:A+B->L
:if H<14:randint(1,11) ->G
:output (2,2,A
:output (2,6,B
:output (3,8,A+B
:output (5,3,"carte?
:output (7,4,"oui=1
:output (8,4,"non=2
:repeat K=105
:getkey ->K
:if K=92 :goto2
:if K=93 :goto3
:end
:lbl 2
:clrhome
:output (3,7,J
:output (5,3,"carte?
:output (7,4,"oui=1
:output (8,4,"non=2
:repeat K=105
:getkey ->K
:if K=92 :goto4
:if K=93 :goto5
:end
:lbl3
:output (3,8,A+B
:if L=21
:output (5,1, "BLACK JACK
:if L>21
:output (5,1,"rate
:if H>21
:output (5,1,"gagne
:if H<L
:output (5,1,"gagne
:if H+G>21
:output (5,1,"gagne
:if H+G<L
:output (5,1,"gagne
:output (7,2,"rejouer?
:output (8,1,"oui=1
:output (8,5,"non=2
:repeat K=105
:getkey ->K
:if K=93 :goto7
:if K=92 :goto8
:end
:lbl7
:clrhome
:disp"au revoir!
:clrhome
:end
:lbl8
:clrhome
:goto1
:end
si quelqu'un peut m'aider à le continuer ou le reduire, ou même m'indiquer des erreurs, n'hesitez pas!

