adpoitras / The-Shrek-Trail

Oregon - trail - like game using pygame running on web using webassembly and pygbag
0 stars 2 forks source link

Game allows unavailable option to pass if a previous valid option was selected #4

Open sherkgameman opened 2 years ago

sherkgameman commented 2 years ago
image

Epic Fail

sherkgameman commented 2 years ago
image
adpoitras commented 2 years ago

Please state the specific steps needed to replicate this issue. Is this only for the damp swamp?

sherkgameman commented 2 years ago

You Must Select Another Option (Not One) Then Go Back To Option One (1) Then Hit The Space Key To Proceed When It Then Allows You To Proceed Despite The Text Being Red. I Have Not Tested This In Other Scenarios As I Do Not Wish To Harm My Favorite Shrek Characters And I Would Never Starve Them Intentionally. Thank You.

adpoitras commented 2 years ago

Update: It looks like this applies to every unavailable option if an option that was valid was previously chosen. It could be due to when the game was ported to be compatible with pygbag, as this issue should have been caught before. I'm thinking that it could be the very messy use of global variables or something to do with putting the game loop in the main function.