I turned beat saber into a MOBILE GAME

Поделиться
HTML-код
  • Опубликовано: 5 апр 2024
  • Wishlist Brawlberry: store.steampowered.com/app/26...
    Support me on ko-fi.com/spoodercode
    All game music by Luminousplet
    Music in the video:
    Plants Vs Zombies OST by Laura Shigihaura
    Hall of the mountain king by Kevin McLeod
    Celeste B sides OST
    Undertale OST by Toby fox
  • НаукаНаука

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

  • @Vilebreken
    @Vilebreken 3 месяца назад +17

    " we have beat saber at home " vibe

  • @Miralko314
    @Miralko314 2 месяца назад +4

    "and that's how you print a string of text"
    that one kid in the back:

  • @FoxlynYT
    @FoxlynYT 2 месяца назад +1

    “We can’t bring it anywhere” that’s not true

  • @Entityangel
    @Entityangel 2 месяца назад +3

    For seperate instead of "which finger is which" detect if finger on left side have left saber and right side right saber and allow duel touching

    • @spooderCode
      @spooderCode  2 месяца назад +1

      I was but then what would I do if there's a block on the opposite side

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

      @@spooderCodemaybe if you could do a thing if for example theres a blue block on the right but blue saber is on the left could you make it to track if the blue saber is already on screen then to just move it? But idk how that stuff works

    • @Entityangel
      @Entityangel 2 месяца назад +1

      @@spooderCode simple dont put any on the other side

  • @RedBoiShorts
    @RedBoiShorts 3 месяца назад +1

    Bro this is awesome you gained a sub

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

    Well made! You earned a sub! :)

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

    a simple way to keep a sword per finger is to detect the current position and the last position of the finger and then determine which is closer. it might glitch but if you update it more times per second then it should work fine.
    the code would look something like this
    func _input(event)
    var closestDistance = 0
    var closestPoint = 0
    for i in range(Input.get_touch_count()):
    if Vector2.distance_to(sword 1 position, Input.get_touch_position(i)) < closestDistance:
    closestDistance = Vector2.distance_to(sword 1 position, Input.get_touch_position(i))
    closestPoint = i
    #put code for sword 1 movement here (sword 1 position should go to Input.get_touch_position(closestPoint) same goes for sword 2)
    for i in range(Input.get_touch_count()):
    if Vector2.distance_to(sword 2 position, Input.get_touch_position(i)) < closestDistance:
    closestDistance = Vector2.distance_to(sword 2 position, Input.get_touch_position(i))
    closestPoint = i
    #put code for sword two movement here
    #Swap out sword 1/2 position with the position of the swords.
    Sword Positions must be put in as a vector 2 this is ok because the swords only move on two axis anyway. you can just convert it back to a vector 3 in the movement code and keep the vector that doesn't change static.

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

      Wow a lot of people have given ideas for this but you are the first person to code it! I don't plan on continuing this project but I just might try that out!

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

    *sniff*
    *sniff sniff*
    i smell a really underrated youtuber!

  • @danieltheiceberg9356
    @danieltheiceberg9356 3 месяца назад +1

    spoodercode is the real deal

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

    hey so i have a suggestion for your game add like a fail screen that activates when your health bar goes too low (or you miss too much)

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

    3:08 hehehe ME(MappingExtension) Moment

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

    When is brawlberry coming? I’m very hyped for that game and btw good video, keep it going 👍

  • @Luminia-c13_Schuld
    @Luminia-c13_Schuld 2 месяца назад +1

    Download?

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

    suggestion: add drag to the saber to make it look cooler when moving it

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

    This is the greatest mobile game of all time!
    Like. As usual.

  • @Bub.tv21
    @Bub.tv21 2 месяца назад

    Your ko-fi's gone??

  • @Ran-in-van
    @Ran-in-van 3 месяца назад

    Attack sword 👍

  • @newbite6394
    @newbite6394 2 месяца назад +1

    awesome! wheres the download?
    ..wheres the download?

  • @SpecsWitched
    @SpecsWitched 2 месяца назад +1

    If it's mobile... Just have each saber on one side of the screen and have you hold them to move 'em, if released, they return to their default position, simple.

  • @Jamezen
    @Jamezen 2 месяца назад +1

    Is there a Download Link??

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

      Sorry but for most people to be able to get it id need to put it on the play store which is a LOT of work

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

      @@spooderCode Have you tried gamejolt?

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

      @@spooderCode Can you just publish the APK for others to download?

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

      @@creeper6530 alright fine I'll put it on itch.io

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

      @@spooderCode thanks, please send me the link then

  • @ClareMoynihan-pi3en
    @ClareMoynihan-pi3en 2 месяца назад

    hi im your biggest fan and can u get the game

  • @CaioGamer-1134abc
    @CaioGamer-1134abc 2 месяца назад

    GO PLAY BEAT SWIPER

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

      Lol I actually saw that while researching this 🤣

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

    WHY IS THIS SO UNDERATED😭😭😭😭

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

    Bro you are so underated !!

  • @luminouspelt
    @luminouspelt 3 месяца назад +1

    thanks for the credit you gave me for the music🤦

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

      It's in a couple seconds of the showcase 😏

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

      Put it in the description at leadt

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

    "um actually gorilla tag is a way better game" 🤓