Love2D Tutorial | Basic Scene Management | Make Games on Android

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

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

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

    bro, please continue this series... the world need this awesome content

  • @ayushsharma6178
    @ayushsharma6178 5 ปีที่แล้ว

    Thanku very much......Your videos are easy and helpful... kindly keep it up👍

    • @NagiDev
      @NagiDev  5 ปีที่แล้ว

      Glad to know that 😁

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

    This is awesome and super helpful! When is the next video going to be posted?

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

      I guess you'll just have to Waite
      I'm sorry I had to do it. Please don't hate me!

  • @Rajsingh-hb1si
    @Rajsingh-hb1si 4 ปีที่แล้ว +1

    We want more of love2d

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

      :`) I won't be posting more videos of Love2D, I think

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

    please make a tutorial on how to make a joystick movement.

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

      just change keyboard into joystick its that easy (obviously controllers have more controls like a D-Pad Left and Right shoulder buttons and more so you wanna customize that)

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

    You should make a game engine for android

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

    But how can I export it as apk
    I saw a tutorial but that requires Windows Command Prompt

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

      Well, honestly that is one catch with Löve2D, there's no official way of getting a working APK without a PC. This is why I haven't been posting another video in the series, I guess Löve2D is best suited just for making games, not sharing them

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

      @@NagiDev you can share them tho.. but your friend has to have .love file thing oof

  • @maestradebobobo767
    @maestradebobobo767 5 ปีที่แล้ว

    Every time my project starts debugging, it tells me that: module "scenes/" not found...

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

      create a folder name scenes

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

    How to export to apk????

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

      You'll have to use a PC for that. Check one of my older replies, there is no way of exporting to apk through an android phone, at least one that I know of. :-/

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

      @@NagiDev only took you 2 months to reply. ^^

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

      @@presauced oh what can I say, I'm super fast!

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

      @@NagiDev you sure are!

  • @broomybroomybroomy
    @broomybroomybroomy 3 หลายเดือนก่อน

    DUDE WTF IS THIS MUSIC LOL

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

    Error
    main.lua:23: attempt to index global 'Scene' (a boolean value)
    Traceback
    main.lua:23: in function 'changeScene'
    main.lua:6: in function 'load'
    [C]: in function 'xpcall'
    [C]: in function 'xpcall'

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

      It looks like you've stored a Boolean value in the Scene variable. Please check your code to see where you're changing Scene variable.

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

    Error
    Syntax error: Scenes/Scene1.lua:1: '=' expected near 'Scene'
    Traceback
    [C]: at 0xd17b8909
    [C]: in function 'require'
    main.lua:2: in function 'load'
    [C]: in function 'xpcall'
    [C]: in function 'xpcall'

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

      Nevermind I just had to delete "local"

  • @Rajsingh-hb1si
    @Rajsingh-hb1si 4 ปีที่แล้ว +3

    Sir I respect your talent but the game you made is for equipments with keyboard and we only want games for smartphone...the function you used(keypressed) may not have any use in smartphone..use functions for touch...thanks

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

      Thank you for pointing that out, I'll make the said changes in my next video soon

    • @Rajsingh-hb1si
      @Rajsingh-hb1si 4 ปีที่แล้ว

      @@NagiDev I follow your videos and also made same things in love 2d ..:)