Tetris Bag Shuffler

Tetris Bag Shuffler

ยท

1 min read

I made a quick and dirty Tetris bag shuffler. This is useful for randomizing bags when practicing moves like All Clears in an app like Fourtris.

Should work in all modern browsers. See here if your browser is supported.

Features include:

  • Randomization using the browser's crypto.getRandomValues() for cryptographically random generation
  • Plays a sound clip "Papa's got a brand new bag" or the more feminine riff "Mama's got a brand new bag"
  • Option to disable the sound clip

Check out the bag randomizer app here: zcybq.csb.app

tetris bag shuffler - mama papa.gif

ย