Write an applet and one HTML file calling the applet The app
Write an applet and one HTML file calling the applet. The applet should include the following: -a drawing of a chessboard piece (it can be in a single color) -a description of a particular piece of a chessboard (for instance, a rook) and its main legal moves.
This is how the output should look:
Solution
The rook randomly makes a legal chess move with every turn (directly vertical or horizontal). The rook cannot remain stationary during a turn.rook has 14 possible moves for every turn.simple example:you can simplify this problem quite a bit by noting that we can classify squares on the board as being in one of three sets:
A issquares that are not in the row or column of the target square; set

