Welcome to Chess, you are playing as white. The computer player generates and prunes a tree of all possible game states using the Alpha-beta pruning algorithm. Then, it applies the minimax algorithm to decide the best move to make. It may take up to 15 seconds the make a move. The rules of chess can be viewed here. Good Luck!