Problem 45418. En passant - 01
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 commentsGroup

Chess
- 18 Problems
- 4 Finishers
- Count the peaceful queens
- Valid Chess Moves
- The Dark Knight
- Knight's Watch
- N-Queens Checker
- Knight's Tour Checker
- Eight Queens Solution Checker
- Queen's move
- Queen's move - 02
- Checkmate
- Checkmate-02
- Can the knight take out the pawn?
- Castling-01
- Castling-02
- Castling-03
- chess position
- En passant - 01
- King's Cage
Problem Recent Solvers15
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!