Skip to content

Plague-Doc/csharp-terminal-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerminalMenu

A console application menu system that can be naivgated with directional keyboard inputs written in C#.
The menu logic itself is all inside the Logic/Menu.cs file, everything else are just examples on how to use it.