项目作者: c-schicho

项目描述 :
Play Tic-Tac-Toe against an artificial intelligence on the command line.
高级语言: Python
项目地址: git://github.com/c-schicho/TicTacToe.git
创建时间: 2020-12-29T08:22:46Z
项目社区:https://github.com/c-schicho/TicTacToe

开源协议:MIT License

下载


TicTacToe

Play Tic-Tac-Toe against your computer on the command line. You can choose between three different levels of difficulty, namely random move, alpha-beta pruning with randomly performed bad moves and alpha-beta pruning without bad moves. In order to play the game, you need to run the PlayGame.py program by executing python PlayGame.py.

On the following website you can find the rules for this game: https://de.wikipedia.org/wiki/Tic-Tac-Toe .