Question: Please help. The project: Webale Chess You are to implement a Webale Chess game as a GUI-based Java Application. You do not have to implement
Please help.

The project: Webale Chess You are to implement a Webale Chess game as a GUI-based Java Application. You do not have to implement a computer player - it can just be a two human player game. Webale Chess is played on a 7x8 board, like this: 1 1 The above layout is the initial position of the game pieces. The Sun can only move one step in any direction. The game ends when the Sun is captured by the other side. The Chevron moves in an L shape: 2 steps in one direction then 1 step perpendicular to it. (Similar to the Knight in the normal chess.) It is the only piece that can skip over the other pieces. The Triangle can move any number of steps diagonally. The Plus can move any number of steps up and down, or left and right. The Arrow can only move 1 or 2 steps forward each time, but when it reaches the other edge of the board, it turns around and heads back in the opposite direction. (The icon should also turn around when that happens.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
