micro:bit Shooting Game

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 30

  • @RiaasatRushnan-hs9sy
    @RiaasatRushnan-hs9sy Місяць тому

    quite confusing if your British, but really helpful! I like it

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

    Amazing work. Thanks so much.

  • @SHARVISHKUMARALRAMUKUMARMoe

    very helpful thank you

  • @snowyplayz6656
    @snowyplayz6656 Рік тому +3

    I’m British so this is super duper confusing

    • @TheKiwiGuy0
      @TheKiwiGuy0 10 місяців тому +1

      Im irish and i just looked at the screen and understood

  • @shaistaimran9259
    @shaistaimran9259 3 роки тому +11

    Would appreciate english subtitles, very good game tutorial otherwise!

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

      same

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

    good job m8

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

    Thanks!

  • @Vahagn-f2n
    @Vahagn-f2n Рік тому

    9:00

  • @wornsurin
    @wornsurin 4 місяці тому

    ของผมมันเออเร้อจะทำยังไงดี

  • @terkq
    @terkq 3 роки тому +3

    If you can add English Subtitle , that would be great!

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

    siallll

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

    can i get code

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

      HERE YA GO M8
      input.onButtonPressed(Button.A, function () {
      if (pjuuu) {
      metak = game.createSprite(igrač.get(LedSpriteProperty.X), igrač.get(LedSpriteProperty.Y))
      metak.turn(Direction.Left, 90)
      pjuuu = false
      }
      })
      function Crash () {
      if (metak.isTouching(neprijatelj)) {
      game.addScore(1)
      metak.delete()
      neprijatelj.delete()
      neprijatelj = game.createSprite(randint(0, 4), 0)
      pjuuu = true
      } else if (metak.get(LedSpriteProperty.Y) == 0) {
      metak.delete()
      pjuuu = true
      }
      }
      input.onButtonPressed(Button.B, function () {
      for (let index = 0; index < 1e+105; index++) {
      basic.showString("ćčćčćčćčćčćčćčććčćčćčćčćčććčćčććčćććčććčćčćčćčćčćčćč")
      }
      })
      let metak: game.LedSprite = null
      let pjuuu = false
      let neprijatelj: game.LedSprite = null
      let igrač: game.LedSprite = null
      basic.showString("B0MBASTIK")
      igrač = game.createSprite(2, 4)
      neprijatelj = game.createSprite(randint(0, 5), 0)
      pjuuu = true
      game.startCountdown(20000)
      basic.forever(function () {
      igrač.move(1)
      igrač.ifOnEdgeBounce()
      if (metak) {
      metak.move(1)
      Crash()
      }
      basic.pause(200)
      })

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

      I added some modifications like the sleep button ;-)

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

    Can you put English subtitles, please?

  • @haziqhasnizan8050
    @haziqhasnizan8050 9 місяців тому

    I need subtitle

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

    english plz

  • @นุกูลขันนาค-ฐ8ฤ

    ทำตามถูกต้องทุกอย่าง แต่เล่นไม่ได้ครับ

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

    ภาษาไทย

  • @danielciostek3257
    @danielciostek3257 4 роки тому +1

    Not working.... MEH!!! >:(

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

      try this, just copy and paste it ;-)
      input.onButtonPressed(Button.A, function () {
      if (pjuuu) {
      metak = game.createSprite(igrač.get(LedSpriteProperty.X), igrač.get(LedSpriteProperty.Y))
      metak.turn(Direction.Left, 90)
      pjuuu = false
      }
      })
      function Crash () {
      if (metak.isTouching(neprijatelj)) {
      game.addScore(1)
      metak.delete()
      neprijatelj.delete()
      neprijatelj = game.createSprite(randint(0, 4), 0)
      pjuuu = true
      } else if (metak.get(LedSpriteProperty.Y) == 0) {
      metak.delete()
      pjuuu = true
      }
      }
      input.onButtonPressed(Button.B, function () {
      for (let index = 0; index < 1e+105; index++) {
      basic.showString("ćčćčćčćčćčćčćčććčćčćčćčćčććčćčććčćććčććčćčćčćčćčćčćč")
      }
      })
      let metak: game.LedSprite = null
      let pjuuu = false
      let neprijatelj: game.LedSprite = null
      let igrač: game.LedSprite = null
      basic.showString("B0MBASTIK")
      igrač = game.createSprite(2, 4)
      neprijatelj = game.createSprite(randint(0, 5), 0)
      pjuuu = true
      game.startCountdown(20000)
      basic.forever(function () {
      igrač.move(1)
      igrač.ifOnEdgeBounce()
      if (metak) {
      metak.move(1)
      Crash()
      }
      basic.pause(200)
      })

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

    Here's the code
    input.onButtonPressed(Button.A, function () {
    if (pjuuu) {
    metak = game.createSprite(igrač.get(LedSpriteProperty.X), igrač.get(LedSpriteProperty.Y))
    metak.turn(Direction.Left, 90)
    pjuuu = false
    }
    })
    function Crash () {
    if (metak.isTouching(neprijatelj)) {
    game.addScore(1)
    metak.delete()
    neprijatelj.delete()
    neprijatelj = game.createSprite(randint(0, 4), 0)
    pjuuu = true
    } else if (metak.get(LedSpriteProperty.Y) == 0) {
    metak.delete()
    pjuuu = true
    }
    }
    input.onButtonPressed(Button.B, function () {
    for (let index = 0; index

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

      BTW there is a sleep button ;-)

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

      it doesn't work >:(

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

      @@aliheja just don't press b and it will work

    • @obadov_
      @obadov_ 10 місяців тому

      @@scrthazem YEAH SERBIAN