Skip to content

lo-maxwell/react-minesweeper

Repository files navigation

Minesweeper

Minesweeper webapp made with React, Nextjs, Tailwind CSS

Deployed with vercel here: https://minesweeper-boom.vercel.app/

Minesweeper is a video game commonly found on windows installations. Find and flag all of the hidden mines, and click to reveal all of the safe squares to win. When you click a safe square, it will reveal a number telling you how many adjacent bombs there are.

Run locally with

npm install

npm run dev