This is white's turn. The player moves his pawn.
The pawn's previous and current positions are given.
Determine whether the move was valid.
pawn's previous pos = 'b2' pawn's previous pos = 'c3'
So this is a valid move provided there was an opponent piece on c3.
But for now, just check the validity of the move. Opponent's pieces will be added in the next problem.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers17
Suggested Problems
-
Getting the row and column location from a matrix
299 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
175 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13849 Solvers
-
743 Solvers
-
6104 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!