Tetris200lines icon indicating copy to clipboard operation
Tetris200lines copied to clipboard

Few optimizations and added functionality

Open carlosmax3D opened this issue 9 months ago • 0 comments

Hi, I'll use your base code to my project, I'm looking for a version of T3tris99, so I need faster and optimized code and your code was a good candidate to convert it to webassembly, I did a few changes like, use entirely stack memory and few optimizations using datatypes, added colors to shapes, anticlockwise rotation, added functionlity of hard-drop, hold, next 6 pieces and the best one, new lines at the botton using a variable, this one is for the battleroyal mode.

Hope you'll find it interesting.

Best regards.

carlosmax3D avatar Apr 26 '24 00:04 carlosmax3D