Anonymine - guess free minesweeper
Latest version: ${version} released on ${date} - what's new
You can try it on my demo server using SSH.
Log in as play@anonymine-demo.oskog97.com,
password is "play".
Leaderboard for public demo server
About
Anonymine is the "anonymous minesweeper" as I never had any name for it, but I think "Anonymine" works just fine. Back in December 2015 I was curious about creating an algorithm for solving minesweeper, and then I needed an excuse for it so I turned it into a terminal game that can be solved wihout any guessing.
Do note that it runs in the terminal, so it may not be your cup of tea. Mouse input is usually supported, but only really useful in hexagonal mode.
Being solvable without guessing is not its only feature, it has many other unusual or even unique features: the games are fully customizable and Anonymine seems to be the only minesweeper with von Neumann grids.
For each game you can set the field type (normal / hexagonal / von Neumann), width, height and number of mines, only restricted to certain minimums and security limits (to avoid igniting your computer).
The supported field types/game types are:
Von Neumann grids
I have never seen another minesweeper that can have fields with von Neumann grids. In a von Neumann neighbourhood (grid), each cell/square has only four neighbours, at the edges but not at the corners.
The biggest number you'll ever see is 3. But that doesn't mean it's easy, it's quite the opposite.
Traditional fields with Moore grids
Like any other minsweeper.
Hexagonal fields
Every cell is a hexagon and has six neighbours, (with obvious exceptions). This mode has separate key bindings because there is no single "up" and single "down" direction.
More features:
- It looks almost fine on monochrome terminals.
- Even the losers can get on their very own highscores table.
- There are cheat codes. They're not useful, but will be a challenge to crack.
Download
NOTE: Not for smartphones and tablets.
Linux, macOS, unix-likes, Haiku, Windows,
Archive of all released versions
If you find any bugs, please create an issue.
GNU/Linux, macOS, *BSD, Cygwin, other unix-like operating systems, and Haiku
Windows
There are a few options:
- Recommended: WSL (both 1 and 2 work just fine)
- Automatic Cygwin and Anonymine installer
- Install Python and windows-curses
Automatic Cygwin installer
Downloads:- Windows installer from ${windows_date} (version $(echo "$windows_version" | cut -d- -f1-3) with Cygwin setup $(echo "$windows_version" | cut -d- -f5))
- Fetch newest version from GitLab
Install Python and windows-curses
It is possible to run the unix version with some limitations.- Instructions
- You can download as a zip from Gitlab.
Platforms
Check the readme and installation instructions for more details.
Tested on
Here's a list of various platforms Anonymine has been tested on. It works on all of them unless I say otherwise, but there may be some minor issues.
- Various GNU/Linux distributions
- FreeBSD, OpenBSD, NetBSD, DragonflyBSD
- Haiku
- SerenityOS
- macOS
- OpenIndiana and Solaris
- Debian GNU/Hurd
- Cygwin (on Windows and ReactOS)
- Windows and ReactOS (without Cygwin)
- CPython
- PyPy (lacks
curses
on Windows)
"Some coercion required"
Using Pööp, Anonymine can be made to work on even more platforms. "Do not try this at home"
- GraalVM Python
- Needs only
curses
- PyPy on Windows
- Needs only
curses
, but the Windows console is really slow - Jython
- Needs
curses
andmultiprocessing
- IronPython
- Needs very different configuration files and
curses
andmultiprocessing
- Minix 3.4
- Needs
multiprocessing
andthreading
What's new?
- Release notes
-
$(get_release_notes)
- Bigger changes
-
$(get_news)
- Low level changes