BryanChiu / Mactivision

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

Early exit of the first mini game #118

Closed Wesley-Guoxy closed 3 years ago

Wesley-Guoxy commented 3 years ago

Description:

I am in the middle of the first mini game while being busy to check the result log of the console and internet requests, at which time the game jump right to the end and tell me that I have got the treasure. As shown below, I have no idea where the big treasure is.

Environment:

Windows10, Python3.7.9, Microsoft Edge version 89.0.774.45 (64-bit)

Steps to Reproduce:

  1. start playing
  2. wait for some time and do something else with the browser’s developer tools
  3. boom! jump to the end of the game image

Expected Result:

I should be able to continue playing the game even after a long interval

Severity:

HIGH

BryanChiu commented 3 years ago

We'll add a "MaxGameTime" config value for Digger, so the game time limit is up to the researcher (config file writer).

BryanChiu commented 3 years ago

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