Exemplo n.º 1
0
def info_jA():
    cls()
    title = "\nINFO IA ALEATOIRE"
    print(title + "\n" + "-" * len(title))
    print(jr.JoueurAlea().__doc__)
Exemplo n.º 2
0
def vs_jA():
    partieVs(jr.JoueurAlea())
Exemplo n.º 3
0
def stats_jA():
    return stats_j(jr.JoueurAlea())
Exemplo n.º 4
0
def demo_jA():
    partie(jr.JoueurAlea(), afficher=True, laps=0.25)