A simple Minesweeper game built with Svelte.
Clone the repository:
git clone https://github.com/your-username/minesweeper-svelte.git
cd minesweeper-svelte
Install dependencies:
npm install
Start the development server:
```bash npm run dev
/src
App.svelte
/components
Cell.svelte
Reveal a Cell
Click on a cell to reveal it. If it contains a mine, you lose! Safe Cells
If the cell is safe, you'll see the number of adjacent mines. Winning
Clear the entire board without hitting any mines to win the game! mines. Clear the board without hitting a mine to win.