Difference between revisions of "Anonymine"
m (Version update, dropped support for Python 2.6) |
m (Version bump) |
||
(32 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|Name=Anonymine | |Name=Anonymine | ||
|Short description=curses mode minesweeper without guessing | |Short description=curses mode minesweeper without guessing | ||
− | |Full description=Anonymine was an | + | |Full description=Anonymine was an minesweeper without name, but Anonymine is its name now. It's a curses mode minesweeper that can be solved without any guessing. |
− | It seems to be the only minesweeper with von Neumann | + | It seems to be the only minesweeper with von Neumann neighborhoods. It also supports the traditional Moore neighborhoods and hexagonal gameplay. |
+ | It supports both keyboard and mouse controls. | ||
− | [https:// | + | Try online: ssh play@anonymine-demo.oskog97.com |
+ | |||
+ | [https://asciinema.org/a/511454 See it in action] | ||
|Homepage URL=https://oskog97.com/projects/anonymine/ | |Homepage URL=https://oskog97.com/projects/anonymine/ | ||
+ | |Version download=https://oskog97.com/archive/anonymine/anonymine-0.6.36.tar.xz | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=git clone https://gitlab.com/oskog97/anonymine.git | |VCS checkout command=git clone https://gitlab.com/oskog97/anonymine.git | ||
|Computer languages=Python (3.x, 2.7) | |Computer languages=Python (3.x, 2.7) | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
− | |Keywords=curses minesweeper, terminal minesweeper, minesweeper without guessing, | + | |Keywords=curses minesweeper, terminal minesweeper, minesweeper without guessing, guess free minesweeper, hexagonal minesweeper |
− | |Version identifier=0. | + | |Version identifier=0.6.36 |
− | |Version date= | + | |Version date=2024/08/04 |
− | |Version status= | + | |Version status=stable |
− | |||
|Submitted by=Oskar Skog (oskog97) | |Submitted by=Oskar Skog (oskog97) | ||
|Submitted date=2016/06/17 | |Submitted date=2016/06/17 | ||
Line 26: | Line 29: | ||
{{Project license | {{Project license | ||
|License=BSD 2Clause | |License=BSD 2Clause | ||
− | |License copyright=Oskar Skog | + | |License copyright=Copyright (c) Oskar Skog, 2016 |
+ | |License verified by=craigt | ||
+ | |License verified date=2022-01-07 | ||
+ | |License note=https://gitlab.com/oskog97/anonymine/-/blob/master/LICENSE | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Game=puzzle | ||
+ | |Interface=console | ||
+ | |Programming-language=python | ||
+ | |Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd | ||
+ | |Use=gameplaying | ||
+ | |Uitoolkit=ncurses | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=No | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=Python 3 or 2.7 | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=curses library plus bindings for Python | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Weak prerequisite | ||
+ | |Prerequisite description=PyPy is recommended | ||
}} | }} | ||
{{Person | {{Person | ||
Line 37: | Line 66: | ||
|Resource audience=any | |Resource audience=any | ||
|Resource kind=Bug Tracking | |Resource kind=Bug Tracking | ||
− | |Resource URL=https://gitlab.com/oskog97/anonymine/issues | + | |Resource URL=https://gitlab.com/oskog97/anonymine/-/issues |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=unix users | |Resource audience=unix users | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL=https://oskog97.com/archive/anonymine/anonymine-0. | + | |Resource URL=https://oskog97.com/archive/anonymine/anonymine-0.6.36.tar.xz |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Windows users | |Resource audience=Windows users | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL=https://oskog97.com/archive/anonymine/windows/ | + | |Resource URL=https://oskog97.com/archive/anonymine/windows/Anonymine-Windows-17.14.0-cygsetup-2.932.zip |
}} | }} | ||
{{Resource | {{Resource | ||
Line 58: | Line 87: | ||
|Resource URL=https://gitlab.com/oskog97/anonymine | |Resource URL=https://gitlab.com/oskog97/anonymine | ||
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |Decommissioned or Obsolete=No |
− | + | |Accepts cryptocurrency donations=No | |
− | + | |Test entry=No | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | | | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 18:26, 4 August 2024
Anonymine
https://oskog97.com/projects/anonymine/
curses mode minesweeper without guessing
Anonymine was an minesweeper without name, but Anonymine is its name now. It's a curses mode minesweeper that can be solved without any guessing.
It seems to be the only minesweeper with von Neumann neighborhoods. It also supports the traditional Moore neighborhoods and hexagonal gameplay. It supports both keyboard and mouse controls.
Try online: ssh play@anonymine-demo.oskog97.com
Licensing
License
Verified by
Verified on
Notes
License
Verified by
craigt
Verified on
7 January 2022
Leaders and contributors
Contact(s) | Role |
---|---|
Oskar Skog (Oskog97) | Author and maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
any | Homepage | https://oskog97.com/projects/anonymine/ |
VCS Repository Webview | https://gitlab.com/oskog97/anonymine | |
Windows users | Download | https://oskog97.com/archive/anonymine/windows/Anonymine-Windows-18.2-stage2-1.16-cygsetup-2.932.zip |
any | Bug Tracking | https://gitlab.com/oskog97/anonymine/-/issues |
unix users | Download | https://oskog97.com/archive/anonymine/anonymine-0.6.42.tar.xz |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | PyPy is recommended |
Required to use | curses library plus bindings for Python |
Required to use | Python 3 or 2.7 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.