• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created 8 months ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pygame interface which allows you to play the Othello game with friends or against an AI. Our goal was to apply the theoretical knowledge learned on these different so-called artificial intelligence algorithms such as min max or alpha beta, and analyze them statistically to understand which is the best and why?