Problem 2451. BLOCK x3 (Version 1)
BLOCK x3 is a simple, fun and relaxing puzzle game.
The basics are easy. Solve the puzzles by getting 3 blocks in a row or column.
The puzzle is coded a 6x6 matrix and the 3 blocks are indicated by 1 (and 0 for free space).
In this example :
- [0 0 0 0 0 0
- 0 0 1 0 0 0
- 0 0 1 0 0 0
- 0 0 0 0 0 0
- 0 0 1 0 0 0
- 0 0 0 0 0 0]
You line up 3 blocks in one move by dragging the last block to the top (you can move a block in the free space only horizontally or vertically.)
The goal in this first problem is to give the smallest number of moves to solve the puzzle.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
2502 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1809 Solvers
-
Volume difference between Ellipsoid and Sphere
128 Solvers
-
BULLSEYE Part 2: Reference Problem 18 BULLSEYE
125 Solvers
-
419 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!