2
There is the possibility for the user to select menu options by navigating with the arrow keys up and down, then pressing enter?
public static void menu()
{
print("=====MENU=====");
print("|Novo jogo |");
print("|Créditos |");
print("|Sair |");
print("==============");
}
I see this on multiple terminals, but I don’t know if this applies to Consoleapplication java.
Angular Example:
Yes, it’s possible, but you’ve got a lot of work to do.
– Maniero
thanks for the reply, it helped kind of nothing.
– Josias Matheus