Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
<strong>Welcome To Gridflip</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $movestwo to 0>><<set $twocomplete to $a + $b + $c + $d>>
<<include "titlegrid">>
<<include "navtitle">>
<<set $twobytwoscore to 999999>>
<<set $threebythreescore to 999999>>
<<set $fourbyfourscore to 999999>>
<<set $fivebyfivescore to 999999>>
<<set $threebythreelinescore to 999999>>
<<set $fourbyfourscoreline to 999999>>
<<set $fivebyfivescoreline to 999999>>
<<set $twobytwoscorered to 999999>>
<<set $threebythreescorered to 999999>>
<<set $fourbyfourscorered to 999999>>
<<set $fivebyfivescorered to 999999>><strong>Standard Grid: 2x2</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $movestwo to 0>><<set $twocomplete to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscore moves
<strong>Moves:</strong> $movestwo
<<include "2x2grid">>
<<include "nav">>
<strong>Standard Grid: 2x2</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $movestwo to $movestwo +1>><<set $twocomplete to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscore moves
<strong>Moves:</strong> $movestwo
<<include "2x2grid">>
<<include "2x2complete">><strong>Standard Grid: 2x2</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $movestwo to $movestwo +1>><<set $twocomplete to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscore moves
<strong>Moves:</strong> $movestwo
<<include "2x2grid">>
<<include "2x2complete">><strong>Standard Grid: 2x2</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $movestwo to $movestwo +1>><<set $twocomplete to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscore moves
<strong>Moves:</strong> $movestwo
<<include "2x2grid">>
<<include "2x2complete">><strong>Standard Grid: 2x2</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $movestwo to $movestwo +1>><<set $twocomplete to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscore moves
<strong>Moves:</strong> $movestwo
<<include "2x2grid">>
<<include "2x2complete">><strong>Standard Grids</strong>
[[2x2]]: $twobytwoscore turns
[[3x3]]: $threebythreescore turns
[[4x4]]: $fourbyfourscore turns
[[5x5]]: $fivebyfivescore turns
<strong>Line Flip Grids</strong>
[[3x3|3x3line]]: $threebythreelinescore turns
[[4x4|4x4line]]: $fourbyfourscoreline turns
[[5x5|5x5line]]: $fivebyfivescoreline turns
<strong>Three Colour Grids</strong>
[[2x2|2x2red]]: $twobytwoscorered turns
[[3x3|3x3red]]: $threebythreescorered turns
[[4x4|4x4red]]: $fourbyfourscorered turns
[[5x5|5x5red]]: $fivebyfivescorered turns<strong>Standard Grids</strong>
[[2x2]] - [[3x3]] - [[4x4]] - [[5x5]]
<strong>Line Flip Grids</strong>
[[3x3|3x3line]] - [[4x4|4x4line]] - [[5x5|5x5line]]
<strong>Three Colour Grids</strong>
[[2x2|2x2red]] - [[3x3|3x3red]] - [[4x4|4x4red]] - [[5x5|5x5red]]
<strong>Standard Grid: 3x3</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 0>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $movesthree to 0>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<include "nav">>
<strong>Standard Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthree to $movesthree+1>><<set $threecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescore moves
<strong>Moves:</strong> $movesthree
<<include "3x3grid">>
<<if $threecomplete === 9>>Congratulations! You completed this grid in $movesthree turns! <<if $movesthree lt $threebythreescore>>A new high score!<<set $threebythreescore to $movesthree>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3]]<</if>>
<strong>Standard Grid: 4x4</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 0>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $j to 0>><<set $k to 0>><<set $l to 0>><<set $m to 0>><<set $n to 0>><<set $o to 0>><<set $p to 0>><<set $movesfour to 0>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "nav">>
<strong>Standard Grid: 5x5</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 0>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $j to 0>><<set $k to 0>><<set $l to 0>><<set $m to 0>><<set $n to 0>><<set $o to 0>><<set $p to 0>><<set $q to 0>><<set $r to 0>><<set $s to 0>><<set $t to 0>><<set $u to 0>><<set $v to 0>><<set $w to 0>><<set $x to 0>><<set $y to 0>><<set $movesfive to 0>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "nav">><strong>Standard Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfour to $movesfour +1>><<set $fourcomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscore moves
<strong>Moves:</strong> $movesfour
<<include "4x4grid">>
<<include "4x4complete">><strong>Standard Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">>
<strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">>
<strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Standard Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfive to $movesfive +1>><<set $fivecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescore moves
<strong>Moves:</strong> $movesfive
<<include "5x5grid">>
<<include "5x5complete">><strong>Line Flip Grid: 3x3</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 0>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $movesthreeline to 0>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<include "nav">>
<strong>Line Flip Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $movesthreeline to $movesthreeline+1>><<set $threelinecomplete to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreelinescore moves
<strong>Moves:</strong> $movesthreeline
<<include "3x3linegrid">>
<<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<</if>><<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><strong>Line Flip Grid: 4x4</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 1>><<set $e to 0>><<set $f to 0>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $j to 0>><<set $k to 0>><<set $l to 0>><<set $m to 1>><<set $n to 0>><<set $o to 0>><<set $p to 0>><<set $movesfourline to 0>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "nav">>
<strong>Line Flip Grid: 5x5</strong><<set $a to 1>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 0>><<set $g to 1>><<set $h to 0>><<set $i to 0>><<set $j to 0>><<set $k to 0>><<set $l to 0>><<set $m to 1>><<set $n to 0>><<set $o to 0>><<set $p to 0>><<set $q to 0>><<set $r to 0>><<set $s to 1>><<set $t to 0>><<set $u to 0>><<set $v to 0>><<set $w to 0>><<set $x to 0>><<set $y to 1>><<set $movesfiveline to 0>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "nav">>
<strong>Line Flip Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">>
<strong>Line Flip Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">>
<strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">>
<strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e +1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i +1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f +1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j +1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g +1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k +1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Line Flip Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h +1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l +1>><<set $l to $l % 2>><<set $m to $m +1>><<set $m to $m % 2>><<set $n to $n +1>><<set $n to $n % 2>><<set $o to $o +1>><<set $o to $o % 2>><<set $p to $p +1>><<set $p to $p % 2>><<set $movesfourline to $movesfourline+1>><<set $fourcompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscoreline moves
<strong>Moves:</strong> $movesfourline
<<include "4x4linegrid">>
<<include "4x4linecomplete">><strong>Three Colour Grid: 2x2</strong><<set $a to 0>><<set $b to 1>><<set $c to 1>><<set $d to 0>><<set $movestwored to 0>><<set $twocompletered to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscorered moves
<strong>Moves:</strong> $movestwored
<<include "2x2redgrid">>
<<include "nav">>
<strong>Three Colour Grid: 3x3</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 0>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $movesthreered to 0>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "nav">>
<strong>Three Colour Grid: 4x4</strong><<set $a to 1>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 1>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $j to 0>><<set $k to 1>><<set $l to 0>><<set $m to 0>><<set $n to 0>><<set $o to 0>><<set $p to 1>><<set $movesfourred to 0>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "nav">>
<strong>Three Colour Grid: 5x5</strong><<set $a to 0>><<set $b to 0>><<set $c to 0>><<set $d to 0>><<set $e to 0>><<set $f to 0>><<set $g to 0>><<set $h to 0>><<set $i to 0>><<set $j to 0>><<set $k to 0>><<set $l to 0>><<set $m to 0>><<set $n to 0>><<set $o to 0>><<set $p to 0>><<set $q to 0>><<set $r to 0>><<set $s to 0>><<set $t to 0>><<set $u to 0>><<set $v to 0>><<set $w to 0>><<set $x to 0>><<set $y to 0>><<set $movesfivered to 0>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "nav">>
<strong>Three Colour Grid: 2x2</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c +1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $movestwored to $movestwored +1>><<set $twocompletered to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscorered moves
<strong>Moves:</strong> $movestwored
<<include "2x2redgrid">>
<<include "2x2redcomplete">><strong>Three Colour Grid: 2x2</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d +1>><<set $d to $d % 3>><<set $movestwored to $movestwored +1>><<set $twocompletered to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscorered moves
<strong>Moves:</strong> $movestwored
<<include "2x2redgrid">>
<<include "2x2redcomplete">><strong>Three Colour Grid: 2x2</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c +1>><<set $c to $c % 3>><<set $d to $d +1>><<set $d to $d % 3>><<set $movestwored to $movestwored +1>><<set $twocompletered to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscorered moves
<strong>Moves:</strong> $movestwored
<<include "2x2redgrid">>
<<include "2x2redcomplete">><strong>Three Colour Grid: 2x2</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c +1>><<set $c to $c % 3>><<set $d to $d +1>><<set $d to $d % 3>><<set $movestwored to $movestwored +1>><<set $twocompletered to $a + $b + $c + $d>>
<strong>High Score:</strong> $twobytwoscorered moves
<strong>Moves:</strong> $movestwored
<<include "2x2redgrid">>
<<include "2x2redcomplete">><strong>Three Colour Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d +1>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">>
<strong>Three Colour Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c +1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">><strong>Three Colour Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c +1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f +1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">><strong>Three Colour Grid: 3x3</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d +1>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g +1>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">>
<strong>Three Colour Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d +1>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f +1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h +1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">>
<strong>Three Colour Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c +1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f +1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i +1>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">><strong>Three Colour Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d +1>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g +1>><<set $g to $g % 3>><<set $h to $h +1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">>
<strong>Three Colour Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g +1>><<set $g to $g % 3>><<set $h to $h +1>><<set $h to $h % 3>><<set $i to $i +1>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">><strong>Three Colour Grid: 3x3</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f +1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h +1>><<set $h to $h % 3>><<set $i to $i +1>><<set $i to $i % 3>><<set $movesthreered to $movesthreered+1>><<set $threecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i>>
<strong>High Score:</strong> $threebythreescorered moves
<strong>Moves:</strong> $movesthreered
<<include "3x3redgrid">>
<<include "3x3redcomplete">><strong>Welcome To Gridflip</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>>
<<include "titlegrid">>
<<include "navtitle">><strong>Welcome To Gridflip</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>>
<<include "titlegrid">>
<<include "navtitle">><strong>Welcome To Gridflip</strong><<set $a to $a +1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>>
<<include "titlegrid">>
<<include "navtitle">><strong>Welcome To Gridflip</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b +1>><<set $b to $b % 2>><<set $c to $c +1>><<set $c to $c % 2>><<set $d to $d +1>><<set $d to $d % 2>>
<<include "titlegrid">>
<<include "navtitle">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u>><<set $u to $u % 2>><<set $v to $v>><<set $v to $v % 2>><<set $w to $w>><<set $w to $w % 2>><<set $x to $x>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f+1>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k+1>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p+1>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b+1>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g+1>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l+1>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q+1>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c+1>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h+1>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m+1>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r+1>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d+1>><<set $d to $d % 2>><<set $e to $e>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i+1>><<set $i to $i % 2>><<set $j to $j>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n+1>><<set $n to $n % 2>><<set $o to $o>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s+1>><<set $s to $s % 2>><<set $t to $t>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Line Flip Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 2>><<set $b to $b>><<set $b to $b % 2>><<set $c to $c>><<set $c to $c % 2>><<set $d to $d>><<set $d to $d % 2>><<set $e to $e+1>><<set $e to $e % 2>><<set $f to $f>><<set $f to $f % 2>><<set $g to $g>><<set $g to $g % 2>><<set $h to $h>><<set $h to $h % 2>><<set $i to $i>><<set $i to $i % 2>><<set $j to $j+1>><<set $j to $j % 2>><<set $k to $k>><<set $k to $k % 2>><<set $l to $l>><<set $l to $l % 2>><<set $m to $m>><<set $m to $m % 2>><<set $n to $n>><<set $n to $n % 2>><<set $o to $o+1>><<set $o to $o % 2>><<set $p to $p>><<set $p to $p % 2>><<set $q to $q>><<set $q to $q % 2>><<set $r to $r>><<set $r to $r % 2>><<set $s to $s>><<set $s to $s % 2>><<set $t to $t+1>><<set $t to $t % 2>><<set $u to $u+1>><<set $u to $u % 2>><<set $v to $v+1>><<set $v to $v % 2>><<set $w to $w+1>><<set $w to $w % 2>><<set $x to $x+1>><<set $x to $x % 2>><<set $y to $y+1>><<set $y to $y % 2>><<set $movesfiveline to $movesfiveline +1>><<set $fivecompleteline to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescoreline moves
<strong>Moves:</strong> $movesfiveline
<<include "5x5linegrid">>
<<include "5x5linecomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">>
<strong>Three Colour Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b +1>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">>
<strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b+1>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d+1>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d+1>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a +1>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f +1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i +1>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b+1>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e+1>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d+1>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">>
<strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e +1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">>
<strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p+1>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p+1>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 4x4</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p+1>><<set $p to $p % 3>><<set $movesfourred to $movesfourred +1>><<set $fourcompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p>>
<strong>High Score:</strong> $fourbyfourscorered moves
<strong>Moves:</strong> $movesfourred
<<include "4x4redgrid">>
<<include "4x4redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 3>><<set $b to $b+1>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 3>><<set $b to $b+1>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b+1>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d+1>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d+1>><<set $d to $d % 3>><<set $e to $e+1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d+1>><<set $d to $d % 3>><<set $e to $e+1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a+1>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b+1>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c+1>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d+1>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e+1>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f+1>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p+1>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g+1>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q+1>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h+1>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r+1>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i+1>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s+1>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j+1>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t+1>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k+1>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p+1>><<set $p to $p % 3>><<set $q to $q+1>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u+1>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l+1>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p+1>><<set $p to $p % 3>><<set $q to $q+1>><<set $q to $q % 3>><<set $r to $r+1>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v+1>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m+1>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q+1>><<set $q to $q % 3>><<set $r to $r+1>><<set $r to $r % 3>><<set $s to $s+1>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w+1>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n+1>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r+1>><<set $r to $r % 3>><<set $s to $s+1>><<set $s to $s % 3>><<set $t to $t+1>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x+1>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o+1>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s+1>><<set $s to $s % 3>><<set $t to $t+1>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y+1>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p+1>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u+1>><<set $u to $u % 3>><<set $v to $v+1>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q+1>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u+1>><<set $u to $u % 3>><<set $v to $v+1>><<set $v to $v % 3>><<set $w to $w+1>><<set $w to $w % 3>><<set $x to $x>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r+1>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v+1>><<set $v to $v % 3>><<set $w to $w+1>><<set $w to $w % 3>><<set $x to $x+1>><<set $x to $x % 3>><<set $y to $y>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s+1>><<set $s to $s % 3>><<set $t to $t>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w+1>><<set $w to $w % 3>><<set $x to $x+1>><<set $x to $x % 3>><<set $y to $y+1>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><strong>Three Colour Grid: 5x5</strong><<set $a to $a>><<set $a to $a % 3>><<set $b to $b>><<set $b to $b % 3>><<set $c to $c>><<set $c to $c % 3>><<set $d to $d>><<set $d to $d % 3>><<set $e to $e>><<set $e to $e % 3>><<set $f to $f>><<set $f to $f % 3>><<set $g to $g>><<set $g to $g % 3>><<set $h to $h>><<set $h to $h % 3>><<set $i to $i>><<set $i to $i % 3>><<set $j to $j>><<set $j to $j % 3>><<set $k to $k>><<set $k to $k % 3>><<set $l to $l>><<set $l to $l % 3>><<set $m to $m>><<set $m to $m % 3>><<set $n to $n>><<set $n to $n % 3>><<set $o to $o>><<set $o to $o % 3>><<set $p to $p>><<set $p to $p % 3>><<set $q to $q>><<set $q to $q % 3>><<set $r to $r>><<set $r to $r % 3>><<set $s to $s>><<set $s to $s % 3>><<set $t to $t+1>><<set $t to $t % 3>><<set $u to $u>><<set $u to $u % 3>><<set $v to $v>><<set $v to $v % 3>><<set $w to $w>><<set $w to $w % 3>><<set $x to $x+1>><<set $x to $x % 3>><<set $y to $y+1>><<set $y to $y % 3>><<set $movesfivered to $movesfivered +1>><<set $fivecompletered to $a + $b + $c + $d +$e + $f + $g + $h +$i +$j +$k +$l +$m +$n +$o +$p +$q +$r +$s +$t +$u +$v +$w +$x +$y>>
<strong>High Score:</strong> $fivebyfivescorered moves
<strong>Moves:</strong> $movesfivered
<<include "5x5redgrid">>
<<include "5x5redcomplete">><div>
<<if $a===0>><a data-passage="4ared"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $a===1>><a data-passage="4ared"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4ared"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $b===0>><a data-passage="4bred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $b===1>><a data-passage="4bred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4bred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $c===0>><a data-passage="4cred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $c===1>><a data-passage="4cred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4cred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $d===0>><a data-passage="4dred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $d===1>><a data-passage="4dred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4dred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $e===0>><a data-passage="4ered"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $e===1>><a data-passage="4ered"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4ered"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $f===0>><a data-passage="4fred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $f===1>><a data-passage="4fred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4fred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $g===0>><a data-passage="4gred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $g===1>><a data-passage="4gred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4gred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $h===0>><a data-passage="4hred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $h===1>><a data-passage="4hred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4hred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $i===0>><a data-passage="4ired"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $i===1>><a data-passage="4ired"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4ired"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $j===0>><a data-passage="4jred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $j===1>><a data-passage="4jred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4jred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $k===0>><a data-passage="4kred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $k===1>><a data-passage="4kred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4kred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $l===0>><a data-passage="4lred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $l===1>><a data-passage="4lred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4lred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $m===0>><a data-passage="4mred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $m===1>><a data-passage="4mred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4mred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $n===0>><a data-passage="4nred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $n===1>><a data-passage="4nred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4nred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $o===0>><a data-passage="4ored"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $o===1>><a data-passage="4ored"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4ored"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $p===0>><a data-passage="4pred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $p===1>><a data-passage="4pred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="4pred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
</div><div><<if $a===0>><a data-passage="3ared"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $a===1>><a data-passage="3ared"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3ared"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $b===0>><a data-passage="3bred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $b===1>><a data-passage="3bred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3bred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $c===0>><a data-passage="3cred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $c===1>><a data-passage="3cred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3cred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $d===0>><a data-passage="3dred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $d===1>><a data-passage="3dred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3dred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $e===0>><a data-passage="3ered"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $e===1>><a data-passage="3ered"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3ered"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $f===0>><a data-passage="3fred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $f===1>><a data-passage="3fred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3fred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $g===0>><a data-passage="3gred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $g===1>><a data-passage="3gred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3gred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $h===0>><a data-passage="3hred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $h===1>><a data-passage="3hred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3hred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $i===0>><a data-passage="3ired"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $i===1>><a data-passage="3ired"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="3ired"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
</div><div>
<<if $a===0>><a data-passage="5ared"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $a===1>><a data-passage="5ared"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5ared"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $b===0>><a data-passage="5bred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $b===1>><a data-passage="5bred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5bred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $c===0>><a data-passage="5cred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $c===1>><a data-passage="5cred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5cred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $d===0>><a data-passage="5dred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $d===1>><a data-passage="5dred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5dred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $e===0>><a data-passage="5ered"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $e===1>><a data-passage="5ered"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5ered"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $f===0>><a data-passage="5fred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $f===1>><a data-passage="5fred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5fred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $g===0>><a data-passage="5gred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $g===1>><a data-passage="5gred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5gred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $h===0>><a data-passage="5hred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $h===1>><a data-passage="5hred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5hred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $i===0>><a data-passage="5ired"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $i===1>><a data-passage="5ired"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5ired"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $j===0>><a data-passage="5jred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $j===1>><a data-passage="5jred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5jred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $k===0>><a data-passage="5kred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $k===1>><a data-passage="5kred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5kred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $l===0>><a data-passage="5lred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $l===1>><a data-passage="5lred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5lred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $m===0>><a data-passage="5mred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $m===1>><a data-passage="5mred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5mred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $n===0>><a data-passage="5nred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $n===1>><a data-passage="5nred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5nred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $o===0>><a data-passage="5ored"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $o===1>><a data-passage="5ored"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5ored"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $p===0>><a data-passage="5pred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $p===1>><a data-passage="5pred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5pred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $q===0>><a data-passage="5qred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $q===1>><a data-passage="5qred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5qred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $r===0>><a data-passage="5rred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $r===1>><a data-passage="5rred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5rred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $s===0>><a data-passage="5sred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $s===1>><a data-passage="5sred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5sred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $t===0>><a data-passage="5tred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $t===1>><a data-passage="5tred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5tred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $u===0>><a data-passage="5ured"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $u===1>><a data-passage="5ured"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5ured"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $v===0>><a data-passage="5vred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $v===1>><a data-passage="5vred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5vred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $w===0>><a data-passage="5wred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $w===1>><a data-passage="5wred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5wred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $x===0>><a data-passage="5xred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $x===1>><a data-passage="5xred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5xred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $y===0>><a data-passage="5yred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $y===1>><a data-passage="5yred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="5yred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
</div><div><<if $a===0>><a data-passage="2ared"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $a===1>><a data-passage="2ared"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="2ared"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $b===0>><a data-passage="2bred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $b===1>><a data-passage="2bred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="2bred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
<<if $c===0>><a data-passage="2cred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $c===1>><a data-passage="2cred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="2cred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>><<if $d===0>><a data-passage="2dred"><img src="images/white2.png" width="50" height="50" /></a><<else>><<if $d===1>><a data-passage="2dred"><img src="images/red2.png" width="50" height="50" /></a><<else>><a data-passage="2dred"><img src="images/black2.png" width="50" height="50" /></a><</if>><</if>>
</div><div>
<<if $a===0>><a data-passage="5a"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5a"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="5b"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5b"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $c===0>><a data-passage="5c"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5c"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $d===0>><a data-passage="5d"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5d"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $e===0>><a data-passage="5e"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5e"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $f===0>><a data-passage="5f"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5f"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $g===0>><a data-passage="5g"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5g"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $h===0>><a data-passage="5h"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5h"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $i===0>><a data-passage="5i"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5i"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $j===0>><a data-passage="5j"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5j"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $k===0>><a data-passage="5k"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5k"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $l===0>><a data-passage="5l"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5l"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $m===0>><a data-passage="5m"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5m"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $n===0>><a data-passage="5n"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5n"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $o===0>><a data-passage="5o"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5o"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $p===0>><a data-passage="5p"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5p"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $q===0>><a data-passage="5q"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5q"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $r===0>><a data-passage="5r"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5r"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $s===0>><a data-passage="5s"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5s"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $t===0>><a data-passage="5t"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5t"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $u===0>><a data-passage="5u"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5u"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $v===0>><a data-passage="5v"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5v"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $w===0>><a data-passage="5w"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5w"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $x===0>><a data-passage="5x"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5x"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $y===0>><a data-passage="5y"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5y"><img src="images/black.png" width="50" height="50" /></a><</if>>
</div><div>
<<if $a===0>><a data-passage="5aline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5aline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="5bline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5bline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $c===0>><a data-passage="5cline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5cline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $d===0>><a data-passage="5dline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5dline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $e===0>><a data-passage="5eline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5eline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $f===0>><a data-passage="5fline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5fline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $g===0>><a data-passage="5gline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5gline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $h===0>><a data-passage="5hline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5hline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $i===0>><a data-passage="5iline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5iline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $j===0>><a data-passage="5jline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5jline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $k===0>><a data-passage="5kline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5kline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $l===0>><a data-passage="5lline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5lline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $m===0>><a data-passage="5mline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5mline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $n===0>><a data-passage="5nline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5nline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $o===0>><a data-passage="5oline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5oline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $p===0>><a data-passage="5pline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5pline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $q===0>><a data-passage="5qline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5qline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $r===0>><a data-passage="5rline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5rline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $s===0>><a data-passage="5sline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5sline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $t===0>><a data-passage="5tline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5tline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $u===0>><a data-passage="5uline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5uline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $v===0>><a data-passage="5vline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5vline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $w===0>><a data-passage="5wline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5wline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $x===0>><a data-passage="5xline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5xline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $y===0>><a data-passage="5yline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="5yline"><img src="images/black.png" width="50" height="50" /></a><</if>>
</div><div>
<<if $a===0>><a data-passage="4aline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4aline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="4bline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4bline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $c===0>><a data-passage="4cline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4cline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $d===0>><a data-passage="4dline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4dline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $e===0>><a data-passage="4eline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4eline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $f===0>><a data-passage="4fline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4fline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $g===0>><a data-passage="4gline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4gline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $h===0>><a data-passage="4hline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4hline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $i===0>><a data-passage="4iline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4iline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $j===0>><a data-passage="4jline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4jline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $k===0>><a data-passage="4kline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4kline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $l===0>><a data-passage="4lline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4lline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $m===0>><a data-passage="4mline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4mline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $n===0>><a data-passage="4nline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4nline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $o===0>><a data-passage="4oline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4oline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $p===0>><a data-passage="4pline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4pline"><img src="images/black.png" width="50" height="50" /></a><</if>>
</div>
<div>
<<if $a===0>><a data-passage="4a"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4a"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="4b"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4b"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $c===0>><a data-passage="4c"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4c"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $d===0>><a data-passage="4d"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4d"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $e===0>><a data-passage="4e"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4e"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $f===0>><a data-passage="4f"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4f"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $g===0>><a data-passage="4g"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4g"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $h===0>><a data-passage="4h"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4h"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $i===0>><a data-passage="4i"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4i"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $j===0>><a data-passage="4j"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4j"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $k===0>><a data-passage="4k"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4k"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $l===0>><a data-passage="4l"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4l"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $m===0>><a data-passage="4m"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4m"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $n===0>><a data-passage="4n"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4n"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $o===0>><a data-passage="4o"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4o"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $p===0>><a data-passage="4p"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="4p"><img src="images/black.png" width="50" height="50" /></a><</if>>
</div><div>
<<if $a===0>><a data-passage="3aline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3aline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="3bline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3bline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $c===0>><a data-passage="3cline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3cline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $d===0>><a data-passage="3dline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3dline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $e===0>><a data-passage="3eline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3eline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $f===0>><a data-passage="3fline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3fline"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $g===0>><a data-passage="3gline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3gline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $h===0>><a data-passage="3hline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3hline"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $i===0>><a data-passage="3iline"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3iline"><img src="images/black.png" width="50" height="50" /></a><</if>>
</div><div>
<<if $a===0>><a data-passage="3a"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3a"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="3b"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3b"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $c===0>><a data-passage="3c"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3c"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $d===0>><a data-passage="3d"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3d"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $e===0>><a data-passage="3e"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3e"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $f===0>><a data-passage="3f"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3f"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $g===0>><a data-passage="3g"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3g"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $h===0>><a data-passage="3h"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3h"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $i===0>><a data-passage="3i"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="3i"><img src="images/black.png" width="50" height="50" /></a><</if>>
</div><div><<if $a===0>><a data-passage="2a"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="2a"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="2b"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="2b"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $c===0>><a data-passage="2c"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="2c"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $d===0>><a data-passage="2d"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="2d"><img src="images/black.png" width="50" height="50" /></a><</if>></div><div><<if $a===0>><a data-passage="title2a"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="title2a"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $b===0>><a data-passage="title2b"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="title2b"><img src="images/black.png" width="50" height="50" /></a><</if>>
<<if $c===0>><a data-passage="title2c"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="title2c"><img src="images/black.png" width="50" height="50" /></a><</if>><<if $d===0>><a data-passage="title2d"><img src="images/white.png" width="50" height="50" /></a><<else>><a data-passage="title2d"><img src="images/black.png" width="50" height="50" /></a><</if>></div><<if $fivecompletered === 50>>Congratulations! You completed this grid in $movesfivered turns! <<if $movesfivered lt $fivebyfivescorered>>A new high score!<<set $fivebyfivescorered to $movesfivered>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|5x5red]]<<else>>[[Give Up|gridflip2]] or [[Restart|5x5red]]<</if>><strong>Rules</strong>
<strong>Goal:</strong> Flip the grid from white to black.
<strong>Standard Grids:</strong> Touching a square flips it and all adjacent squares to the opposite colour.
<strong>Line Flip Grids:</strong> Touching a square flips it and all the other squares vertically and horizontally in line with it to the opposite colour.
<strong>Three Colour Grids:</strong> The same rules as the standard grid, except now there's a third colour between white and black.
[[Choose A Grid To Flip|gridflip2]]
[[Choose Another Grid|gridflip2]]
[[High Scores|scores]] - [[Rules]][[Choose A Grid|gridflip2]]
[[High Scores|scores]]
[[Rules]]
[[Credits]]<strong>Credits</strong>
Gridflip was made by David Guy in September 2023, using [[twine|http://twinery.org]] (even though presumably it's not really meant for this). If you'd like to see more of my stuff, follow the various links below:
[[patreon|https://www.patreon.com/davidguy]] -[[ko-fi|https://ko-fi.com/davidnguy]] - [[itch.io|https://dngdng.itch.io]] - [[more|https://accumulationofthings.com]]
<<include "navtitle">><<if $fourcomplete === 16>>Congratulations! You completed this grid in $movesfour turns! <<if $movesfour lt $fourbyfourscore>>A new high score!<<set $fourbyfourscore to $movesfour>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|4x4]]<<else>>[[Give Up|gridflip2]] or [[Restart|4x4]]<</if>>
<<if $fourcomplete === 16>>Congratulations! You completed this grid in $movesfour turns! <<if $movesfour lt $fourbyfourscore>>A new high score!<<set $fourbyfourscore to $movesfour>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|4x4]]<<else>>[[Give Up|gridflip2]] or [[Restart|4x4]]<</if>><<if $threelinecomplete === 9>>Congratulations! You completed this grid in $movesthreeline turns! <<if $movesthreeline lt $threebythreelinescore>>A new high score!<<set $threebythreelinescore to $movesthreeline>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3line]]<<else>>[[Give Up|gridflip2]] or [[Restart|3x3line]]<</if>><<if $twocomplete === 4>>Congratulations! You completed this grid in $movestwo turns! <<if $movestwo lt $twobytwoscore>>A new high score!<<set $twobytwoscore to $movestwo>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|2x2]]<<else>>[[Give Up|gridflip2]] or [[Restart|2x2]]<</if>><<if $fourcompleteline === 16>>Congratulations! You completed this grid in $movesfourline turns! <<if $movesfourline lt $fourbyfourscoreline>>A new high score!<<set $fourbyfourscoreline to $movesfourline>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|4x4line]]<<else>>[[Give Up|gridflip2]] or [[Restart|4x4line]]<</if>><<if $fivecomplete === 25>>Congratulations! You completed this grid in $movesfive turns! <<if $movesfive lt $fivebyfivescore>>A new high score!<<set $fivebyfivescore to $movesfive>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|5x5]]<<else>>[[Give Up|gridflip2]] or [[Restart|5x5]]<</if>><<if $fivecompleteline === 25>>Congratulations! You completed this grid in $movesfiveline turns! <<if $movesfiveline lt $fivebyfivescoreline>>A new high score!<<set $fivebyfivescoreline to $movesfiveline>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|5x5line]]<<else>>[[Give Up|gridflip2]] or [[Restart|5x5line]]<</if>>
<<if $twocompletered === 8>>Congratulations! You completed this grid in $movestwored turns! <<if $movestwored lt $twobytwoscorered>>A new high score!<<set $twobytwoscorered to $movestwored>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|2x2red]]<<else>>[[Give Up|gridflip2]] or [[Restart|2x2red]]<</if>><<if $threecompletered === 18>>Congratulations! You completed this grid in $movesthreered turns! <<if $movesthreered lt $threebythreescorered>>A new high score!<<set $threebythreescorered to $movesthreered>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|3x3red]]<<else>>[[Give Up|gridflip2]] or [[Restart|3x3red]]<</if>><<if $fourcompletered === 32>>Congratulations! You completed this grid in $movesfourred turns! <<if $movesfourred lt $fourbyfourscorered>>A new high score!<<set $fourbyfourscorered to $movesfourred>><</if>><br/><br/>[[New Grid|gridflip2]] or [[Retry This Grid|4x4red]]<<else>>[[Give Up|gridflip2]] or [[Restart|4x4red]]<</if>>
[[Choose A Grid To Flip|gridflip2]]
[[High Scores|scores]] - [[Rules]]