guusw / unnamed-sdvx-clone

A rhythm game written in C++
MIT License
71 stars 110 forks source link

[Feature] score window and rank. #15

Open nieknooijens opened 8 years ago

nieknooijens commented 8 years ago

So after a song is finished at the moment it just freezes, you have to press escape to return to the song browser. It would be nice to have a screen that gives you a score evaluation with a rank (F E D C B A AA S). and then press on the sdvx controller to go back to the song selection screen.

note: it's already in the project description but github allows you to create "milestones" and assign issues to those milestones to act as a roadmap so that's why I created another issue.

guusw commented 8 years ago

Ok, I'll create a milestone for basically all the things needed for the game to be played by someone. Then after that is done those things can be improved, etc.

guusw commented 8 years ago

http://tdrz.nl/JFS9eJA7.png Current design for the score screen (still missing max combo)

nieknooijens commented 8 years ago

Nice. Unfortunately we have an internet blackout here. Currently using my phone. So i can probably take a look tomorrow.

Op 3 sep. 2016 06:57 schreef "Guus" notifications@github.com:

https://camo.githubusercontent.com/3e7120312b886d879cdd1f24f7be4f3d3c6e5dc7/687474703a2f2f7464727a2e6e6c2f4a465339654a41372e706e67253544 http://tdrz.nl/JFS9eJA7.png Current design for the score screen (still missing max combo)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/guusw/unnamed-sdvx-clone/issues/15#issuecomment-244526885, or mute the thread https://github.com/notifications/unsubscribe-auth/ACqjW-i90uwGr_xu6lpc8wu4WvHW4jlAks5qmP5VgaJpZM4JvYQw .

magiruuvelvet commented 8 years ago

I think the screen should also show the difficulty of the chart. Under the "Effected by" line seems a good place for it.

magiruuvelvet commented 8 years ago

And maybe also show "Track failed", "Track completed", "Ultimate Chain", and "Perfect" somewhere. I kind of miss this strings in the result screen. :smile:

guusw commented 8 years ago

Yep, I'll add the difficulty below the effecter, I assume you mean challenge,beginner,etc. For the map result, maybe placing it as an overlay on the score graph would work, kind of like how osu! does it? (http://tdrz.nl/F6JKoBZH)