Love2D Tutorial | Basic Scene Management | Make Games on Android

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

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

  • @gudsonseven8351
    @gudsonseven8351 4 года назад +1

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

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

  • @ayushsharma6178
    @ayushsharma6178 5 лет назад

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

    • @NagiDev
      @NagiDev  5 лет назад

      Glad to know that 😁

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

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

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

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

    You should make a game engine for android

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

  • @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 ..:)

  • @broomybroomybroomy
    @broomybroomybroomy 4 месяца назад

    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.