Racso / fzero-apps

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

Sokoban: use snprintf() instead of string_writer #13

Open iliazeus opened 4 months ago

iliazeus commented 4 months ago

At first, I wanted to replace it with FuriString, but then I realized that a simple snprintf() would be more concise and efficient.