Scratch Tutorial : Snake Game

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • I Hope this tutorial is helpful to you.
    Keep following this channel for such more Tutorials.
    You can also Follow me on Instagram for more info.
    / coderstudio.19
    Software - Scratch Online
    scratch.mit.ed...
    You can also Download Scratch Software
    scratch.mit.ed...
    Share Subscribe & Support!
    -------------------------------------------------------------------------

КОМЕНТАРІ • 105

  • @jankiparwal9610
    @jankiparwal9610 2 роки тому +4

    So helpful and awesome game... Please keep sharing . And i have followed you on UA-cam.. 😊

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      Thanks ♥ keep following this channel for more tutorial videos.

  • @Praveen-q8i
    @Praveen-q8i Рік тому +3

    Im so like this

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Thanks.
      Please subscribe to my channel for more tutorial videos.

  • @MedicinayMilagros
    @MedicinayMilagros Місяць тому +1

    IT awsome! i have a project

  • @greengreenanimations
    @greengreenanimations Рік тому +1

    Cool one!

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Thanks ♥ keep following this channel for more tutorial

  • @creativityofavani4703
    @creativityofavani4703 Рік тому +1

    when i try to get my snake up wards then they show game over, and even i have not touched the edge then also it is comming game over.!!!
    🤔

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Please check the code again " When the up key is pressed - Change Y by 10 "

  • @tarunaagarwal6530
    @tarunaagarwal6530 3 роки тому +4

    I made this game
    This game was superb

    • @CodersStudio19
      @CodersStudio19  3 роки тому +1

      Thanks! Keep following this channel for more tutorials.😇

  • @poojakapahi5298
    @poojakapahi5298 2 роки тому +1

    Wow!!!!! The tutorial is awesome

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      Thanks 😀 you can subscribe to this channel for more tutorials.

  • @ashleylewis765
    @ashleylewis765 Рік тому +1

    very helful just one qeustion can you have a different fruit than the strawberry

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Yes any fruit you can use.
      And keep following this channel for more tutorial videos.

  • @Vijendar-r29k
    @Vijendar-r29k Рік тому

    It's to bllure😅

  • @juandt1234
    @juandt1234 2 роки тому +2

    This helped me out a ton, but I have a question... how do I make it so the snake gets a game over if it crashes into its body?

    • @ItsaMeReeheehee
      @ItsaMeReeheehee 2 роки тому

      Same bro

    • @не_простой_канал
      @не_простой_канал Рік тому

      snake sprite:
      Green Flag clicked {
      forever {
      set var x to x pos
      set var y to y pos
      set var dit to direction
      }
      }
      Green Flag clicked {
      forever {
      if Key.up_arrow clicked {
      rotate 0
      }
      if Key.down_arrow clicked {
      rotate 180
      }
      if Key.left_arrow clicked {
      rotate -90
      }
      if Key.right_arrow clicked {
      rotate 90
      }
      }
      }
      Green Flag clicked {
      forever {
      create clone myself
      move 10 steps
      wait 0.1
      }
      }
      Clone {
      forever {
      if touching HitBox {
      sell ImDeath💀
      }
      }
      }
      When I get ImDeath💀 {
      stop all
      }
      HitBox sprite:
      Green Flag clicked {
      forever {
      rotate to Var:dir
      if direction=0 {
      set x and y to: Var:x Var:y+20
      }
      if direction=90 {
      set x and y to: Var:x+20 Var:y
      }
      if direction=180 {
      set x and y to: Var:x Var:y-20
      }
      if direction=-90 {
      set x and y to: Var:x-20 Var:y
      }
      }
      }

    • @не_простой_канал
      @не_простой_канал Рік тому

      you get im really good 😎😎😎

    • @не_простой_канал
      @не_простой_канал Рік тому

      ahh sorry fix bug , add this to snake sprite:
      Clone {
      wait 1 second
      delete clone
      }

    • @не_простой_канал
      @не_простой_канал Рік тому

      ​@@ItsaMeReeheehee I wrote here to you children, questions?

  • @dhritimehan
    @dhritimehan Рік тому +1

    Its a really good tutorial but how do I remove snakes face when creating the clone ?

    • @CodersStudio19
      @CodersStudio19  Рік тому +1

      Its glad to hear.
      You can put the hide block to hide the original snake face.

    • @dhritimehan
      @dhritimehan Рік тому

      @@CodersStudio19 thank u

  • @baguswidhyatmost6427
    @baguswidhyatmost6427 Рік тому

    aku biasa galadis

  • @leroyloanjoe8777
    @leroyloanjoe8777 3 роки тому +2

    Good

  • @hanaehanoua333
    @hanaehanoua333 2 роки тому +2

    U helped me very much thanks

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      You're most welcome keep following this channel for more tutorial videos.♥️

  • @MedicinayMilagros
    @MedicinayMilagros Місяць тому +1

    Helpful

  • @FrankCamiloJimenezLoaiza
    @FrankCamiloJimenezLoaiza Рік тому +1

    it helped me sm thanks

  • @santoshchinnu1813
    @santoshchinnu1813 Рік тому

    Software version

  • @EmmanuellaBalogun
    @EmmanuellaBalogun Рік тому +1

    I like snake games this is amazing

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Thanks 🙏 Keep following this channel for more tutorial videos

  • @micheal.a-o
    @micheal.a-o 4 місяці тому

    Your tutorial was very helpful...and I think my Scratch app is glitching

  • @eatsomefeet6872
    @eatsomefeet6872 2 роки тому +1

    something is wrong and I don't know what my snake doesn't cling it's clones to itself but makes new different ones and scatters them around and I can't find the problem

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      Sometimes it happens.do one thing just delete the character and do it again.

  • @trishngwarai4183
    @trishngwarai4183 2 роки тому

    Wonderful game buy when I want to change game it isn't turning immediately it is jumping a few steps then turning
    Please helo

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      Good to hear you liked it! If it's jumping you can move steps.

  • @TochedGrass3742
    @TochedGrass3742 Рік тому +1

    How would this work on iPad?

    • @CodersStudio19
      @CodersStudio19  Рік тому

      On web browser you can search for SCRATCH Software ( link is in description box) and then you can work on it.

    • @TochedGrass3742
      @TochedGrass3742 Рік тому

      @@CodersStudio19 no like how would I move the snake on an iPad? There are no up or down key?

    • @CodersStudio19
      @CodersStudio19  Рік тому

      @@TochedGrass3742 oh yes! you can make arrows left right up and down as a spirite and then you can easy work with it

  • @manishav8527
    @manishav8527 Рік тому

    do we have to coppy your totorial or we can coppy your totorial and add some thing els

    • @CodersStudio19
      @CodersStudio19  Рік тому

      You don't have to copy it. if you want to add something else you can.

  • @rukagaming1168
    @rukagaming1168 Рік тому +1

    ❤️❤️👍👍

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Keep following this channel for more tutorial videos 😊

  • @DG-1TheYT
    @DG-1TheYT 2 роки тому

    Bug: when moving right and pressing left arrow. you move left. same for when moving left and pressing right arrow. you move right.

  • @MishaDanish
    @MishaDanish Рік тому +5

    wow, what a nice backdrop! I love it!

    • @CodersStudio19
      @CodersStudio19  Рік тому +1

      Thanks. 🙏 keep following this channel for more tutorial videos.

  • @vishalsandesh9658
    @vishalsandesh9658 3 роки тому +1

    i made this game
    thanks

    • @CodersStudio19
      @CodersStudio19  3 роки тому

      You're most welcome 🌈❤️ Keep following this channel for more amazing tutorial videos.

  • @sophialu6284
    @sophialu6284 Рік тому +2

    SO HELPFUL!!!

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Thanks! Keep following this channel for such more Tutorials!

  • @karishmagulatiarora6945
    @karishmagulatiarora6945 2 роки тому +2

    Wonderful game😄

    • @CodersStudio19
      @CodersStudio19  2 роки тому +1

      Thanks ♥️ keep following this channel for more tutorial videos.

    • @frischcheese94
      @frischcheese94 Рік тому

      @@CodersStudio19 true bro🧛

  • @vishalsandesh9658
    @vishalsandesh9658 3 роки тому +1

    nice

  • @hanaehanoua333
    @hanaehanoua333 2 роки тому +1

    😍😍

  • @GiangNguyen-vp8tn
    @GiangNguyen-vp8tn 2 роки тому +1

    nice

  • @mahadevneelanarayanan3251
    @mahadevneelanarayanan3251 2 роки тому +1

    awesomest game Ive ever seen!!!

  • @jamesadriandenoy1178
    @jamesadriandenoy1178 2 роки тому

    I created this but when the snake touches the edge it will do nothing the game over wouldn't pop up

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      In snake spirit, you have to make a code "if touching edge" and broadcast the message game over!
      Make a new spirit of game over, in that make a code when "green flag" is clicked hide. And then take a block when I received the game over make that spirit show.

  • @sukunadumb
    @sukunadumb 2 роки тому +1

    thx alot it helped me alot!!!

  • @willbeachannelsoon6137
    @willbeachannelsoon6137 2 роки тому +1

    Wow...

  • @zaidbinsalman8270
    @zaidbinsalman8270 Рік тому

    make geomettry dash

  • @elinsandberg3556
    @elinsandberg3556 2 роки тому

    Hello

  • @divineheartjiya22
    @divineheartjiya22 3 роки тому +2

    Wow........😊😊😊

  • @freefiregarena1041
    @freefiregarena1041 3 роки тому

    Level?

  • @tanishqsharma112
    @tanishqsharma112 2 роки тому

    can you give the link please?

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      What link?

    • @saltygrape2112
      @saltygrape2112 2 роки тому

      @@CodersStudio19 Probably of the Scratch Website or the game link so he/she can play it..

  • @varnikabhola2131
    @varnikabhola2131 Рік тому

    Is this a 3.0?

    • @CodersStudio19
      @CodersStudio19  Рік тому

      What?

    • @varnikabhola2131
      @varnikabhola2131 Рік тому

      @@CodersStudio19 I Meant do you like need to download Scratch 3.0 to make this game because i tried and didnt work like yours

    • @CodersStudio19
      @CodersStudio19  Рік тому

      @@varnikabhola2131 you can work with scratch 2.0 also or you can use online version of scratch.

  • @muhtadi7908
    @muhtadi7908 Рік тому

    bro mine is not working and every coding is fine but is not working

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Maybe there is a bug you can retry it and make it again

  • @syedhamdaan6727
    @syedhamdaan6727 2 роки тому +1

    The Snake is leaving space and going after the score is above 100!!

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      So you can set the clone value 0.3 to 0.2
      And then change the clone by 0.1

  • @ghadeerhassan1491
    @ghadeerhassan1491 3 роки тому +1

    Hi, how can I make the coin to a random position? Thank you!

    • @CodersStudio19
      @CodersStudio19  2 роки тому

      First, take the green flag block, then take go to a random position block. if you want that coin to move to a random position again n again then, under that random position take forever block and inside that put go to random position block and wait for 5 seconds block.

  • @KeishaRcant8s
    @KeishaRcant8s Рік тому

    ular no wow wow exe.

  • @ladybird9077
    @ladybird9077 Рік тому +1

    WOW!!!! LOVE IT!😍

    • @CodersStudio19
      @CodersStudio19  Рік тому

      Thanks!🌻 Keep following this channel for more tutorial videos.