You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
In Minesweeper game, we define boxSize = Double(size.width) * boxSizeRelativeToWidth this equetion is not fit for some screen size. Especially for screen size of iPhone X and above models boxSize is too large and create an annoying view.
Mocks
Acceptance Criteria
Update [Required]
[Changes in boxSize formula]
[Changes in newBox.position]
Definition of Done
All of the required items are completed.
Approval by 1 mentor.
Estimation
[6] hours
The text was updated successfully, but these errors were encountered:
@sunjunkie Please have a look, I think I solve this issue up to tomorrow. The equation which we are using for box size is only applicable up to the iPhone 8 plus devices.
Description
In Minesweeper game, we define boxSize = Double(size.width) * boxSizeRelativeToWidth this equetion is not fit for some screen size. Especially for screen size of iPhone X and above models boxSize is too large and create an annoying view.
Mocks
Acceptance Criteria
Update [Required]
Definition of Done
Estimation
[6] hours
The text was updated successfully, but these errors were encountered: