This website requires JavaScript.
Explore
Help
Sign In
Heller
/
snake-csharp
Watch
1
Star
0
Fork
0
You've already forked snake-csharp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
76b9faba1ae7dcc8f4cacde4143bda28ff05ff1f
snake-csharp
/
Snake.Core
History
Heller
f02e389580
fix: prevent self-collision on rapid multi-key input using pending direction buffer
2026-06-17 19:12:20 +00:00
..
Board.cs
feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
2026-06-17 19:02:07 +00:00
Direction.cs
feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
2026-06-17 19:02:07 +00:00
Food.cs
feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
2026-06-17 19:02:07 +00:00
GameTickResult.cs
feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
2026-06-17 19:02:07 +00:00
Position.cs
feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
2026-06-17 19:02:07 +00:00
Snake.Core.csproj
feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
2026-06-17 19:02:07 +00:00
Snake.cs
fix: prevent self-collision on rapid multi-key input using pending direction buffer
2026-06-17 19:12:20 +00:00
SnakeGame.cs
fix: correct tail collision logic in SnakeGame and Snake
2026-06-17 19:04:32 +00:00