Skip to content

A terminal snake game written in C#. Comes with a rudimentary pathfinding algorithm designed by me.

License

Notifications You must be signed in to change notification settings

10Nates/SharpSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A terminal snake game written in C#. Comes with a rudimentary pathfinding algorithm designed by me.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages