before big code modification (moving player color in Board)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<!--NewPage-->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
|
||||
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:51 GMT 2006 -->
|
||||
<TITLE>
|
||||
Uses of Class suicideChess.Board
|
||||
</TITLE>
|
||||
@ -94,7 +94,15 @@ Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Bo
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<CODE> <A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A></CODE></FONT></TD>
|
||||
<TD><CODE><B>ComputerPlayer.</B><B><A HREF="../../suicideChess/ComputerPlayer.html#doMove(suicideChess.Board)">doMove</A></B>(<A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> bitboard)</CODE>
|
||||
|
||||
<BR>
|
||||
This asks the computer to compute a move</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE>static void</CODE></FONT></TD>
|
||||
<TD><CODE><B>Rules.</B><B><A HREF="../../suicideChess/Rules.html#legalMovesForPlayer(suicideChess.Board, int)">legalMovesForPlayer</A></B>(<A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> board,
|
||||
int color)</CODE>
|
||||
|
||||
@ -104,7 +112,7 @@ Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Bo
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<CODE>static void</CODE></FONT></TD>
|
||||
<TD><CODE><B>Rules.</B><B><A HREF="../../suicideChess/Rules.html#legalMovesFromSquare(suicideChess.Square, suicideChess.Board)">legalMovesFromSquare</A></B>(<A HREF="../../suicideChess/Square.html" title="class in suicideChess">Square</A> fromSquare,
|
||||
<A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> board)</CODE>
|
||||
|
||||
|
Reference in New Issue
Block a user