Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 967 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 967 Bytes

License Workflow Status Forks Star

SharpSnake

A terminal snake game written in C#.

Comes with a rudimentary pathfinding algorithm designed by me.

Controls:

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

Running Outside of Visual Studio

Naturally requires mono if not on Windows, and .NET runtime if on Windows. No special parameters required.