Skip to content

Render Grid & Basic Touch Events #4

@lukeKilpatrick-minitap

Description

@lukeKilpatrick-minitap

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 onTap handler:
    • If cell is covered, call the Reveal logic.
    • If cell is mined, trigger (console log) Game Over.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions