How to Make a Multiplayer Game in Scratch | Two-Player Pong Tutorial

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 90

  • @Zinnea
    @Zinnea  2 года назад +25

    Are there any other multiplayer games you'd like to make? :D

    • @bidushighose2930
      @bidushighose2930 2 года назад +4

      First reply! I would like to make a two player adventure game.

    • @erich3824
      @erich3824 2 года назад +7

      Maybe a Hide and Seek game? That would be cool!!

    • @Billyistheg0at
      @Billyistheg0at 2 года назад +2

      Make a multiplayer game using cloud variables (I know it might be advanced for some people)

    • @Diamondesignsempires
      @Diamondesignsempires 2 года назад +3

      what about a multiplayer game where the players are chefs trying to serve alot of customers! I'd imagine how fun and chaotic it'll be lol!!

    • @LotusAndGlitch
      @LotusAndGlitch 2 года назад +2

      Multiplayer game that is just like a simulator!

  • @archithiyer564
    @archithiyer564 2 года назад +3

    Making a Multiplayer Pong game was so much fun, even for the first time.Thanks a lot!

  • @bidushighose2930
    @bidushighose2930 2 года назад +4

    It is so cool when we make a multiplayer game in scratch. Great job girl!

  • @TheSuperbasset
    @TheSuperbasset Год назад +1

    This is a fun and simple way of making a multiplayer game without cloud variables! Pretty cool

  • @coolgameriguess
    @coolgameriguess 2 года назад +6

    If you were wondering, you can make the 2nd player an AI bot by always gliding to the ball. The less the seconds, the more the difficulty.

  • @stefinsatheesh8627
    @stefinsatheesh8627 Год назад +1

    You are a real life saver thank you

  • @Twin138956Productions2019
    @Twin138956Productions2019 2 года назад +1

    Amazing tutorial! I sure am gonna make one someday.

  • @jamescook47
    @jamescook47 2 года назад +2

    Hi Zinnea 👋 Loving the videos and tutorials, i was wondering if you could make a video on How to make customitazion in scratch pretty much you will Be able to change your character to a diffent color and etc as many games has nowadays.

    • @Zinnea
      @Zinnea  2 года назад +2

      Ooh I love that idea!

  • @Smr.lplayPs
    @Smr.lplayPs 2 года назад +2

    The code for the moving is a little complicate. You can use a „if spacebar is presssed" in the yellow one. Change the spacebar to arrow up or down/w s

  • @TheBadGamer2-
    @TheBadGamer2- 2 года назад +1

    Hey i have an idea, could you make a tutorial for a perlin noise function to form procedural worlds?

  • @ivaanserene8496
    @ivaanserene8496 Месяц назад

    In the part when I program the paddle1 the paddle is going left when I press the down arrow key! What is wrong?

  • @monameraabi6265
    @monameraabi6265 2 года назад

    560th! Plus great project, easy tutorial, as always ;)

  • @MaGiCInTeRneTHerO
    @MaGiCInTeRneTHerO 9 месяцев назад

    Ai covers? Nah
    Taking clips? Yessir

  • @annudubey9601
    @annudubey9601 Год назад +1

    It was very nice

  • @kacperyt3824
    @kacperyt3824 2 года назад +1

    Zinnea, so, im making a tower defense like game and i can spawn my clones to make enemies, but if i make a clone all the other clones also clone, do you know how to fix this? (Sorry if there is a tutorial already of this.)

    • @Zinnea
      @Zinnea  2 года назад +1

      Oh good question - here's what I do in that situation. I make a variable for that sprite and I make the variable be "For this sprite only", and I name the variable something like "Am I the main Sprite?" Then, if I wanted to make some clothes at the beginning of the game, I would use this code:
      When green flag clicked
      Set "Am I the main Sprite?" to no
      Repeat 10
      Create clone of myself
      Set "Am I the main Sprite?" to yes
      So this way, all of the clones will have their "Am I the main Sprite?" variable set to no, and the main sprite will have it set to yes. And then, if I want to make more clothes during the game, I only let a sprite create clones if it's the main sprite, so i would do it like this:
      When I receive broadcast "spawn more clones"
      If "Am I the main Sprite?" = yes
      Set "Am I the main Sprite?" to no
      Repeat 10
      Create clone of myself
      Set "Am I the main Sprite?" to yes

    • @Zinnea
      @Zinnea  2 года назад +1

      See if that works. If you run into any trouble, just let me know!

  • @abdullahaldossary237
    @abdullahaldossary237 2 года назад

    that helped me so much

  • @maniplayzzz
    @maniplayzzz Год назад

    Can you tell me how to make Minecraft in scratch?

  • @Abenezer-Minale
    @Abenezer-Minale 8 месяцев назад

    So, can you make a tutorial about the same thing but Player 2 is a bot. because people can get lonely.

  • @thememer4071
    @thememer4071 2 года назад

    Can you give a tutorial for multiplayer open world,as a second part of the open world

  • @ItsChiliP
    @ItsChiliP 2 года назад

    Can you make a jumping code or a collision code, because I’m making a platformer

  • @owaisfakih
    @owaisfakih Год назад

    Where did you get this Backdrop?

  • @Tenzin-Teauqzz
    @Tenzin-Teauqzz Год назад

    How would I make it reset to the middle when hitting the green line

  • @joyorih9620
    @joyorih9620 5 месяцев назад

    I'm trying to make this project

  • @CosmicalAleph
    @CosmicalAleph 7 месяцев назад

    THANKS!

  • @sonalcpa
    @sonalcpa Год назад

    Zinnia can you make a tutorial how to make a Platformer game

  • @systemconsultant5254
    @systemconsultant5254 2 года назад

    I love your video

    • @systemconsultant5254
      @systemconsultant5254 2 года назад

      Please do more🥺🥺🥺🥺🤠🤠🤠🤓🤓🤓😟😟😟

  • @belalhesham7146
    @belalhesham7146 Год назад

    How can i make it but playing with a computer

  • @ChristopherCarter-me2en
    @ChristopherCarter-me2en 5 месяцев назад

    can u make animation in scratch

  • @muhammadshahmeer2280
    @muhammadshahmeer2280 Год назад

    how did you get the background

  • @emadhabtamu
    @emadhabtamu 2 месяца назад

    Can you do another multiplayer Game

  • @chyanbongco
    @chyanbongco 2 года назад

    What is an Or block

  • @kalpanaarun4006
    @kalpanaarun4006 11 месяцев назад

    how to make the trail?

  • @CrimsonSkies-Precure
    @CrimsonSkies-Precure 10 месяцев назад

    how would i do this where once either one of the players scores gets to a certain number (like 5) how would you change the bg ? Like for my ping pong game once the player gets their score to 5 then the bg changes to symbolize a new "level" so like with a 2-player version how would that work ?
    sorry if this is a simple answer 🥲

    • @SutaFokusu
      @SutaFokusu 10 месяцев назад

      When green flag clicked
      Forever
      If [Score variable] is greater than [Digit] then
      Change backdrop to [backdrop u want]

  • @flum3614
    @flum3614 Год назад

    thanks

  • @gauravkakkar8228
    @gauravkakkar8228 4 месяца назад

    mine is not working

  • @joyorih9620
    @joyorih9620 5 месяцев назад

    I love you Zinnea

  • @albertcaraos9079
    @albertcaraos9079 Год назад +1

    I tried my best to nake a two player pong game in scratch

  • @l-cpp337
    @l-cpp337 Год назад

    Where your backdrop

  • @ros_ky
    @ros_ky 2 года назад

    Nice 👍🙂

  • @enzo_6416
    @enzo_6416 2 года назад +1

    cool

  • @garimabohora5131
    @garimabohora5131 Год назад +1

    I just made 1 player one only💗🌼

  • @mr.tushface
    @mr.tushface Год назад

    How about a multi player maze: Whoever wins the maze the fastest wins.

  • @FVCKINSLITZ.z
    @FVCKINSLITZ.z 9 месяцев назад

    Hello thanks for the help but i have a question is it possible to add sound and make ball hit the paddle's on beat? If yes can you make a tutorial or explain it in comments, I'll really appreciate it

  • @nickknight6130
    @nickknight6130 Год назад

    sooooooooooooooooooooooooooo cooooooooooooooooooool

  • @Miku_sinthiya
    @Miku_sinthiya Год назад

    I need a flappy bird game pls 🥺

  • @cactusmankj
    @cactusmankj Год назад +1

    i cant move up

    • @Zinnea
      @Zinnea  Год назад

      Oh hmm let's see, if you send me a link to your project I can help!

  • @igwembaise
    @igwembaise 7 месяцев назад

    a car racing game please😄

  • @meandsisgacha7860
    @meandsisgacha7860 Месяц назад

    isn't working

  • @faridzack9681
    @faridzack9681 Год назад

    Wow

  • @lancejacobventuranza7814
    @lancejacobventuranza7814 Год назад

    I don't want pc keys

  • @LeaDev_YT
    @LeaDev_YT Год назад

    6:29 / 9:41

  • @graysonwaskewitchpeck1168
    @graysonwaskewitchpeck1168 2 года назад

    THANK YOU THANK YOU THANK YOOOOOOOOOOOOOOOOOOOOUUUUUUUUUUUUUUUUUUUUUUUUUU I LOVE IT I LOVE I LOVE ITTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT ZINNEA I SUB YOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU THANK YOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU

  • @fennychen3012
    @fennychen3012 Год назад

    yessssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss

  • @ChristopherCarter-me2en
    @ChristopherCarter-me2en 5 месяцев назад

    makeing anamition

  • @niyiolurinde6208
    @niyiolurinde6208 14 дней назад

    5:16