TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tetris Randomizers (2018)

57 pointsby rdpintqogeogsaaalmost 2 years ago

9 comments

jsheardalmost 2 years ago
There&#x27;s a nice romhack for the original Gameboy Tetris which backports various modern improvements to it, including the 7-bag randomizer.<p>You can have your dose of nostalgia without the frustration: <a href="https:&#x2F;&#x2F;www.romhacking.net&#x2F;hacks&#x2F;5813&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.romhacking.net&#x2F;hacks&#x2F;5813&#x2F;</a>
webkikealmost 2 years ago
I really wish TGM3 was more popular, and got a good port to modern consoles. It is so incredibly unique and in my opinion far more enjoyable than modern Tetris. The one thing they need to fix is the completely inscrutable “t-spin” notification that appears
aidenn0almost 2 years ago
I always thought a 7-bag where you reset the bag when nearly empty was a good compromise (where &quot;nearly&quot; can be selected for how much randomness you want).<p>Droughts are technically not prevented, but odds of them do go down quite a bit.
jakedataalmost 2 years ago
I grind on NES Tetris nearly every day at speed 9, game-B. My personal goal is playing &quot;perfect&quot; games where only lines are used to complete rows. These games are by definition finite and sometimes end rather quickly given the nature of tetromino selection. When that gets boring I switch to speed 9, game-B at level 5 which is simply a battle for survival for 25 lines. This is a bit easier.<p>I will need to see how I fare against a newer version of the randomizer one of these days.
评论 #37124070 未加载
Wowfunhappyalmost 2 years ago
Is the Tetris Grandmaster 3 system basically the same as having five bags? So, instead of a bag with 7 pieces, one of each type, you have a bag of 35 pieces, 5 of each type. I&#x27;m having trouble picturing the difference.
评论 #37125040 未加载
评论 #37122333 未加载
评论 #37122281 未加载
ggorlenalmost 2 years ago
In the &quot;1 Piece history with 1 roll&quot; code, a global variable `piece` is introduced. There should be a `let piece;` at the top of the function body to scope it locally.
vlalmost 2 years ago
What is the best Tetris on Nintendo Switch?<p>I searched in the store, it seems there many options. I want something closer to the classical game.
n4r9almost 2 years ago
Has anyone implemented a version of tetris where the player can toggle the randomiser mid-game?
评论 #37122942 未加载
schemescapealmost 2 years ago
NES Tetris didn’t have a uniform randomizer? How did I not know this!?
评论 #37123138 未加载