pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/py-easyAI
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 9 22:26:50 UTC 2014
Added Files:
pkgsrc/games/py-easyAI: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/py-easyAI/DESCR \
pkgsrc/games/py-easyAI/Makefile pkgsrc/games/py-easyAI/PLIST \
pkgsrc/games/py-easyAI/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index