Skip to content

matteoNunz/TipTapToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TipTapToe

Date: 25/11/2021

Author: Matteo Nunziante

Description: Tip Tap Toe game

Example of reinforcement learning applied to a game:

-> it's possible to train 2 players (one that start first and one that start for second)
-> the training can be between the 2 artificial player and also during the game with a human player

Running the application using standard cli:

py TipTapToe.py cli

Running the application using gui:

py TipTapToe.py gui

Running the application for training the artificial players

py TipTapToe.py training <number of games in the training>