BryanChiu / Mactivision

CS4ZP6 2020-21 Capstone group. Mini-games
4 stars 5 forks source link

Game Automatically Jumped to End Screen Before Completing Digging Minigame #100

Closed syed-razi closed 3 years ago

syed-razi commented 3 years ago

Description:

So unfortunately I haven't been able to produce this bug consistently but it has occured often enough that I thought it warranted an issue. Basically I start up the app and start playing the digging game and dig; however I stop before reaching the end and start pressing random keys (from memory it's been ctrl, shift, command, and enter, all entered randomly) and the game jump to the end. I can provide the files that were produced in the ouput folder if requested for review: image

Environment:

Device: Macbook Pro 2015 Browser: Chrome

Steps to Reproduce:

  1. Open Battery.json
  2. Set DigAmount to 10
  3. Save file
  4. Start Client and Server
  5. Dig normally until you reach the last block before the treasure
  6. Press ctrl, shit, command, and enter over and over randomly

Actual Result:

Game jumps to ending screen: image

Expected Result:

Nothing should happen when pressing random keys that are not the digging key and game should proceed normally

Severity: Low

BryanChiu commented 3 years ago

Duplicate of https://github.com/BryanChiu/Mactivision/issues/77