Show HN: Tetris Variant in a Rotating / Flipping Square
ihopethisisfun.franzai.com
Show HN: Tetris Variant in a Rotating / Flipping Square
1–10 of 11 posts
Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#2Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#3Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#4Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#5Edit: I'm kind of wrong about that because there's a different kind of rotation that happens if you form a complete vertical line.
Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#6is it possible to lose?
Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#7A couple of issues I noticed:
- some pieces rotate in an odd way, as if around an off-centre fixed point. It felt unlike regular Tetris and caused losses that otherwise wouldn't have been in tight spots. Like the piece would "jump" over an entire grid section unexpectedly. It's especially noticable with the long piece.
- on my system, trying a "hard mode" game after a few normal mode games, the hard mode immediately began insanely fast. Repeat plays then caused it to keep speeding up even further each restart, eventually going into endless loop by itself, where it seemed to be so fast it couldn't correctly check gamestate. In these restarts, no pieces would appear, but the score kept increasing anyway, eventually up to some very high number (eg, >70,000) before it'd finally decide a game over state. Each successive game would do the same thing, but advance to yet higher scores.
EDIT: Reproduced the second issue, and noticed hundreds of "Skipping tick during rotation" messages in the console. The procedure for me to reproduce was: play a normal game until you hit the 6000-7000 huge speed-up and game over, then keep playing hard mode games repeatedly, until it takes over.
Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#8Various suggestions: Make completing a line rotate the board instead of flipping it. Make completing a 4x4 quadrant rotate the board in the appropriate direction. Make rotating the board not re-fall the blocks (since as others have said, this makes the game trivial): this would make it almost instant death to rotate the board twice in the same direction in a row, which might not be a bad idea.
Re: Show HN: Tetris Variant in a Rotating / Flipping Square
#9is it possible to lose?