I kept all of my highest tiles on one column of the board, and always kept it filled up (so that one row was "static"), like with 2048.
The difference this time was that I mainly incremented them by rows, and would only put together three in a column to match up a row.
I kept all of my highest tiles on one column of the board, and always kept it filled up (so that one row was "static"), like with 2048.
The difference this time was that I mainly incremented them by rows, and would only put together three in a column to match up a row.