HN user

prat0318

335 karma
Posts8
Comments18
View on HN

Update: Thanks for the response guys, I am seriously overwhelmed. I have added easy/hard levels to the game. [Hard level needs some really quick finger movements].

I kept the controls similar to 2048.Was not aware of space thingy in tetris while writing the code.

Hey, from the author. I dont think it is impossible (it is hard though). Wiping a line is not necessary you can slide left or rigt to collapse them.

But, i am also increasing the tendency of the block to freeze stronger as it moves down (i.e. with its every movement), so that sliding left or right doesnt become that easy.

There were few bugs with that, which i fixed. Does it still sound unreasonable.

It always tries to collapse downwards whenever a merge is possible. I thought this way to avoid any floating blocks. Any better ideas?

On going down, i am accelerating the freezing of the block. Hence, it is harder to slide as block reaches down.

Yes, the left right merge is still possible, just that the action is to be taken quickly, as the falling block freezes very soon.