mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
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.
|