You can, in desktop mode
hxka
Recent community posts
You’ll need o run a local webserver for it to work. But it’s an old version anyway.
You can give a single-file version I’ve made for myself a try, it should work by just opening it in a browser.
I don't understand why there're acts you have to switch between. This is very annoying and entirely unhelpful.
Incidentally, if you type "find <something>" and then hit enter twice, it would search for an empty string and display all of the files. Which makes this a better list command. It visually separates the scenes from each other, too! Unfortunately, I've only found this after finishing the game.
I've mostly enjoyed the game, but I found most of it very underwhelming. The mystery becomes obvious after the 3rd death, and the rest is just dotting the i's and crossing the t's. Uncovering the scenes becomes rote. I was hoping to discover a resolution, an explanation, or, you know, something. But it's just, who's been where. What they said to each other.
Most browsers won't let JavaScript to load local files for security theater reasons.
You'll either have to host it with a local web server, or embed the resources as data URLs. If you do the latter and want to open it in Firefox, you'll have to re-encode the music file, as it exceeds the Firefox's limit on data URL's length.
That's different! Yes, when being pushed you're indeed not touching water or lava, but when moving, you do! So it's not obvious that the rules won't affect you in that case.
In none of the previous levels was it ever possible to move over water from one patch of land to another, so the only way for you to discover that 'sink' only affect you when you're stopped is to move 2 or more cells into water and notice that you sink when you stop and not immediately upon entering the water, but that detail is very hard to notice.
Given how not obvious it is that rules like 'defeat' and 'sink' don't affect units while they move, especially given that rules like 'stop' do, it's necessary to communicate this more clearly to the player. For example, on the second level, at least one of the mechs could start on a single cell island surrounded on all sides by water so that moving the mech off of the island was the only thing the player could do to progress.
Oh thank you for sharing this. Now I can solve the level. It's not just Jiji, btw. It seems that 'defeat' only affects units when they are stopped.
Really don't like this. Were we supposed to just try the seemingly impossible thing? Or to extrapolate from the level success condition that doesn't trigger when you pass over the cell that 'defeat' works the same way? But of course 'stop' doesn't.
You should consider making the game generate levels guaranteed to be solvable, like e.g. Simon Tatham's version or 14 Minesweeper Variants do. That would let you avoid hand placing safe zones and lowering down mine counts. SGT's version is MIT licensed and the algorithm should not be hard to adapt as your version doesn't alter minesweeper's rules.
Another feature I would love to see lifted is putting the "chord" action on left click. Left clicking opened cell doesn't do anything anyway. 14 Minesweeper Variants in addition makes it perform the complement action: when there are only as many unmarked cells as there are unmarked mines, it marks them all as mines.
Another feature that I think would make later levels less frustrating is to make completed numbers (i.e. with no adjacent unmarked cells and with # of adjacent marked cells matching the number) desaturated.
Ah, the difference is hardly noticeable at my screen's resolution.
I must say I'm not a fan of clones. While figuring out the layout of a level is fun, actually solving them is tedious and frustrating. Spending 20 minutes zooming in and out trying to count all of the adjacent mines only to discover that there is not enough information to proceed without guessing is not fun. And that's even if you get to this point — not having all of the adjacent cells visible at the same time makes making a mistake while counting much likelier.
The ones like 13 and 15 where you can see the entirety of the level are not that bad, but 14 and 16 are the absolute hell.