VinayGupta23 / alter-ego-game

A puzzle-platformer game with clones! Developed as part of CSCI526: Mobile Games at USC.
https://vinaygupta23.itch.io/alter-ego
0 stars 1 forks source link

Main Menu & Level Select UI Enhancements #73

Closed vinayg-usc closed 2 years ago

vinayg-usc commented 2 years ago

Level select:

Main menu:

Vacancyy commented 2 years ago

User can press "Tab" button to return to main menu.

vinayg-usc commented 2 years ago

Pressing tab may not be a good idea as user will never know this exists? Can we also have a button with some indication?

On Mon, Oct 3, 2022, 20:31 Vacancyy @.***> wrote:

User can press "Tab" button to return to main menu.

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/vinayg-usc/alter-ego-game/issues/73*issuecomment-1266349132__;Iw!!LIr3w8kk_Xxm!pwM1Oakllp6EeEmftWK_iCe8C0fk2zd-Iw164c9fB2R5qgPuoFuImPRLIXpLxrW8WvuNz4wlNLt1hm0yqUEn5U4$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AXJPBHHEZOOAZBSQAB4EWTDWBOQHXANCNFSM6AAAAAAQ32KMUA__;!!LIr3w8kk_Xxm!pwM1Oakllp6EeEmftWK_iCe8C0fk2zd-Iw164c9fB2R5qgPuoFuImPRLIXpLxrW8WvuNz4wlNLt1hm0yYXPChuo$ . You are receiving this because you authored the thread.Message ID: @.***>

rustinzhao commented 2 years ago

Pressing tab may not be a good idea as user will never know this exists? Can we also have a button with some indication? On Mon, Oct 3, 2022, 20:31 Vacancyy @.> wrote: User can press "Tab" button to return to main menu. — Reply to this email directly, view it on GitHub <[https://urldefense.com/v3/__https://github.com/vinayg-usc/alter-ego-game/issues/73issuecomment-1266349132;Iw!!LIr3w8kk_Xxm!pwM1Oakllp6EeEmftWK_iCe8C0fk2zd-Iw164c9fB2R5qgPuoFuImPRLIXpLxrW8WvuNz4wlNLt1hm0yqUEn5U4$](https://urldefense.com/v3/https://github.com/vinayg-usc/alter-ego-game/issues/73*issuecomment-1266349132__;Iw!!LIr3w8kk_Xxm!pwM1Oakllp6EeEmftWK_iCe8C0fk2zd-Iw164c9fB2R5qgPuoFuImPRLIXpLxrW8WvuNz4wlNLt1hm0yqUEn5U4%24)>, or unsubscribe <https://urldefense.com/v3/https://github.com/notifications/unsubscribe-auth/AXJPBHHEZOOAZBSQAB4EWTDWBOQHXANCNFSM6AAAAAAQ32KMUA;!!LIr3w8kk_Xxm!pwM1Oakllp6EeEmftWK_iCe8C0fk2zd-Iw164c9fB2R5qgPuoFuImPRLIXpLxrW8WvuNz4wlNLt1hm0yYXPChuo$> . You are receiving this because you authored the thread.Message ID: *@.>

Actually, we got the 'PAUSE' button at the top center, do we really need a button with a key to return to the main menu again? or we can simply put 'PAUSE' 'MENU' 'RESTART'- these three buttons at the top middle without any key indication, I think that would be simple enough. If you wanna get these three buttons with key indications, I think we may probably need to redesign the UI, like put two buttons on the two sides and one button at the center. Also, we may need to find some UI for the key indicators like the screenshot you mentioned in issue#59. But I still think that just putting three buttons at the top center would be simple and useful enough. For the mean button, we can just get a UI that looks like the one below.

WeChat828c2756e054b85495ed30345ffd7515
VinayGupta23 commented 2 years ago

You are right, we don't need to change anything in the level UI. In the description of this issue I have mentioned to add "menu" button for the "level select" screen only. Since in that scene we don't have a way to go back.

rustinzhao commented 2 years ago

Got it.

vinayg-usc commented 2 years ago

We will revisit this as part of the UX flow, and create new issues.