Files
snake-csharp/publish/Snake.Avalonia
Heller dcb65831ac fix: smooth tail interpolation for non-growing snake
When snake doesn't grow, the last segment (new tail) should interpolate
from the old tail's position (previous[segmentIndex]), not from the
second-to-last segment (previous[segmentIndex-1]) which didn't move.
2026-06-19 10:08:56 +00:00

87 MiB
Executable File

The file is too large to be shown. View Raw