https://www.fur.com/tapestries/wiki/index.php?title=Chess.muf&feed=atom&action=history Chess.muf - Revision history 2024-03-29T01:33:59Z Revision history for this page on the wiki MediaWiki 1.16.2 https://www.fur.com/tapestries/wiki/index.php?title=Chess.muf&diff=2803&oldid=prev WhiteWizard: /* Usage */ 2007-04-29T22:38:53Z <p><span class="autocomment">Usage</span></p> <table style="background-color: white; color:black;"> <col class='diff-marker' /> <col class='diff-content' /> <col class='diff-marker' /> <col class='diff-content' /> <tr valign='top'> <td colspan='2' style="background-color: white; color:black;">← Older revision</td> <td colspan='2' style="background-color: white; color:black;">Revision as of 22:38, 29 April 2007</td> </tr><tr><td colspan="2" class="diff-lineno">Line 12:</td> <td colspan="2" class="diff-lineno">Line 12:</td></tr> <tr><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"></td><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"></td></tr> <tr><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>Squares are of format a1, b8, etc.... Pieces are P, N, B, R, Q, K, or lowercase for the black player's pieces.</div></td><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>Squares are of format a1, b8, etc.... Pieces are P, N, B, R, Q, K, or lowercase for the black player's pieces.</div></td></tr> <tr><td colspan="2">&nbsp;</td><td class='diff-marker'>+</td><td style="background: #cfc; color:black; font-size: smaller;"><div><ins style="color: red; font-weight: bold; text-decoration: none;"></ins></div></td></tr> <tr><td colspan="2">&nbsp;</td><td class='diff-marker'>+</td><td style="background: #cfc; color:black; font-size: smaller;"><div><ins style="color: red; font-weight: bold; text-decoration: none;">Special moves such as castling or pawn promotion must be done by hand (i.e. moving both pieces).</ins></div></td></tr> <tr><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"></td><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"></td></tr> <tr><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>==Setup==</div></td><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>==Setup==</div></td></tr> </table> WhiteWizard https://www.fur.com/tapestries/wiki/index.php?title=Chess.muf&diff=2802&oldid=prev WhiteWizard at 22:34, 29 April 2007 2007-04-29T22:34:53Z <p></p> <table style="background-color: white; color:black;"> <col class='diff-marker' /> <col class='diff-content' /> <col class='diff-marker' /> <col class='diff-content' /> <tr valign='top'> <td colspan='2' style="background-color: white; color:black;">← Older revision</td> <td colspan='2' style="background-color: white; color:black;">Revision as of 22:34, 29 April 2007</td> </tr><tr><td colspan="2" class="diff-lineno">Line 19:</td> <td colspan="2" class="diff-lineno">Line 19:</td></tr> <tr><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>==Credits==</div></td><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>==Credits==</div></td></tr> <tr><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>This chessboard was written entirely by Jiro. (''From the help.'')</div></td><td class='diff-marker'> </td><td style="background: #eee; color:black; font-size: smaller;"><div>This chessboard was written entirely by Jiro. (''From the help.'')</div></td></tr> <tr><td colspan="2">&nbsp;</td><td class='diff-marker'>+</td><td style="background: #cfc; color:black; font-size: smaller;"><div><ins style="color: red; font-weight: bold; text-decoration: none;"></ins></div></td></tr> <tr><td colspan="2">&nbsp;</td><td class='diff-marker'>+</td><td style="background: #cfc; color:black; font-size: smaller;"><div><ins style="color: red; font-weight: bold; text-decoration: none;">[[Category:Publicly Usable MUF]]</ins></div></td></tr> </table> WhiteWizard https://www.fur.com/tapestries/wiki/index.php?title=Chess.muf&diff=2801&oldid=prev WhiteWizard at 22:34, 29 April 2007 2007-04-29T22:34:31Z <p></p> <p><b>New page</b></p><div>'''chess.muf(#2150FLM3)''' is a program which operates a virtual chessboard. It does not keep track of anything except the board itself, nor does it validate moves.<br /> <br /> ==Usage==<br /> *Blank -- Takes one parameter (square) and deletes whatever piece is there.<br /> *Clear -- Clears entire board of pieces.<br /> *Display -- Display entire chessboard<br /> *Help -- Give this message<br /> *Move -- Takes two parameters (squares). Moves one to the other, erasing the contents of the target. Empty squares may be moved.<br /> *Place -- Takes two parameters (1 piece, 1 square) and places the piece on the square.<br /> *Reset -- Reset board to standard chess starting position<br /> *Swap -- Takes two parameters (squares) and swaps the contents.<br /> <br /> Squares are of format a1, b8, etc.... Pieces are P, N, B, R, Q, K, or lowercase for the black player's pieces.<br /> <br /> ==Setup==<br /> Setup is simply creating an action with the names of the commands:<br /> @action blank;clear;display;help;move;place;reset;swap=here,#2150<br /> <br /> ==Credits==<br /> This chessboard was written entirely by Jiro. (''From the help.'')</div> WhiteWizard