Exemplo n.º 1
0
def info_jL():
    cls()
    title = "\nINFO IA LIGNE"
    print(title + "\n" + "-" * len(title))
    print(jr.JoueurLigne().__doc__)
Exemplo n.º 2
0
def vs_jL():
    partieVs(jr.JoueurLigne())
Exemplo n.º 3
0
def stats_jL():
    return stats_j(jr.JoueurLigne())
Exemplo n.º 4
0
def demo_jL():
    partie(jr.JoueurLigne(), afficher=True, laps=0.3)