Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 393 Bytes

React minesweeper

Run tests with yarn test

Components

  • App: Game container

    • RestartConfig: Configuration for starting a new game.

      • NumberInput: Single input
    • Stats: Shows remaining flags, X-ray button and status message

      • StickyButton: A toggleable button, for controlling X-ray mode
    • Board: Game logic and rendering cells

      • Cell: Displays a single cell