Activity 7 - Crashy Bird

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Learn how to create a variation of the popular game, Flappy Bird!
    This is an advanced coding challenge!
    Create your own project on Microbit and follow the instructions in the video.
    makecode.micro...
    Remember, you can pause the video at any time!

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

  • @user-ei4fw6xn3q
    @user-ei4fw6xn3q 6 месяцев назад +2

    do you know Shakira ??????

  • @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

  • @ibrahemiqbal2957
    @ibrahemiqbal2957 3 года назад +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...

  • @ashs-xg3dp
    @ashs-xg3dp 2 месяца назад

    it is not moving the obstacles

  • @pro_gamer0014
    @pro_gamer0014 Год назад +2

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

    • @P5-3MOHANVISHWARYAN
      @P5-3MOHANVISHWARYAN 6 месяцев назад

      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 3 года назад

      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 3 года назад

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

    • @Theredstonezone
      @Theredstonezone 3 года назад

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

    • @shashwatide5213
      @shashwatide5213 3 года назад

      @@Theredstonezone thanks!

    • @TheMaiham
      @TheMaiham 3 года назад +1

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

  • @Theredstonezone
    @Theredstonezone 3 года назад +3

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

  • @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!!!

  • @stmatthewsns4692
    @stmatthewsns4692 3 месяца назад

    very great,😁

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

    Thanks for the tutorial !

  • @user-wl4wf9un3k
    @user-wl4wf9un3k 7 месяцев назад +3

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

  • @tactical_proton1817
    @tactical_proton1817 3 года назад +4

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

    • @fernandofuentes2021
      @fernandofuentes2021 3 года назад +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

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

    my remainder of is( /)
    no (+)

  • @Snakyplum
    @Snakyplum 3 года назад +1

    6:59 my time

  • @calebclayborne3230
    @calebclayborne3230 3 года назад

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

  • @caj2393
    @caj2393 3 года назад +1

    Thank u so much 😊

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

    Thank you this was really helpful

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

    help i can´t make de obstacles

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

    hello

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

    Figured out the score!

    • @calebclayborne3230
      @calebclayborne3230 3 года назад

      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” :)

    • @mtz1nn_722
      @mtz1nn_722 3 года назад

      @@cindytraa it doesnt work for me

    • @ebrarvuthaj
      @ebrarvuthaj 3 года назад +1

      @@mtz1nn_722 dont forget to do set score to 0 in the on start block

  • @user-qb5be4bq9b
    @user-qb5be4bq9b 6 месяцев назад

    can you just drop the zip here

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

    Flappy birb

  • @user-nc6wx9di8v
    @user-nc6wx9di8v 6 месяцев назад

    this was boring!!!!

  • @szebasztiannagy8573
    @szebasztiannagy8573 3 года назад +1

    kurvaaaaa