freesweep icon indicating copy to clipboard operation
freesweep copied to clipboard

Bugs found

Open alejandro-colomar opened this issue 6 years ago • 2 comments

  • Need to flag all mines (I'm not sure if it was intended that way, but else it could be considered a bug). Original game requires you to find all safe fields.
  • First step should always be safe (What's the purpose of a game where you can't even start? lol)
  • At the end of the license, clicking down, produces "Bad Input." (when it closes the license).
  • 'b' should toggle color (as the help says), but it displays best times.
  • time doesn't update until next move. (hint: wtimeout())
  • Undocumented commands (as for example 's' for save¿?) (How do I load that game? lol).
  • More detailed help (for example an explanation of where do saved games go). This would be nice: $ freesweep --help

alejandro-colomar avatar Aug 19 '18 20:08 alejandro-colomar

Using the version packaged with Debian stretch (stable), which is 0.90-3+b1

alejandro-colomar avatar Aug 19 '18 22:08 alejandro-colomar

Need to flag all mines (I'm not sure if it was intended that way, but else it could be considered a bug). Original game requires you to find all safe fields.

This is exploitable in the late game. If only a few mines left, you can check where are they, without any calculation or risk.

zalavaribalint avatar Sep 04 '18 20:09 zalavaribalint