My jouney to the secrets of go.
public boolean oneDependsOnAnother(int move,int moveEvaluated, int moveDepend, Board board){ boolean isGood=false; if(move==moveEvaluated && board.getMove(moveDepend)!=0){ isGood=true; } return isGood; }
No comments:
Post a Comment