[Python] Building an AI for the go game
Go_main is the main script
Go_IA_vs_IA is a script to have different versions of the IA play against each other
Go_settings regroups all fonctions necessary to track the course of the game
Go_custom lets you study the completion of local dictionnaries necessaries for the v1 version of the AI
cprofile is a short script to run cProfile on diverse functions