Racso / fzero-apps

Apps I created for the Flipper Zero.
7 stars 2 forks source link

Sokoban: make vertical levels horizontal to better fit the screen #7

Closed iliazeus closed 4 months ago

iliazeus commented 4 months ago

Some levels (in the "Microban" back, at least) are way too small, but only take up less than half of the screen:

Screenshot: Microban, level 8 ![Microban level 8](https://github.com/user-attachments/assets/8e487f4a-bff4-4f15-96f9-b8e1757c7258)

This PR makes vertical levels into horizontal ones to better fit the screen.

The levels were processed by this Node.js script: https://gist.github.com/iliazeus/9fd14a338c21d5f5441a8351c955fcfe

iliazeus commented 4 months ago

Here's a screenshot of a rotated (well, "transposed" would be a better word) level, for comparison:

Screenshot: Microban, level 8, horizontal ![Screenshot: Microban, level 8, horizontal](https://github.com/user-attachments/assets/2312a6c6-4540-4930-917e-fd2219e8bd52)