LUMINES "SORTING STRATEGY" FAQ
(pretend there's fancy ascii art there)
version 1.0
September 18, 2011
:: TABLE OF CONTENTS ::
> Version History
> What is this Strategy?
> Visualizing the Board
> A–D: "one" blocks
> F–I: "three" blocks
> K–L: "blank," "two," and "four" blocks
> M–P: "deuce" blocks
> Pros/Cons
> Acknowledgments
> Copyright Info
> Contact
••===================••
// //
// Version History //
// //
••===================••
1.0: wrote the FAQ
••==========================••
// //
// What is this Strategy? //
// //
••==========================••
I got the idea after reading an FAQ that suggested putting all the "deuce"
blocks off to the side in a pattern that would clear one another, and using the
rest of the board for all the other blocks.
I thought: couldn't the other blocks also be arranged with their own kind to
clear themselves? And is there enough room on the board to sort each one
without interference?
The answers are both "yes." And it's actually pretty simple.
A B C D E F G H I J K L M N O P
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
1 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
2 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
3 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
4 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
5 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
6 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
7 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
8 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
9 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
10 |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
Sixteen columns (A–P) and 10 rows. One large open space. But don't view it
that way for this strategy. Instead, view the board as being divided into
sections like this:
A B C D E F G H I J K L M N O P
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
1 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
2 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
3 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
4 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
5 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
6 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
7 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
8 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
9 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
10 |_|_|_|_| |_| |_|_|_|_| |_| |_|_| |_|_|_|_|
Each section is designated for a specific type of block.
Columns A–D are for the "one" blocks, which look like this:
OX
OO
Column E is to be kept empty.
Columns F–I are for the "three" blocks, which look like this:
XO
XX
Column J is to be kept empty.
Columns K–L are for the "blank," "two," and "four" blocks, which look like
this, this, and this:
OO OX XX
OO OX XX
Columns M–P are for the "deuce" blocks, which look like this:
XO
OX
And that's why it's called the "sorting" strategy.
Of course, you can't just place the blocks down in any old order. Here are the
sequences you'll need.
Ah, the "deuce" blocks. There are already plenty of strategies for sorting
these blocks among themselves. I'll just be outlining my personal favorite of
them.
Pros:
- it's easy
- cannot be foiled by destroyer blocks
- keeps the block level low
Cons next:
- it's boring
- requires careful timing
- a single mistake can be difficult to fix
- will rarely create large combos
The timing bullet point is the most important one.
While running this strategy, be careful not to drop a block into a sequence
while a group of 4 squares is highlighted and waiting for the time line to
clear them. It has the potential to add additional squares to the glowing
section and clear things you don't want cleared quite yet.