Apuntes_Python/05_diez_proyectos/05-tic_tac_toe
2022-12-24 22:41:20 -03:00
..
game.py init Apuntes Python 2022-12-24 22:41:20 -03:00
gato.py init Apuntes Python 2022-12-24 22:41:20 -03:00
player.py init Apuntes Python 2022-12-24 22:41:20 -03:00
README.md init Apuntes Python 2022-12-24 22:41:20 -03:00

Notas del proyecto

Resultado de 1000 iteraciones de juego entre RandomPcPlayer y GeniusPcPlayer

└>  $ time(py game.py)

        Despues de 1000 Juegos:
        'X' Gano: 0 veces
        'O' Gano: 797 veces
        Empates: 203

    real    2m47,116s