pkgsrc/games/py-easyAI/DESCR
wiz 38ccd77ebc Import py27-easyAI-0.0.0.4 as games/py-easyAI.
EasyAI is a pure-Python artificial intelligence framework for
two-players abstract games such as Tic Tac Toe, Connect 4, Reversi,
etc.  It makes it easy to define the mechanisms of a game, and play
against the computer or solve the game.  Under the hood, the AI is
a Negamax algorithm with alpha-beta pruning and transposition
tables.
2014-08-09 22:26:50 +00:00

6 lines
335 B
Text

EasyAI is a pure-Python artificial intelligence framework for
two-players abstract games such as Tic Tac Toe, Connect 4, Reversi,
etc. It makes it easy to define the mechanisms of a game, and play
against the computer or solve the game. Under the hood, the AI is
a Negamax algorithm with alpha-beta pruning and transposition
tables.