Problem 45239. Checkmate-02

This is an extension of the problem https://www.mathworks.com/matlabcentral/cody/problems/45238-checkmate

If the king is in check, examine the next move of the king. List all those possible moves by which king can avoid the check by the next move.

Otherwise 'checkmate'.

  • r = king's location
  • p = position of opponent's pieces
  • if the king is currently not in check, then he doesn't need to move. so return empty.
  • for simplicity, assume that the king cannot take out opponent's pieces.

Solution Stats

28.57% Correct | 71.43% Incorrect
Last Solution submitted on Apr 19, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers6

Suggested Problems

More from this Author165

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!