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

Been playing more and hopefully getting close to 20k...

  • Any reasonings for making edge mines stationary? Not having entire row move feels rather awkward to me and didn't really make recovery any easier
  • I need to know what rotation system/kick tables this uses before I actually hit 20k so I can take advantage of that
  • Hoping for shadow pieces since recovery from misdrops is still hard and I'd avoid that entirely (should have suggested this back in v1.0)
  • Might be a good time to think about other modes...Maybe 40L Sprint?
  • And still patiently waiting for sfx volume adjusts
(+1)

Hey, glad you've been enjoying it! 

  • Playable tiles on the edges of the play field was maybe one of my stranger design decisions for this game. There's a couple reasons for ending up with this:
    • The feature started as a request someone made to have safe display tiles on both sides, similar to the board's floor. This turned out to be extremely powerful, since you could just touch a piece to the walls as it was falling to reveal most of the tiles. So the new idea was to scatter a few mines on these tiles, so the ability was something you needed to "unlock" over the course of the run. In my infinite wisdom, I failed to realize that you could just randomly guess and reload the game until you get an easy space to 0-cascade (this was v1.1). So more mines were added to the edges (especially in the top half of the board) to quell this cheese method. This does sort of dampen it's usefulness as a catch-up mechanic, but sections of the wall can still give vital information after being solved the first time. So it's intended to be more of a minor "save my place" feature, rather than something to help if you fall behind. 
      • Now that I'm putting my original thouht process down to paper, it's got me brainstorming some ways to preserve and reinforce the orignal idea of "unlocking" safe spaces. Maybe all of the edge tiles could be shifted up by one each time you complete some objective? This could be clearing a certain number of rows, completing a tetrisweep, or maybe as a reward for quick play... 🤔
    • These edge tiles were introduced alongside the mine counter. Without a random number of mines scattered outside the playable area, it was trivially easy to see how many mines were in a new tetromino. This wasn't just a problem in the early game -- if your minesweeping kept pace with the tetris board, it could persist long into a run (at least until you get a few unlucky spawns that require a guess). Now you can still use this strategy in the current version, but the mental gymnastics required to remember the initial value and do subtraction on the fly makes it less powerful. 
    • I thought it looked cool. In fact, at one point I thought about making the entire background a playable game of minesweeper, but that seemed a bit overboard lol
  • The tetromino rotation itself should conform to the standard SRS (if you notice any deviation from that, please report it as a bug!). This uses a simple wall kick with a right bias, rather than "super wall kicks": It checks up to 2 spaces to the right, then up to 2 spaces to the left to find a suitable location, with no vertical translations. 
  • Ghost pieces are on my todo list, hopefully for the next update if I can find the time.
  • Additional game modes would be interesting; I'll have to think on some that would make good use of the concept.
  • I do need to do a proper overhaul on the SFX levels... but I've been putting it off because it's not as much fun as working on new features lol
(+1)

I think the entire OP edge problem can be avoided entirely by only counting the mines in already placed minos (and the edges if there will be any after this comment) only
Currently & theoretically any open edges can be abused to pinpoint mines in a falling mino if you can pay attention to the numbers since each mino has only like 4 spaces (In practice I only managed to abuse the edge 0's to open mino's 0's but imagine if someone with good attention comes by...)

I ended up going with an even weirder direction in the current update I'm working on; more info on that soon lol. Once I get around to impementing an options menu, I'll probably add a toggle to disable the edges all together.