I'm currently writing a game in C++ in windows. Everything is going great so far, but my menu looks like this:
1.Go North
2.Go South
3.Go East
4.Go North
5.Inventory
6.Exit
Insert choice -
It works fine, but I have been using that sort of thing for a while and would rather one that you can navigate with the up and down arrows. How would I go about doing this?
Regards in advance