Ticky

所属分类:Python编程
开发工具:Python
文件大小:83KB
下载次数:0
上传日期:2017-03-31 16:08:22
上 传 者sh-1993
说明:  Tic Tac Toe游戏,用python、pygame实现。它包括一个无与伦比的计算机人工智能。试一试:)
(Tic Tac Toe game, implemented in python, pygame. It includes a unbeatable computer AI. Have a try : ))

文件列表:
LICENSE (1066, 2017-04-01)
images (0, 2017-04-01)
images\ticky.gif (279568, 2017-04-01)
ticky.py (8079, 2017-04-01)

# Ticky A Tic Tac Toe game, implemented in python, pygame. It includes a unbeatable computer AI. Have a Fun! **If you like it, PLEASE give it a star, Thanks!** ### Require You should have `pygame` module installed ### Usage ```bash git clone https://github.com/memoiry/Ticky cd Ticky python ticky.py ``` ### Demo ### Minimax Algorithm The minimax algorithm is a decision rule used for two-player game. The concept of minimax algorithm is to simulate all posible move of both players and then make the best decision. ### Reference [Tic Tac Toe: Understanding The Minimax Algorithm](http://neverstopbuilding.com/minimax) [Minimax with Alpha Beta Pruning](http://web.cs.ucla.edu/~rosen/161/notes/alphabeta.html)

近期下载者

相关文件


收藏者