Activity 7 - Crashy Bird

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 71

  • @IrvinNunez-u6w
    @IrvinNunez-u6w หลายเดือนก่อน

    Does list get and remove value at 0 help for 9.46

  • @Tom-m8t
    @Tom-m8t หลายเดือนก่อน

    At 9:46 i dont have the list remove value at thing, well, i do but its a block. So how do i fix this??

  • @IrvinNunez-u6w
    @IrvinNunez-u6w หลายเดือนก่อน

    Same at 9.46 I don have that how do I do it. 😢

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

    at 9:46 I dont have the array list remove value at 0 which will slip in the sprite thing. I have that but it's a block...

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

    how do i make the flappy bird go faster each time I pass an obstacle

    • @P5-3MOHANVISHWARYAN
      @P5-3MOHANVISHWARYAN 10 หลายเดือนก่อน

      Yea, I also wanna a challenging game of crashy-bird, its too slow and easy.

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

    Please help me to set the score.

    • @Theredstonezone
      @Theredstonezone 4 ปีที่แล้ว

      Hi! I literally just figured it out, to do it just put a change score by 0.25 block under the “delete obstacles get and remove value at 0”

    • @eao5733
      @eao5733 4 ปีที่แล้ว

      @@Theredstonezone can you PLEASE send an image of how you did it?? it would be greatly appreciated

    • @Theredstonezone
      @Theredstonezone 4 ปีที่แล้ว

      @@eao5733 I’m not sure how to send images

    • @shashwatide5213
      @shashwatide5213 3 ปีที่แล้ว

      @@Theredstonezone thanks!

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

      @IkeTheDog2009 same, but i dont know how to fix it.

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

    Thanks for the tutorial! Also how do I make the game to count my score?

    • @Disposablelolz
      @Disposablelolz 2 ปีที่แล้ว

      i have no idea thats kinda the reason why i watched this video

  • @SirineDuri
    @SirineDuri 10 หลายเดือนก่อน +2

    do you know Shakira ??????

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

      shakira shakira!!!!!!!

  • @son0p18
    @son0p18 วันที่ผ่านมา

    are you cook bro?but you made so good

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

    hey, thanks for the tutorial! it really helped me understand!

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

    can u write a flow chart of "Crashy Birds" for me???

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

      Did you do the flowchart? I want it too xd

    • @brightypg3d988
      @brightypg3d988 2 ปีที่แล้ว

      there it is for javascript
      ps:it even counts your score
      input.onButtonPressed(Button.A, function () {
      bird.change(LedSpriteProperty.Y, -1)
      })
      input.onButtonPressed(Button.B, function () {
      bird.change(LedSpriteProperty.Y, 1)
      })
      input.onGesture(Gesture.Shake, function () {

      })
      let emptyObstacleY = 0
      let ticks = 0
      let bird: game.LedSprite = null
      music.setVolume(255)
      music.startMelody(music.builtInMelody(Melodies.Entertainer), MelodyOptions.Forever)
      let index = 0
      let obstacles: game.LedSprite[] = []
      bird = game.createSprite(0, 2)
      bird.set(LedSpriteProperty.Blink, 120)
      basic.forever(function () {
      while (obstacles.length > 0 && obstacles[0].get(LedSpriteProperty.X) == 0) {
      obstacles.removeAt(0).delete()
      }
      for (let obstacle2 of obstacles) {
      obstacle2.change(LedSpriteProperty.X, -1)
      }
      if (ticks % 3 == 0) {
      emptyObstacleY = Math.randomRange(0, 4)
      for (let index2 = 0; index2

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

    very great,😁

  • @calebclayborne3230
    @calebclayborne3230 4 ปีที่แล้ว

    Can someone help me figure out score i'm really stuck

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

    Ayyy i finaly found a electronic i can use that doesnt need a computer to use! Even better i can program which is good!!!

  • @oliviayalex3424
    @oliviayalex3424 2 ปีที่แล้ว

    help i can´t make de obstacles

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

    Thanks for the tutorial !

  • @karuka785
    @karuka785 9 หลายเดือนก่อน

    my remainder of is( /)
    no (+)

  • @ViolaNyström
    @ViolaNyström 11 หลายเดือนก่อน +4

    This tutorial does not work, i hope you cant fall asleep tonight 😝

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

      yesb totaly

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

    can you just drop the zip here

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

    6:59 my time

  • @PROTECHtm
    @PROTECHtm 2 ปีที่แล้ว

    Thank you this was really helpful

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

    Thank u so much 😊

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

    Figured out the score!

    • @calebclayborne3230
      @calebclayborne3230 4 ปีที่แล้ว

      Can't firgure out score

    • @lucid_hq6894
      @lucid_hq6894 3 ปีที่แล้ว

      How?

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

      @@lucid_hq6894 put a change score by 0.25 block under the “delete obstacles get and remove value at 0” :)

    • @ligma-balls8092
      @ligma-balls8092 3 ปีที่แล้ว

      @@cindytraa it doesnt work for me

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

      @@ligma-balls8092 dont forget to do set score to 0 in the on start block

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

    hello

  • @G00MBY
    @G00MBY 2 ปีที่แล้ว

    Flappy birb

  • @kevinmesa-x2s
    @kevinmesa-x2s 2 หลายเดือนก่อน

    penemono

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

    this was boring!!!!

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

    kurvaaaaa

  • @IrvinNunez-u6w
    @IrvinNunez-u6w หลายเดือนก่อน

    Same at 9.46 I don have that how do I do it. 😢

  • @IrvinNunez-u6w
    @IrvinNunez-u6w หลายเดือนก่อน

    Same at 9.46 I don have that how do I do it. 😢