A terminal snake game written in C#.
Comes with a rudimentary pathfinding algorithm designed by me.
Key | Action |
---|---|
W/A/S/D | control movement |
Tab | Show debug info |
P | Activate Pathfinding |
L | Run as fast as possible |
K | Kill snake |
Esc / C | Close |
Naturally requires mono if not on Windows, and .NET runtime if on Windows. No special parameters required.