Minesweeper
The classic Minesweeper at three board sizes - Easy (9x9), Medium (16x16) and Hard (30x16) - with a mine counter, timer, and controls that work on both desktop (left-click reveal, right-click flag) and touch. Imported Claude artifact, runs fully client-side. Source: https://github.com/simonw/tools (minesweeper.html, Apache-2.0).
Name your fork
This clones the app's prompt and source into your account as a new unlisted app. You can edit and publish it from your dashboard.
Details
View source prompt + release files — fork-enabled apps share their full source
System prompt (SKILL.md)
---
name: minesweeper
description: The classic Minesweeper game at three board sizes, with mouse and touch controls.
metadata:
tags:
- artifact-import
- game
source_url: https://tools.simonwillison.net/minesweeper
github_repo_url: https://github.com/simonw/tools
---
# Minesweeper
An imported Claude artifact. Clear the board without detonating a mine across
three difficulties - Easy (9x9, 10 mines), Medium (16x16) and Hard (30x16).
Left-click reveals and right-click flags on desktop; on mobile a reveal/flag
toggle replaces the right button. Mine counter and timer included.
The whole game runs client-side - no server, no model call, nothing metered.
Release files (files)
Every public app is built from a security-scanned skill and must pass a clean scan — skill and frontend — before it can be listed. Have a skill of your own? Turn it into an app — or read the step-by-step walkthrough.