Minesweeper Jade Week 29

From Unknown Variable
Revision as of 16:19, 4 August 2026 by Aki (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Minesweeper
TitleMinesweeper Week 29
AuthorJade
Algorithm AuthorSimon Tatham
Week29
Web Version(link)
PublishedMarch 31, 2024
←Prev - Next→


Week 29: Click on squares to reveal them. Pick a safe word and a flag word. To flag bombs, say your flag word before clicking on one, and if you are wrong you are out. Same for the safe word on non-bomb squares.
This puzzle's 💣 bomb count is 20


Last week's results: 64🏆, 88💥, 22 servers participating
Tatham Version

Computer update: Still dealing with figuring out what software/settings are still missing. The frame rate on this 4070 is showing me just how poor of an idea it was to do my main game loop in Update instead of FixedUpdate... A previously rare bug is now happening all the time. Next task is moving over to fixed update.


Copy Paste for Discord:
__**Minesweeper**__
Week 29: Click on squares to reveal them. Pick a safe word and a flag word. To flag bombs, say your flag word before clicking on one, and if you are wrong you are out. Same for the safe word on non-bomb squares.
Successful? Click :trophy:
Fail? Click :boom:
This puzzle's :bomb: bomb count is 20 
||:zero:||||:zero:||||:one:||||:two:||||:bomb:||||:one:||||:zero:||||:zero:||
||:one:||||:one:||||:one:||||:bomb:||||:three:||||:two:||||:zero:||||:zero:||
||:bomb:||||:one:||||:one:||||:two:||||:bomb:||||:one:||||:zero:||||:zero:||
||:two:||||:two:||:one::one::one:||:two:||||:two:||||:two:||
||:two:||||:bomb:||:two::zero::one:||:two:||||:bomb:||||:bomb:||
||:four:||||:bomb:||:five::two::two:||:bomb:||||:three:||||:two:||
||:bomb:||||:bomb:||||:bomb:||||:bomb:||||:two:||||:one:||||:two:||||:one:||
||:two:||||:five:||||:bomb:||||:six:||||:four:||||:two:||||:two:||||:bomb:||
||:zero:||||:two:||||:bomb:||||:bomb:||||:bomb:||||:bomb:||||:three:||||:two:||
||:zero:||||:one:||||:two:||||:three:||||:three:||||:two:||||:two:||||:bomb:||

Last week's results: 64🏆, 88💥, 22 servers participating
[Tatham Version](https://www.chiark.greenend.org.uk/~sgtatham/puzzles/js/mines.html#8x10:3,4,m24c0026f891dd023fa5f)  [Timber Version](<https://wiki.jadetimber.com/index.php/Minesweeper_Jade_Week_29>)
||Computer update: Still dealing with figuring out what software/settings are still missing. The frame rate on this 4070 is showing me just how poor of an idea it was to do my main game loop in Update instead of FixedUpdate... A previously rare bug is now happening all the time. Next task is moving over to fixed update.||