Difference between revisions of "Anonymine"

From Free Software Directory
Jump to: navigation, search
(New page; (nameless) minesweeper)
 
m (Updated Windows installer)
(18 intermediate revisions by the same user 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 is an anonymous (it doesn't have a real name yet) curses mode minesweeper that can be solved without any guessing.
+
|Full description=Anonymine was an anonymous minesweeper, but Anonymine is its name now.  It's a curses mode minesweeper that can be solved without any guessing.
  
It may be the only minesweeper with von Neumann neighbourhoods.
+
It seems to be the only minesweeper with von Neumann neighbourhoods. It also supports the traditional Moore neighbourhoods and hexagonal gameplay.
It also supports the traditional Moore neighbourhoods and hexagonal gameplay.
 
  
(https://www.youtube.com/watch?v=F-NKqv40seg)[See it in action]
+
[https://www.youtube.com/watch?v=F-NKqv40seg See it in action]
|Homepage URL=http://oskog97.com/projects/anonymine/
+
|Homepage URL=https://oskog97.com/projects/anonymine/
|User level=intermediate
+
|Is High Priority Project=No
|Computer languages=Python (2.6, 2.7, 3.x)
+
|VCS checkout command=git clone https://gitlab.com/oskog97/anonymine.git
|Keywords=curses minesweeper, terminal minesweeper, minesweeper without guessing, hexagonal minesweeper, minesweeper with von Neumann neighbourhoods
+
|Computer languages=Python (2.7, 3.x)
|Version identifier=0.2.0
+
|Decommissioned or Obsolete=No
|Version date=2016/06/15
+
|Keywords=curses minesweeper, terminal minesweeper, minesweeper without guessing, hexagonal minesweeper, minesweeper with von Neumann neighbourhoods, minesweeper without guessing
|Version status=stable
+
|Version identifier=0.5.5
|Version download=http://oskog97.com/archive/anonymine/anonymine-0.2.0.tar.gz
+
|Version date=2018/11/07
|Version comment=
+
|Version status=mature
This is the unix version, the Windows version is http://oskog97.com/archive/anonymine/anonymine-0.2.0.zip
+
|Version download=https://oskog97.com/archive/anonymine/anonymine-0.5.5.tar.gz
 
|Submitted by=Oskar Skog (oskog97)
 
|Submitted by=Oskar Skog (oskog97)
 
|Submitted date=2016/06/17
 
|Submitted date=2016/06/17
|Status=
+
|User level=intermediate
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
Line 32: Line 33:
 
|Email=oskar.skog.finland@gmail.com
 
|Email=oskar.skog.finland@gmail.com
 
|Username=oskog97
 
|Username=oskog97
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=any
 
|Resource audience=any
 
|Resource kind=Bug Tracking
 
|Resource kind=Bug Tracking
|Resource URL=https://github.com/oskar-skog/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=http://oskog97.com/archive/anonymine/anonymine-0.2.0.tar.gz
+
|Resource URL=https://oskog97.com/archive/anonymine/anonymine-0.5.5.tar.gz
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Windows users
 
|Resource audience=Windows users
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://oskog97.com/archive/anonymine/anonymine-0.2.0.zip
+
|Resource URL=https://oskog97.com/archive/anonymine/windows/anonymine-windows-33.zip
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=any
 
|Resource audience=any
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://oskog97.com/projects/anonymine/
+
|Resource URL=https://oskog97.com/projects/anonymine/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=technical/programmers
+
|Resource kind=VCS Repository Webview
|Resource kind=Homepage
+
|Resource URL=https://gitlab.com/oskog97/anonymine
|Resource URL=https://github.com/oskar-skog/anonymine
 
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 64: Line 63:
 
|Programming-language=python
 
|Programming-language=python
 
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 +
|Use=gameplaying
 +
|Uitoolkit=ncurses
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=Python 2.6, 2.7 or 3.x
+
|Prerequisite description=Python 2.7 or 3.x, it should still work with 2.6
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 80: Line 81:
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite description=The "argparse" Python module: recommended on unix systems, required on non-unix systems
 
|Prerequisite description=The "argparse" Python module: recommended on unix systems, required on non-unix systems
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=less(1)
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 18:03, 17 February 2019


[edit]

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

See it in action





Licensing

License

Verified by

Verified on

Notes

Verified by

craigt

Verified on

7 January 2022




Leaders and contributors

Contact(s)Role
Oskar Skog (Oskog97)Author and maintainer


Resources and communication

AudienceResource typeURI
Windows usersDownloadhttps://oskog97.com/archive/anonymine/windows/Anonymine-Windows-16.13.0-cygsetup-2.926.zip
anyHomepagehttps://oskog97.com/projects/anonymine/
VCS Repository Webviewhttps://gitlab.com/oskog97/anonymine
unix usersDownloadhttps://oskog97.com/archive/anonymine/anonymine-0.6.34.tar.xz
anyBug Trackinghttps://gitlab.com/oskog97/anonymine/-/issues


Software prerequisites

KindDescription
Weak prerequisitePyPy is recommended
Required to usecurses library plus bindings for Python
Required to usePython 3 or 2.7




Entry








"Author and maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"any" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"unix users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Windows users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"any" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




















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.