Show HN: Reimplementation of Lazy Tetris (Python)

1 osm3000 0 6/28/2025, 12:43:08 PM github.com ↗
Demo video: https://youtu.be/ZoQ6w73rbkY

Someone first implemented something like this and shared it on HN https://news.ycombinator.com/item?id=44103839

...and I love it :D

Unfortunately, they removed it later (no idea why). So I decided to make my own implementation.

Key features: - The pieces are selected at random, unlike the true Tetris, which uses Multi bag sampling. VERY interesting dynamic. Try it! - The pieces don't fall on their own. They await my instruction - The line clears when I decide it's time for it to clear :D

Enjoy ;-)

Comments (0)

No comments yet