Show
Ignore:
Timestamp:
08/18/05 21:58:41 (3 years ago)
Author:
ug
Message:

Added ktest.py which provides test of basic functionality via command line. Misc. small changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/devel/patternPY.py

    r167 r171  
    11# File: patternPY.py 
    22 
    3 ##   Copyright (C) 2001-4 Ulrich Goertz (u@g0ertz.de) 
     3##   Copyright (C) 2001-5 Ulrich Goertz (u@g0ertz.de) 
    44 
    55##   This file is part of Kombilo 0.6, a go database program. 
     
    2929    { 'X', 'O', '.', '*', 'x', 'o' } (black, white, empty, wildcards), plus an 'anchor 
    3030    rectangle', given by the top left and bottom right points. 
    31      
     31 
     32    left, right, top, bottom: "anchor rectangle" 
     33    sizeX, sizeY: size of pattern 
    3234    initialData: initial position                                            FIXME 
    33     contList: move sequence data 
     35    contList, lenContList: move sequence data in the following format: ...! 
     36    moveOne: ? 
    3437    """ 
    3538