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