gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Mines version 1.6


From: ELPA update
Subject: [GNU ELPA] Mines version 1.6
Date: Sun, 31 Mar 2024 05:38:16 -0400

Version 1.6 of package Mines has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Mines describes itself as:

  ================
  Minesweeper game
  ================

More at https://elpa.gnu.org/packages/mines.html

## Summary:

  This is an elisp implementation of the classical minesweeper game.
  The target is localize all hidden mines (bombs) in a rectangular board
  without detonating them.  You reveal the content of a cell with the
  command `mines-dig'.

  1. Cells with a bomb contain the character 'x'; if you call `mines-dig'
     in these cells then you lost the game.

  2. Cells without bomb at distance 1 from any cell with a mine
     contain a number: the number of bombs at distance 1 from this cell.
     If you reveal the content of this cell, then this number is shown.

  3. Cells without a bomb at distance > 1 from any bomb contain ' '.
     If you reveal the content of this cell, then ' ' is shown and
     all adjacent cells are recursively revealed.

## Recent NEWS:

[Not provided 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]