Skip to content

Plague-Doc/CSharp-Terminal-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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.