https://github.com/games50/match3/blob/995491fb135773252a6cf724dc339d4b4d50e43c/match-3/src/Board.lua#L149 Should be: ``` lua for y = 8, 8 - matchNum + 1, -1 do ```