I tried to make Tetris in Scratch

99,980
0
Published 2024-04-17
It's here if you want to try it:
scratch.mit.edu/projects/994646410/

Music used:
"Inevitable" by Diamond Ortiz
"Marty Gots a Plan" by Kevin MacLeod
"Monkeys Spinning Monkeys" by Kevin MacLeod
"File Select" from Super Mario 64
"The Builder" by Kevin MacLeod
"Sneaky Adventure" by Kevin MacLeod

All Comments (21)
  • @aaron.s1531
    In my computer class, im making an inscryption style card game. Scratch is a funny little thing.
  • @alexside5153
    I love this video, and how it explains how scratch works. Most youtubers just try to make fun of it and say "How limited it is" but you described it very well in a way that makes it seem more like a game engine, which is what it is. Even if it is for kids, it does it's job very well, and i have been using scratch for years with no issues.
  • @DSMusicParodies
    btw, if u add multiple when flag clicked blocks, both run when flag clicks, allowing some scripts to be seperate from "wait" blocks in the forever loop of the other chain of blocks. this helps with things like snappy-ness.
  • @lpinf
    Just wanted to let you know, the forever loop isn't ONLY a forever loop, but it also yields for other "threads" once the end of the loop is reached (if you put multiple flag clicked blocks for example, those scripts would then get processing time), and automatically waits for the next frame. This means loops are capped to 30 fps by scratch itself, so you don't have to do any timing work ! The only way to prevent this is to create a function (define block) with the "run without screen refresh" option on.
  • @idzwakey8737
    4:26 could of used the set rotation style block and changed it to dont rotate
  • @muodyadept4447
    I dont understand programming, and i have no idea why this vid popped up in my recommended. But this was fun to watch xD
  • @Leognml
    dude this is like your second time using scratch ever and your way better then me
  • @Goofynaas204
    This is a pretty good project! I was so happy when you switched to the delta time method.
  • @Lu9_ST
    the funny thing is, one of the sample projects that would COME with scratch (the very old 1.x versions for windows) was in fact a Tetris clone. It had levels and speed-up I think, but otherwise it looked far more boring visually, so I'll still say yours is better, lol (but also old Scratch had less to work with i.e. you couldn't create and define your own blocks/functions)
  • @gho9679
    I loved the vibes in this video. I couldn't follow along the actual makig process very well since I don't know much about programming or scratch, but it was still a great watch! Keep it up gamer
  • @gaimnbro9337
    Good job! I've been using scratch for years...and I can't even fathom how to make Tetris
  • @fabiandoll1385
    Bro you are making amazing content. Thats the First Video i have Seen of you, and i would have guessed that you Channel would be much bigger
  • @OmarEssawyGD
    for your first time making an actual project on scratch, you did good
  • @kelppp_1234
    As someone who spent their childhood making shity FNAF games on scratch my mind in BLOWN
  • @mohammedzeyton
    im recreating mario 64 in scratch lol, but it was nice watching this haha. good job