Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi! The game is very cool ✨ but the fact that most of the boards are unsolvable is pretty frustrating:c I can share the code of my minesweeper solver (https://github.com/FloraKardis/minesweeper/blob/main/Solver.gd) but it won't work without some changes to take the sudoku part into account. If you'd like, we cold team up to make that happen?

(1 edit)

Hi Flora! Thanks :) Yeah the 50/50s are really annoying and I didn't know how to program them out. The game is actually open source if you'd like to check out the source code:
https://github.com/vividfax/sudo-sweep
We've already had one person submit a pull request to improve the game and I'd love to have your input. If you'd like to chat more you can join our discord and dm me (Rianna). Thanks!
https://discord.gg/hrbNrn3jWc

(3 edits)

The issue's gotta be something about edges and corners. Where's the code for the Minesweeper constructor?


Because this 1 at the upper right totally needs to be guessed? The upper-right-most "1" was covered when the game started.


It might be solved by just not letting Sudoku 1s be in corners?