| Author |
Message |
Gunananda (Gunaji)
| | Posted on Thursday, August 17, 2006 - 9:21 pm: | |
Well, the rules shall remain the same but the game should be played on three rows, so that there are six instead of two corners. for this i changed the board definition with the result that i got an error-message that "A-lay" is not known. I don't know what it was good for , but maybe someone can be so kind and tell me. here are my changes: (define Board-Definition11x3 (image "images\Alak\11x3.bmp") (grid (start-rectangle 20 24 55 59) (dimensions ("A/B/C/D/E/F/G/H/J/K/L" (36 0)) ; columns (" 1/2/3" (0 85)));row (directions (e 1 0)(w -1 0)) ) ) originally was : ("-lay" (0 36))); row |
|