• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

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

Repository Details

A simple game (rules explained inside of it) that combines more advanced console-based user interface with multiplayer options. I practised there minimax optimization alghorithm as a form of AI fighting against the player. Personally, consider it as a partial failure. The alghorithm requires a lot more fixing that I was capable to do at the time of making it.