• Joined on 2026-06-17
Nuller pushed to main at Nuller/snake-csharp 2026-06-19 10:12:34 +00:00
cb06980cfb fix: preserve sharp corners during smooth animation
d483cd0660 fix: only interpolate head and tail, keep middle segments grid-snapped
Compare 2 commits »
Nuller pushed to main at Nuller/snake-csharp 2026-06-19 10:09:15 +00:00
5da42c119e chore: gitignore publish directory
Nuller pushed to main at Nuller/snake-csharp 2026-06-19 10:09:02 +00:00
9dd304811b fix: smooth tail interpolation
dcb65831ac fix: smooth tail interpolation for non-growing snake
Compare 2 commits »
Nuller pushed to main at Nuller/snake-csharp 2026-06-19 10:02:12 +00:00
aa2016cc40 feat: smooth snake animation + beautiful Avalonia UI
7d55a08380 feat: smooth snake animation + beautiful Avalonia UI overhaul
Compare 2 commits »
Nuller pushed to feature/calculator-impl at Nuller/android-calculator-compose 2026-06-18 23:56:25 +00:00
9f87094b34 fix: восстановил ripple на цифровых кнопках без смены цвета
Nuller pushed to feature/calculator-impl at Nuller/android-calculator-compose 2026-06-18 23:53:42 +00:00
cf35982b37 fix: ограничил подсветку кнопок только операторами
Nuller pushed to feature/calculator-impl at Nuller/android-calculator-compose 2026-06-18 23:48:22 +00:00
babec55122 feat: добавил визуальную индикацию ожидающей операции
Nuller created branch feature/calculator-impl in Nuller/android-calculator-compose 2026-06-18 23:45:47 +00:00
Nuller pushed to feature/calculator-impl at Nuller/android-calculator-compose 2026-06-18 23:45:47 +00:00
4ca53cf34e feat: добавил калькулятор на Jetpack Compose с Material 3
Nuller created repository Nuller/android-calculator-compose 2026-06-18 23:42:24 +00:00
Nuller pushed to main at Nuller/snake-csharp 2026-06-17 19:16:06 +00:00
2e89c6dca3 fix: implement direction input queue for rapid key presses
06c51277b6 fix: replace pending direction with input queue to preserve all rapid key presses
Compare 2 commits »
Nuller created branch fix/input-queue-for-directions in Nuller/snake-csharp 2026-06-17 19:16:05 +00:00
Nuller pushed to fix/input-queue-for-directions at Nuller/snake-csharp 2026-06-17 19:16:05 +00:00
06c51277b6 fix: replace pending direction with input queue to preserve all rapid key presses
Nuller pushed to main at Nuller/snake-csharp 2026-06-17 19:12:24 +00:00
76b9faba1a fix: rapid key input causing self-collision
f02e389580 fix: prevent self-collision on rapid multi-key input using pending direction buffer
Compare 2 commits »
Nuller created branch fix/rapid-key-input-collision in Nuller/snake-csharp 2026-06-17 19:12:23 +00:00
Nuller pushed to fix/rapid-key-input-collision at Nuller/snake-csharp 2026-06-17 19:12:23 +00:00
f02e389580 fix: prevent self-collision on rapid multi-key input using pending direction buffer
Nuller created branch main in Nuller/snake-csharp 2026-06-17 19:04:45 +00:00
Nuller pushed to main at Nuller/snake-csharp 2026-06-17 19:04:45 +00:00
Nuller pushed to feature/full-interfaces at Nuller/snake-csharp 2026-06-17 19:04:34 +00:00
7330880c96 fix: correct tail collision logic in SnakeGame and Snake
Nuller pushed to feature/full-interfaces at Nuller/snake-csharp 2026-06-17 19:03:23 +00:00
0d9710965c feat: fully functional CLI and Avalonia UI for Snake game