You could then finalize the selection by some method, and the program would continue depending on the selected option. For example, having 3 options "GAME A", "GAME B" and "EXIT", you could print them on screen. Your selection would be determined by a variable SLCT. You'd change this variable using BUTTON. You'd draw an arrow on screen depending on this variable to show what option is selected.