Exemplo n.º 1
0
def info_jP():
    cls()
    title = "\nINFO IA PROBABILISTE SIMPLIFIE"
    print(title + "\n" + "-" * len(title))
    print(jr.JoueurProba().__doc__)
Exemplo n.º 2
0
def vs_jP():
    partieVs(jr.JoueurProba())
Exemplo n.º 3
0
def stats_jP():
    return stats_j(jr.JoueurProba())
Exemplo n.º 4
0
def demo_jP():
    partie(jr.JoueurProba(), afficher=True, laps=0.25)