Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

ZRF question[Subject Thread] [Add Response]
Peter Aronson wrote on Tue, Oct 14, 2003 02:28 AM UTC:
The <b>change-owner</b> command is actually only executed when the <b>add</b> is performed. If you want to move to an opposing piece, take it over, and deposite somewhere else, something like this should work: <pre> (define take-over-and-dump ( $1 ; go to enemy piece. from ; start moving it instead. a1 ; take it where you want it. change-owner ; now it's mine! add )) </pre>