Skip to content

Prepare for a game of Minesweeper by placing mines!

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

sile/mineplacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db6c9e9 · Nov 13, 2024
Jul 17, 2023
Jul 17, 2023
Nov 13, 2024
Aug 13, 2023
May 22, 2023
Nov 13, 2024
Jun 4, 2023
Jun 4, 2023
Jul 17, 2023

Repository files navigation

Mineplacer

This is a browser game inspired by Minesweeper.

You are the person preparing for a game of Minesweeper by placing mines!

Play!

How to Play

  • Select a game level (8x15 or 16x30 or 16x30 with wormholes).
  • Click on a cell to place a mine there.
  • A digit in a cell indicates the number of mines that should be placed around the cell (including the cell itself).
  • ⚠️ mark indicates there are too many mines around the cell.
  • When wormholes exist, a part of non-mine cells are hidden.
  • The condition for winning is that all mines are placed in the correct positions.

Enable Touch Gestures

If the query string parameter gesture=true is provided, panning and pinch zoom gestures will be enabled.

Custom Mode

The board size and the number of mines/wormholes can be customized by using the following query string parameters:

  • width (between 16 and 64, default to 16)
  • height (between 16 and 64, default to 30)
  • mines (between 1 and 999, default to 99)
  • wormholes (between 0 and 999, default to 99)

For example, you can play with the maximum settings via the following URL:

Screenshot

Mineplacer