Skip to content

School project in artificial intelligence (Othello game).

Notifications You must be signed in to change notification settings

lucagortana/othello

Repository files navigation

Othello

School project in artificial intelligence

The main objective is to implement the following algorithms:

  • MinMax
  • AlphaBeta
  • MCTS

Le fichier othellier.py contient le code de la classe Othellier.
Le fichier partie.py contient le code de la fonction partie.
Le fichier main_othello.py est le fichier à éxecuter pour jouer.
Il appelle les classes, méthodes et fonctions nécéssaires pour jouer depuis les 2 autres fichiers.

About

School project in artificial intelligence (Othello game).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages