示例#1
0
def info_jH():
    cls()
    title = "\nINFO IA HEURISTIQUE"
    print(title + "\n" + "-" * len(title))
    print(jr.JoueurHeuristique().__doc__)
示例#2
0
def vs_jH():
    partieVs(jr.JoueurHeuristique())
示例#3
0
def stats_jH():
    return stats_j(jr.JoueurHeuristique())
示例#4
0
def demo_jH():
    partie(jr.JoueurHeuristique(), afficher=True, laps=0.3)