Create an Epic Multiplayer Game in Scratch 🐱 Step-by-Step Tutorial!

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 มิ.ย. 2024
  • Upgrade your Scratch Games to be online multiplayer cloud games by following this exciting new Scratch Tutorial series. Whether you want just 2 to 8 players, or over 100 players, I will show you how it can be done using my newly developed fully backpackable cloud MMO engine. Any kind of game can be converted to online from platformers, space shooters, io games, 3d games, tile based scrollers, yes anything! Have you seen my recent MMO platformer or MMO minecraft? or slither.io Cloud Platformer Multiplayer Fun? Well now it's your turn! Let's get Scratching :D
    ▶️ Watch Episode 1 - • Create an Epic Multipl...
    ▶️ Watch Episode 2 - • Code a Multiplayer Scr...
    ▶️ Watch Episode 3 - • Awesome Cloud Clones!!...
    ▶️ Full Playlist - • Griffpatch's Epic Mult...
    🐱 Scratch Studio - scratch.mit.edu/studios/33558...
    🐱 Some of my Cloud Games
    MMO Platformer - scratch.mit.edu/projects/6122...
    MMO Minecraft - scratch.mit.edu/projects/8431...
    Cloud Platformer Fun - scratch.mit.edu/projects/1278...
    Slither.io - scratch.mit.edu/projects/1085...
    Taco Burp - scratch.mit.edu/projects/4787...
    ▶️ More Video Tutorials & Fun!
    / griffpatch
    🚀 Boost Your Creativity with Griffpatch
    The Griffpatch Academy will take you from "Gamer to Game Creator"
    Learn more at 👉 griffpatch.academy 👈
    😺 Scratch was developed by the Lifelong Kindergarten Group at the MIT Media Lab. See scratch.mit.edu
    -------------Video Chapters-------------
    0:00 Intro
    0:57 "New Scratcher's" can't use cloud?
    1:36 Cloud Variables
    2:51 Testing with Two Web Browsers
    3:49 Cloud Game Done Wrong!
    6:14 The Limits of Cloud Variables
    7:23 Encoding 2 numbers in a single Cloud Variable
    8:45 Coding the basic number encoder
    10:56 Coding the basic number decoded
    13:42 Negative Numbers
    15:17 Decoding Negative Numbers
    16:16 Updating our Game to use a single cloud variable
    17:40 Testing
    19:09 Next Episode
    19:52 Outro
    #scratch #griffpatch #mmo #cloudgaming #scratch3 #online #codingforbeginners #blockcoding #cloud #cloudgaming #learntocode

