So, I decided to make Tetris in Gimkit through a text display and a joystick thing. I imagine this includes lots of complicated maths and blocks, but I will try to make it happen. I hope you guys can reply with lots of help.
Well… I would start by figuring out how to do that with normal code first. I would probably just google “How to make Tetris”, and use that as a base.
As for implementing the algorithms into gimkit, you could store each row as a property, and run checks on those properties that correspond with the Tetris algorithms.