-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Description
Render the grid on the mobile screen and handle basic tap detection.
Requirements
- Render the 2D array as a grid of squares (CSS Grid, Canvas, or View components).
- Ensure the grid fits within the viewport width (for Portrait).
- Implement
onTaphandler:- If cell is covered, call the Reveal logic.
- If cell is mined, trigger (console log) Game Over.
Reactions are currently unavailable