ความคิดเห็น • 1.6K

  • @IncognitoOrange
    @IncognitoOrange ปีที่แล้ว +318

    Griffpatch’s next video: “Hello fellow scratchers, today we’re converting the Mona Lisa into binary code and importing it into Scratch!”

    • @rstudios123
      @rstudios123 7 หลายเดือนก่อน +10

      BRO😂

    • @user-lt2eu3ij5c
      @user-lt2eu3ij5c 6 หลายเดือนก่อน +14

      We are going to learn how to turn people into gods using scratch simple coding😂😂

    • @polskaball970
      @polskaball970 6 หลายเดือนก่อน +4

      LOL

    • @alexela_
      @alexela_ 6 หลายเดือนก่อน +5

      Wait, I actually did that in an image scanning project for a 3D engine! lol!

    • @bigandfatCat
      @bigandfatCat 5 หลายเดือนก่อน +2

      I think so he will do that🤣🤣

  • @Sup1573
    @Sup1573 ปีที่แล้ว +379

    Griffpatch is the guy who really made my mind really think in scratch coding
    MOM IM FAMOUS

    • @beckybryan4362
      @beckybryan4362 ปีที่แล้ว +10

      Same

    • @betankreeper
      @betankreeper ปีที่แล้ว +10

      Same

    • @arandomcementcubeoflife
      @arandomcementcubeoflife ปีที่แล้ว +12

      Game

    • @ezriha
      @ezriha ปีที่แล้ว +22

      [if then
      [repeat until
      eat (Burrito)]]

    • @meeiyo
      @meeiyo ปีที่แล้ว +15

      pretty sweet that you can play with other players in the cloud variable in the cool new game “earth”

  • @fire_shadow1832
    @fire_shadow1832 ปีที่แล้ว +77

    I love how griffpatch really explain from the very very first basic concept to something huge, which is really helpful for the new scratchers who want to make cloud games!😻

    • @fridae8856
      @fridae8856 10 หลายเดือนก่อน +3

      But new scratchers kan't make a cloud game tho😶‍🌫️

    • @riri-rei
      @riri-rei หลายเดือนก่อน

      @@fridae8856 i think they mean new scratchers that just became scratchers lol

  • @gaker19sc
    @gaker19sc ปีที่แล้ว +43

    It's incredible how these tutorials are both useful and entertaining at once. I always find myself just watching them without even planning to create a project, just for entertainment purposes.

  • @startFX
    @startFX ปีที่แล้ว +65

    Griffpatch is really the ultimate Scratch tutorial maker. Thank you again for all of these tutorials !

  • @ChillKillaBeta
    @ChillKillaBeta ปีที่แล้ว +130

    Griffpatch, sometimes, I don't even follow your tutorials. I am just in awe every time you make things happen (especially your raycasting series). You have inspired me to make better projects on my scratch account. Thank you for that.

    • @ego-lay_atman-bay
      @ego-lay_atman-bay ปีที่แล้ว +8

      I've literally moved on to python, html, css, and javascript, yet I still watch griffpatch's videos. I just love to see what incredible things scratchers (like griffpatch) are doing.
      Oh, I also still check my scratch messages every day, even though I don't get much anymore (besides studio activity).

    • @eddx_vr
      @eddx_vr หลายเดือนก่อน +1

      👍

  • @BasketBoy123
    @BasketBoy123 ปีที่แล้ว +2

    I was gonna follow that entire series for multiplayer a day ago and realised I messed up somewhere...I had quit it and now you upload this at the perfect time!!

  • @blengen1
    @blengen1 ปีที่แล้ว +7

    8:10 That is ... surprisingly smart actually.
    After seeing your post about this video I've just started working on a cloud-based game, and the way I got around this problem was by keeping the number "9" as a special symbol. Kind of like a "next task" operator. Also useful for finding out where you are in the variable.
    That does of course imply that every number and letter is a string of two numbers, which is why I could see some insane optimization with your method; to get the absolute most out of what we are offered by scratch.

  • @ninjacorsOLD
    @ninjacorsOLD ปีที่แล้ว +10

    I have been wanting to make a multiplayer game like this for so long and I’m so happy you made a tutorial for it!

  • @eagleeyes5102
    @eagleeyes5102 ปีที่แล้ว +4

    I've waited for YEARS. I'm SO happy that this video came out!

  • @aMouse
    @aMouse ปีที่แล้ว +2

    I'm glad you redid the cloud multiplayer tutorial, as the editing is definitely better this time. Also guys you can see the old tutorial to see how buffering would work in Scratch.

  • @axer552
    @axer552 ปีที่แล้ว +4

    This is exactly what I needed, thank you griffpatch!! Looking forward to the next episodes of this series! 😃

  • @tommyanepicgameer
    @tommyanepicgameer ปีที่แล้ว +74

    First of the non-membership variety!

    • @asheep7797
      @asheep7797 ปีที่แล้ว +1

      Wow!

    • @flipping7
      @flipping7 ปีที่แล้ว

      No Ur the fourth sadly

    • @marketminds1620
      @marketminds1620 ปีที่แล้ว

      @@flipping7 Seriously????????????????

  • @poojibear6
    @poojibear6 ปีที่แล้ว +68

    Griffpatch is the type of teacher everyone would want to have. He's so fun! 😀

    • @leggoscratchkid9937
      @leggoscratchkid9937 ปีที่แล้ว +1

      He is! Plus he taught everyone so much about scratch! Thank you, griffpatch!

    • @Luke50789
      @Luke50789 ปีที่แล้ว +1

      He is fun:)

    • @katakuti08
      @katakuti08 ปีที่แล้ว

      If only he was trying for that job

    • @visupera
      @visupera 5 หลายเดือนก่อน

      Hopefully, he doesn't become that one guy...

  • @thethree13o
    @thethree13o ปีที่แล้ว +3

    i'm so glad that you made your old tutorials better and made them into a more clear video. look forward to watching!
    edit: just finished now and looking forward to the second one!

  • @boredyoutubeuser
    @boredyoutubeuser 5 หลายเดือนก่อน +1

    I really wanna create a multiplayer 3d sandbox game in scratch, and while I don't have enough experience to do that yet, these tutorials really teach me the concepts better!

  • @crackerpooppop
    @crackerpooppop ปีที่แล้ว +20

    Griffpatch once again breaking the boundaries of scratch, revolutionising it! Great work!

    • @redmath991
      @redmath991 ปีที่แล้ว +1

      oh mAHUn!

    • @nikodemb2833
      @nikodemb2833 ปีที่แล้ว +2

      Or once again breaking boundaries of my patience because I did something wrong and I do not know what it is

    • @dinyminke5073
      @dinyminke5073 ปีที่แล้ว

      You managed to spell revolutionizing right but failed to say "breaking"

    • @crackerpooppop
      @crackerpooppop ปีที่แล้ว

      @@dinyminke5073 lmao i didnt even realize. ik how to spell it but didnt read it after typing

    • @cringeSpeedrunner
      @cringeSpeedrunner ปีที่แล้ว

      breaking my brain with my measly cursor making measly bugs

  • @noobiechessjxwyspl
    @noobiechessjxwyspl ปีที่แล้ว +3

    I use to spend hours following your tutorials! I took me 2h 45m to do the one that has your text appear letter by letter! As you can see I am not a good coder but you’ve been my inspiration in coding and me and my sister loved playing your minecraft game during online classes! You’ve helped me gain confidence to try learning html and css! It’s very difficult but I hope I can push through! Awesome tutorials btw nobody to explain it in a way I could understand, not even my digits, literacy teacher.

    • @griffpatch
      @griffpatch  ปีที่แล้ว +2

      Woohoo!

    • @dinyminke5073
      @dinyminke5073 ปีที่แล้ว +1

      If inspiration is true then >
      Set coding to true

  • @callmehtheguy
    @callmehtheguy ปีที่แล้ว

    I have followed the old tutorial, but I just didn't know how to bring it to another game, now in this tutorial, it makes my life far easier! I'm SO happy that this video came out:)

  • @RangerTRD
    @RangerTRD 9 หลายเดือนก่อน +2

    Griff!! I watched your old tutorial yesterday and was touring back in to it thank you for the update one!!! Love getting over it btw have been playing it a school keep up the good work!!

  • @villeolof2000
    @villeolof2000 ปีที่แล้ว +3

    This is very cool! I already has a multiplayer on my platformer but if I have energy to do it, I may change to this better trabuque! (I used your old cloud game tutorial for it)

  • @LukeAnimador
    @LukeAnimador 10 หลายเดือนก่อน +3

    Griffpatch is that one person who really help millions of scratchers in one video, this is really impressive!

  • @justforfun9780
    @justforfun9780 ปีที่แล้ว +2

    Thank you so much for updating your old tutorial, I have waited so long for this!

  • @f0oz
    @f0oz ปีที่แล้ว +1

    its amazing how griffpatch can make absolutely any topic on scratch easy and make it understandable so you can even explain how to do it to somebody else!

  • @angelicomukage7789
    @angelicomukage7789 ปีที่แล้ว +4

    This man is the definition of a perfect developer, he is taking scratch to another level, who knows what he is going to achieve next, I love it.

    • @yaboidonnie7275
      @yaboidonnie7275 ปีที่แล้ว

      He's doing things that Scratch never intended to be possible lol

    • @angelicomukage7789
      @angelicomukage7789 ปีที่แล้ว

      @@yaboidonnie7275 fr

  • @kingtesttube4996
    @kingtesttube4996 ปีที่แล้ว +11

    I think it could be a fun idea if you started a tutorial on simulation projects like The Sims. It would probably be extremely complicated, but maybe worth it in the end.
    You could program eating, drinking, school, marriage, birth, death, etc., and go wild. You don’t need to do this idea, but I thought it sounded interesting.

    • @SkilledDoughUser
      @SkilledDoughUser 11 หลายเดือนก่อน

      That is actually a great idea.

    • @AFKplusplus
      @AFKplusplus 6 หลายเดือนก่อน

      no drinking though

  • @DeadCow04
    @DeadCow04 ปีที่แล้ว +1

    Finally after this tutorial I’m one step closer to making a multiplayer doom style 3d shooter in scratch thank you griffpatch!

  • @rooneydoodle72
    @rooneydoodle72 10 หลายเดือนก่อน

    I love griffpatch i mean theres not many other people doing scracth tutoriels like this these are masterpieces the thing is when I need a tutoriel you already have like 300 episodes and one time i needed to figure out how to make a platformer 5 seconds later how to make a platformer by griffpatch in my recommended seriously your the best keep up the best work.

  • @LoneLax
    @LoneLax ปีที่แล้ว +8

    Id love to see you make a merge game! Keep up the good work

  • @eiden1
    @eiden1 ปีที่แล้ว +14

    I was literally making a multiplayer system for my game but didn't know how to continue but then this came out. THANK YOU GRIFFPATCH!

    • @Stunt7
      @Stunt7 ปีที่แล้ว +1

      I already made one lol but let's plook if i can make it better :)

    • @SherbetToon
      @SherbetToon ปีที่แล้ว

      Same! Looking for SO LONG for a tutorial

  • @mathekanguruanimations1383
    @mathekanguruanimations1383 ปีที่แล้ว

    I was so happy when it was actually working without a lot of lag! JUst CAN'T wait for the next episode!

  • @Big_Con
    @Big_Con ปีที่แล้ว +1

    Yesssss I’ve been waiting for a series on multiplayer games!!!

  • @rustam_cpp
    @rustam_cpp ปีที่แล้ว +164

    To convert negative values, we can simply add 240 or 360 to them, depending on the coordinate. And add these numbers to the positive values too. I used google translator, so sorry if the text is bad! 😀

    • @snojeng
      @snojeng ปีที่แล้ว +8

      I was thinking the same thing!

    • @SeeThatHuman
      @SeeThatHuman ปีที่แล้ว +6

      Yes, but it converting the value won't require having to add and remove values, which can be useful when sending many different types of values, having to add and remove different values.

    • @fireflash2803
      @fireflash2803 ปีที่แล้ว +9

      The text is good

    • @WindowsDrawer
      @WindowsDrawer ปีที่แล้ว +10

      Or just add 500 to both, so you don't have to check the coordinate

    • @rustam_cpp
      @rustam_cpp ปีที่แล้ว +6

      @@WindowsDrawer Why didn't I think of that right away?

  • @TheJimmyCartel
    @TheJimmyCartel ปีที่แล้ว +11

    Keep up the incredible work! Guaranteed to be a catalyst for a whole new generation of awe-inspiring MMORPG projects!

    • @griffpatch
      @griffpatch  ปีที่แล้ว +3

      I hope so!

    • @RadiantSolo123
      @RadiantSolo123 ปีที่แล้ว +1

      @@griffpatch Try to make a game with 0 sprites!

    • @arthurzhg2887
      @arthurzhg2887 ปีที่แล้ว

      @@RadiantSolo123 that is very impossible

    • @miggle2784
      @miggle2784 ปีที่แล้ว +1

      @@arthurzhg2887 i mean it might not be a good game but that’s certainly possible

    • @user-so9kq6om2s
      @user-so9kq6om2s 10 หลายเดือนก่อน

      @@arthurzhg2887 there was a creator contest on Scratch for this a while back. Someone managed to make a dungeon crawler!

  • @SpartanDav
    @SpartanDav 11 หลายเดือนก่อน +1

    Hello! Before watching this great video tutorial, I coded and decoded cloud variables a little differently. The x position was given the first four characters, the y position was the next four characters, and so on. But your method of encoding and decoding is much more perfect! Thank you very much! 😊☺😋

  • @darnstaker1771
    @darnstaker1771 ปีที่แล้ว

    This has been something I've been wanting to do for a LONG time thank you for making this.

  • @Pokeboy56
    @Pokeboy56 ปีที่แล้ว +13

    The amount of videos that you put out each month is astonishing. You are like that teacher that everybody wishes they could’ve had

  • @KururuJi
    @KururuJi ปีที่แล้ว +10

    I don't even USE scratch, but I love these tutorials and seeing how far Scratch is being pushed!

  • @luigidabro
    @luigidabro ปีที่แล้ว

    You inspired me not to give up on programming. Thanks to you, I will frequent an IT high school and now know how to porgramm in Python and C#

  • @EtechMC
    @EtechMC ปีที่แล้ว +2

    This is actually really useful for Paper Minecraft modders as well, the save code system cave be very confusing and this video also helps explain how that works :)

  • @Speed-TV
    @Speed-TV ปีที่แล้ว +6

    This is why I like programming, coming up with great ideas, pulling it off, then making it reusable! Hopefully AI doesn't ruin it!

    • @marley206
      @marley206 ปีที่แล้ว +1

      Yeah i agree, things like chatgpt and other chatbots are just ruining the whole idea of coding, because the whole idea of coding is to make your mind think, but if you just ask an AI then it defeats the whole purpose!

    • @Speed-TV
      @Speed-TV ปีที่แล้ว +1

      @@marley206 same thing for art, music, and writing

  • @vedsorbit9686
    @vedsorbit9686 ปีที่แล้ว +32

    A great video just like normal keep up the great work 🥰

    • @griffpatch
      @griffpatch  ปีที่แล้ว +12

      Thank you! - I hope it will have a high success rate for people following.

    • @walterbeckett9461
      @walterbeckett9461 ปีที่แล้ว +3

      @@griffpatch You should make an achievement tutorial. And of course the next episode of this tutorial.

    • @ashdroidgamer3878
      @ashdroidgamer3878 ปีที่แล้ว +1

      @@walterbeckett9461 achievements would be a cool tutorial!

    • @RadiantSolo123
      @RadiantSolo123 ปีที่แล้ว +1

      @@griffpatch I want next episode!!!!!

    • @I-forgot-how-to-draw.
      @I-forgot-how-to-draw. ปีที่แล้ว

      @@RadiantSolo123 this stuff takes time.. maybe be patient?

  • @LittleBlueGamer
    @LittleBlueGamer ปีที่แล้ว

    Glad to see a remaster of the old multiplayer tutorial series remastered

  • @gabesonic2
    @gabesonic2 ปีที่แล้ว +1

    EDIT: I also did some of your tutorials like the old healthbar tutorial and the save data tutorial!
    Wow thanks! I use scratch since 2021 and this was a great tutorial which the project is extremely acurate as the tutorial! I can't wait for episode 2!

  • @icantthinkofanameforyoutube
    @icantthinkofanameforyoutube หลายเดือนก่อน +3

    Hey I coded EVERYTHING right but I still can't get a negative value. Whenever I move the second player the controls are inverted. I checked every code and it matches the video but still doesn't work. Sometimes when I follow these tutorials I code everything right but something always goes wrong.

  • @vedsorbit9686
    @vedsorbit9686 ปีที่แล้ว +3

    @griffpatch why do you not release merch

    • @griffpatch
      @griffpatch  ปีที่แล้ว +2

      INDEED - I have been looking into this for a while, but my branding has been a little up in the air :)

  • @bunnyfun649
    @bunnyfun649 2 หลายเดือนก่อน +1

    Sometimes I wanna use a Griffpatch tutorial, but instead, when I click on one it's so entertaining that I watch it till the end and forget to follow it! STOP BEING SO DARN GOOD WE DON'T DESERVE IT!!!!!!

  • @sans-stikbot3786
    @sans-stikbot3786 2 หลายเดือนก่อน

    The last cloud multiplayer tutorial you did had encoding and decoding as spaghetti code, so it was a relief when you made it easier!

  • @Help-Rubikscubemaster029
    @Help-Rubikscubemaster029 ปีที่แล้ว +2

    3 minute gang
    👇

  • @Thavaanesh
    @Thavaanesh ปีที่แล้ว +1

    thanks Griffpatch!! you have been my scratch tutor for YEARS!!

  • @himynameishimynameis
    @himynameishimynameis ปีที่แล้ว

    thank you! this was so awesome and such easy to code! I didn't make any mistakes in my coding and it all went smoothly! this is such an upgrade in my coding area and I don't even care if its in two parts! I absolutely love the new style too! Good luck with editing the next video!

  • @Sub2dawhitecat
    @Sub2dawhitecat ปีที่แล้ว

    I am so so so so soooooooo happy your making a multiplayer game to play with people in REAL life! this is like the hardest thing EVER to code without you it could've took me 10,000 years to figure it out! thank you SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO much!

  • @onyxtautuhi3473
    @onyxtautuhi3473 ปีที่แล้ว +1

    This is super clever to explain. It was hard to get my mind around encoding and decoding. But now I get this even more. Great video! 😁

  • @namhsaa
    @namhsaa ปีที่แล้ว +1

    Thanks I wanted this for so long

  • @Jilvenhong
    @Jilvenhong ปีที่แล้ว

    Very robust tutorial, better than anything I've come up with! You already know I'm excited for the next episode :)

  • @EncryptedShorts
    @EncryptedShorts 7 หลายเดือนก่อน

    Thanks, Griffpatch! I am trying to make an multiplayer game with a ton of fun minigames, and because of you my dreams might turn into reality!

  • @TackyToons
    @TackyToons ปีที่แล้ว

    Love to see that you've re-done this series!

  • @beebonzgameplay
    @beebonzgameplay ปีที่แล้ว +1

    I really excited for the next episodes! I love you griffpatch!

  • @geniuscellgaming9159
    @geniuscellgaming9159 ปีที่แล้ว +1

    Even when you find problems in your code especially multiplayer, it's really cool when you find a way around Scratches limitations!

  • @elcronistasdt
    @elcronistasdt 8 หลายเดือนก่อน

    Your videos are not only to educate, they are fun. Thanks Griffpatch

  • @hitnrun66
    @hitnrun66 ปีที่แล้ว +1

    It would be really interesting to see this in the raytracing game you made. That would be cool!

  • @pixlol
    @pixlol ปีที่แล้ว +1

    omg i cant wait for the next tutorial! i wanna make a pokemon mmo game and this will make it so easy!! thank you so much griffpatch!

  • @gottendrop4026
    @gottendrop4026 ปีที่แล้ว

    Your vids make this topic so much simpler lol, can’t wait for part 2

  • @Midgu
    @Midgu 4 หลายเดือนก่อน

    Every Time I Use Griffpatch Tutorial, It ALWAYS Works! Thanks So Much!

  • @mythical-_-
    @mythical-_- ปีที่แล้ว +2

    Griffpatch is the best. Instead of just telling us what blocks to place, he explains why.

  • @boredPianoAdv
    @boredPianoAdv ปีที่แล้ว +2

    2:51 “who wants to share an unfinished game?”
    Modern gaming industry: 👀

  • @virtuedreamer6623
    @virtuedreamer6623 ปีที่แล้ว

    Oh gosh, Griff, this is exactly what I wanted to do as a kid. Maybe I'll make something short using this, just to fufill my childhood dream. Good to see you again, by the way!

    • @virtuedreamer6623
      @virtuedreamer6623 ปีที่แล้ว

      Give me a minute though, I'm trying to edit and upload a video of my own

  • @armindorenato69
    @armindorenato69 10 หลายเดือนก่อน

    thanks griffpatch i was makign a uppercase to lowercase converter and this helped alot!

  • @AirseedStuff
    @AirseedStuff ปีที่แล้ว

    Nice!! I've been wanting to learn how to make multiplayer games for such a long time! Continue the series please, I'd love to make a game of my own!

  • @TheRealKindcod
    @TheRealKindcod 3 หลายเดือนก่อน

    this also functions as a good tutorial for encoding/decoding in general, thanks griffpatch!

  • @TridentReal
    @TridentReal 3 หลายเดือนก่อน +1

    Before I watched this vid I challenged myself to make an online game myself and succeeded by using an encoder, decoder and using a 0 as a separator. However, it all ran at 10 fps because of the 0.1 seconds delay on Scratch’s cloud variables and I didn’t know how to code for a buffer so thx🙏.

  • @kuranvice9949
    @kuranvice9949 ปีที่แล้ว

    I've searched far and wide for a tutorial for a online scratch game that covers projectiles, I really hope the next episodes include it

    • @griffpatch
      @griffpatch  ปีที่แล้ว

      For that you will have to wait a few episodes as be get the main scripts in place

  • @sword2020
    @sword2020 ปีที่แล้ว +2

    Time to go crazy with my 3D Raycaster game.

  • @Saj-snake
    @Saj-snake 18 วันที่ผ่านมา

    I had an idea, and thanks to this, it can become a reality. Thank you for helping me code!

  • @PandaGaming_Official
    @PandaGaming_Official ปีที่แล้ว +1

    Bro took it to the next level

  • @FliPOffwg
    @FliPOffwg ปีที่แล้ว

    Thanks griffpatch! Your tutorials are awesome.

  • @yolo-nk9pq
    @yolo-nk9pq 3 หลายเดือนก่อน

    Griffpatch, i first found out about you from your 3d laser tag, now I think of you as an AWESOME scratch coder

  • @harryon144hz5
    @harryon144hz5 ปีที่แล้ว

    This tut really helped me I started to code because of you I made lemonoids Mario and cat runner from all of your tutorials you are the best yt ever

  • @Bittergiggle_gaming
    @Bittergiggle_gaming 3 วันที่ผ่านมา

    This tutorial was useful! Now my Roleplay game on scratch will be epic!

  • @EgisCool100
    @EgisCool100 ปีที่แล้ว

    Very excited for the next episode!

  • @user-ju9tg8hj3j
    @user-ju9tg8hj3j ปีที่แล้ว

    Griffpatch is a very talented person and is gifted! Love your videos!!!

  • @goldcoins8515
    @goldcoins8515 ปีที่แล้ว

    Phenomenal video, I can't wait for part 2!🎉

  • @cringeSpeedrunner
    @cringeSpeedrunner ปีที่แล้ว

    This compact encoding will be PERFECT for my MMO game!

  • @user-md9ew8kn9p
    @user-md9ew8kn9p ปีที่แล้ว

    Thank you so much Griffpatch! I can now follow this series and make some insane games!! P.S. I love your channel❤❤❤

  • @yellow-brain4735
    @yellow-brain4735 ปีที่แล้ว

    I really like the new style of videos, you have improved a lot from those old screen recordings a few years ago!

    • @griffpatch
      @griffpatch  ปีที่แล้ว

      Yes! It's taken a lot of hard work, but keeping at it has helped me progress!

  • @snorigamiking2836
    @snorigamiking2836 ปีที่แล้ว +1

    Thanks for teaching me how to get Cloud Variables! I seriously could NOT find them!

  • @tylercathey8848
    @tylercathey8848 ปีที่แล้ว

    i dont scratch anymore but this guy still amazes me

  • @YourAppleSalesman
    @YourAppleSalesman ปีที่แล้ว

    Combining this with your raytracing tutorial will be awesome!

  • @macksnotcool
    @macksnotcool 10 หลายเดือนก่อน +1

    Great video. Technically, Scratch DOES allow a few symbols in cloud variables (as in, ones required to allow specific numbers to work). So a period or "." and a dash or "-" are allowed.
    Edit: In fact, you even do that at: 16:25 and you didn't even notice :D

  • @goldestperson
    @goldestperson ปีที่แล้ว

    Can't wait for the next one!

  • @user-ee1pr2cy6p
    @user-ee1pr2cy6p 3 หลายเดือนก่อน +1

    Awesome! Now I can practise!

  • @pruthvi2727
    @pruthvi2727 ปีที่แล้ว

    You're the best scratcher! Thanks for motivating other scratchers!😀

  • @memerboi69.0
    @memerboi69.0 ปีที่แล้ว

    finally, i can make my pacer test recreation

  • @perrisapo8424
    @perrisapo8424 ปีที่แล้ว

    This is what I was searching for!

  • @thethugbg7351
    @thethugbg7351 ปีที่แล้ว

    You gotta be kidding me
    I litteraly started working on an insane cloud projzct right before this tutorial came out and now your telling me i'll have to start all over again because you made a deconnection system

  • @brykinjarman4625
    @brykinjarman4625 ปีที่แล้ว +1

    Thank you! We're making Mario 35 in scratch and this will help a lot.

  • @arumenininho1010
    @arumenininho1010 ปีที่แล้ว

    Your a real coder so talented also thanks for teaching me scratch (you made me became a scratcher!)

  • @CatGodsRule
    @CatGodsRule ปีที่แล้ว

    Wow this is so cool! 3:23 I'm sort of a new Scratcher, so it's so so fascinating that when I made the new tab they both change!

    • @griffpatch
      @griffpatch  ปีที่แล้ว

      Yes! It is fun to see it in action and to have coded it yourself right?

  • @WalkThrough_101
    @WalkThrough_101 2 หลายเดือนก่อน

    This is gonna be really helpful in the future, I'm currently making a Galaxy Shooter style game and want to implement a duel mode of sorts with multiplayer capability, I definitely wouldn't have figured this out on my own lol

  • @petersmythe6462
    @petersmythe6462 ปีที่แล้ว

    One method you can use if you want to send a float is to have a fixed width mantissa to whatever precesion you want, perform subtraction to get negatives if the first digit is >5, and then multiply it by 10^exponent offset by some predefined amount.
    So for example, a format of 6, 2-45 would be an 8-digit number, which encodes a value between -500000 to +499999, times 10 raised to a power between -45 and +54.