pychess.Players.PyChess | index /home/thomas/Programmering/python/skak/svn/lib/pychess/Players/PyChess.py |
Modules | ||||||
|
Classes | ||||||||
|
Functions | ||
|
Data | ||
ARTIFICIAL = 1 BISHOP = 3 BLACK = 1 BLACKWON = 3 BLACK_CASTLED = 32 BLACK_OO = 4 BLACK_OOO = 8 DRAW = 1 DRAW_50MOVES = 1 DRAW_AGREE = 3 DRAW_REPITITION = 0 DRAW_STALEMATE = 2 KING = 0 KNIGHT = 4 LOCAL = 0 NAME = 'PyChess' PAWN = 5 PREFIX = '/home/thomas/Programmering/python/skak/svn' QUEEN = 1 REMOTE = 2 ROOK = 2 RUNNING = 0 SIGNAL_RUN_FIRST = 1 TYPE_NONE = <GType void (4)> TYPE_PYOBJECT = <GType PyObject (153826304)> VERSION = '0.5.2' WHITE = 0 WHITEWON = 2 WHITE_CASTLED = 16 WHITE_OO = 1 WHITE_OOO = 2 WON_CALLFLAG = 5 WON_MATE = 6 WON_RESIGN = 4 chr2Sign = {'b': 3, 'k': 0, 'n': 4, 'p': 5, 'q': 1, 'r': 2} hisPool = <pychess.Utils.History.HistoryPool instance> localePrefixes = ('/usr/share/locale', '/usr/local/share/locale') movePool = <pychess.Utils.Move.MovePool instance> pool = <pychess.System.ThreadPool.ThreadPool instance> prefixes = ('/usr/share', '/usr/local/share', '/usr/share/games', '/usr/local/share/games') reprColor = ['White', 'Black'] reprPiece = ['King', 'Queen', 'Rook', 'Bishop', 'Knight', 'Pawn'] reprResult = ['*', '1/2-1/2', '1-0', '0-1'] reprSign = ['K', 'Q', 'R', 'B', 'N', 'P'] |