freesweep
freesweep copied to clipboard
Bugs found
- 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
Using the version packaged with Debian stretch (stable), which is 0.90-3+b1
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.