# basic-minesweeper **Repository Path**: vividyu_0/basic-minesweeper ## Basic Information - **Project Name**: basic-minesweeper - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-13 - **Last Updated**: 2025-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Basic Minesweeper (No Vue) A minimal, beginner-friendly Minesweeper implemented with plain HTML/CSS/JS and served by a tiny Node.js (Express) server. ## Requirements - Node.js 18+ (recommended: 20 LTS) ## Run ```powershell cd D:\projects\linux_practice9\basic-minesweeper npm install npm start ``` Open http://localhost:8080 ## Notes - Left click: reveal - Right click: flag - First click is guaranteed safe and expands blank areas - You can change rows/cols/mines in the toolbar and click Restart