Make games quickly with LÖVE

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

КОМЕНТАРІ • 70

  • @joedew4183
    @joedew4183 2 роки тому +8

    in new versions of love the rgb is from a a scale of 0-1. to use 0-255 just use that and put /255 after every value: (255/255, 100/255, 100,255)

  • @aljosanpedro4189
    @aljosanpedro4189 2 роки тому +2

    thanks a lot! still useful in 2022 : D finally understand how the coin spawning works after a few tries xD

  • @jekburri
    @jekburri 4 роки тому +13

    Best Love tutorial out there, I'd love to see more!

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

    You could have made the movement part of the script 4 separated if statements to give the player more freedom while moving, but its still a great video!

  • @viczvapo
    @viczvapo 8 місяців тому

    1:09:30 lol “it’s not hard to implement a title screen” watched the whole video for that lmao. Great video, nonetheless. Gracias.

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

    A great video! Definetly learned a lot!

  • @apeman.
    @apeman. 3 роки тому

    Good one for a refresher course

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

    More of this please!

  • @madbanana22
    @madbanana22 6 місяців тому

    now I can say "made with Love"

  • @XTheOneCat
    @XTheOneCat 3 роки тому

    First of all I wanted to check my options with this game engine, I was reading the code and making some modifications, tryied to port the game to see if one day i will be able to make my own game, I ran over the official forum, added optimizations and so, but I still have android fps = 8, on pc runs almost fine for the rig that I have. What i need to do, the phone is not that old for such small game.
    Thank you for your video, It was very instructive.

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

      uhm that shoudnt happen maybe you messed something up or you are missing something, i recommend you go to love2d.org and join the discord server and ask for help. believe me you will get immediatle respone the discord server is highly active.

  • @shaikasmazabi1359
    @shaikasmazabi1359 4 роки тому +4

    Can someone tell where can I find the source code
    My Game is running perfectly except that instead of The player image I am getting a very huge magnified image whcih absolutely covering my game screen and I am not able to find out where exactly is my player
    But the coins with the will rectangle box as player
    Till here I am getting it perfectly
    Pls Send me the Source Code

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

    Great work🙌

  • @darkfrei2
    @darkfrei2 3 роки тому

    Thanks a lot! I've already made some games / simulations with Löve! :)

    • @neithancrack7649
      @neithancrack7649 3 роки тому

      Hey I'm confused can u help me out?

    • @darkfrei2
      @darkfrei2 3 роки тому

      @@neithancrack7649 I don't know, first you are need to explain your problem :)

    • @neithancrack7649
      @neithancrack7649 3 роки тому

      @@darkfrei2 can I publish my games on playstore using a smartphone

    • @neithancrack7649
      @neithancrack7649 3 роки тому

      @@darkfrei2 and is the function love.update(dt) is it umm a function to move things but when I used it it doesn't move anything in my small circle

    • @neithancrack7649
      @neithancrack7649 3 роки тому

      And how do I make a 2D pixel art game on Löve for Android from a Android phone and thx if u solved 3 of my problems I'm new to making theeezee

  • @Nazar-ni1kw
    @Nazar-ni1kw Рік тому +1

    coding is actually fun when you know it

  • @kdrama374
    @kdrama374 11 місяців тому +1

    How can I installed love 2d

  • @toosharpstudios6694
    @toosharpstudios6694 6 місяців тому

    can we still follow the demo with the latest version of love2D?

  • @machiii7394
    @machiii7394 5 років тому +3

    VS Code. Love to ya brother.

  • @thewilsonchannel9148
    @thewilsonchannel9148 4 роки тому

    good video

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

    how do his VS can work?????

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

    how to do the same thing but with a circel

  • @theochasid8996
    @theochasid8996 5 років тому

    Good tutorial I like it

  • @Hamzaelbouti
    @Hamzaelbouti 3 роки тому

    greate tutorial in 2021, but resources not found , please re-upload them if possible

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

    nice

  • @neithancrack7649
    @neithancrack7649 3 роки тому

    How to change the picture of löve for Android?,

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

    My box doesnt change color

    • @DrJonesJazzMore
      @DrJonesJazzMore 4 роки тому +3

      instead of using 0 to 255 values use 0 to 1 values, for example 0.5

    • @romanruano1369
      @romanruano1369 4 роки тому

      It worked when gave a single a value and changed the rest to 0 for example (200, 0, 0) im guessing its somthing to do with the depth of color or how two different colors mix.

  • @guyfamyt
    @guyfamyt 3 роки тому

    How do u get it to run

  • @lasvegasundergroundbeats8883
    @lasvegasundergroundbeats8883 4 роки тому

    for some reason the background color circle and box are all the same with the color codes provided when i try and get to the 7th line of code any advice?

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

      they changed the rbg to a scale to 0-1 so when you're making a color you do love.graphics.setColor(1, 0.6, 06)

  • @MegaYkarus
    @MegaYkarus 6 років тому

    I can't find the Resources in the address above. Where can I find it, please?

  • @lawofrobotics
    @lawofrobotics 4 роки тому

    I keep getting errors about around the coin needing to index global coins?

    • @sujit5872
      @sujit5872 4 роки тому

      did you solve it? if so please tell me

    • @metatron3674
      @metatron3674 3 роки тому

      @@sujit5872 at 41:51 when he renames the "coin {}" struct to "coins {}" I decided to, on a line directly below the newly named struct, create the old "coin {}" struct again. That appeared to solve some of my errors

  • @saynabyusuf1305
    @saynabyusuf1305 4 роки тому

    hiya im new to coding and im kind of confused at what you did to run it at 9:28 becuase mine as just come up with a bunchh of errors and i cant get it to run anything .

  • @DraconianRain
    @DraconianRain 5 років тому +2

    I've been trying to use Love2D for years and this is always the first tutorial and the rectangle always remains white despite having identical code and setup. It's disappointing because Love2D seems like a great engine.

    • @noass
      @noass 5 років тому +7

      in the love version he is using, it uses 0 to 255, but later versions use 0 to 1...

    • @DraconianRain
      @DraconianRain 5 років тому

      @@noass I was still having this issue in their version and 4 other versions I tried. Today I got the most current and it finally works.

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

      @@DraconianRain And I got stuck into this just for today. XD

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

      watching to get up to speed with this engine and reading these comments... 🤔 shouldn't your IDEs or editors tell you what the parameters you are passing in mean? that's like editors/IDEs must have. is lua/love support for vscode or other editors not good? 🤔

    • @johnbaxter7582
      @johnbaxter7582 4 роки тому

      @@victornoagbodji Visual studio code has a great LOVE plugin called "LOVE" and published bschulte

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

    Try to say “get ready for the next battle”

  • @sagargada73
    @sagargada73 4 роки тому

    Can someone explain the loop where he started from end and came till 1 for the coin, thanks! 49:40

    • @TheOddOne2
      @TheOddOne2 4 роки тому +3

      Don't know if you ask why he do it or how it works. So I will answer both quickly, and you can ask again if you want a better explanation. The reason for counting down instead of up is because he deletes items from his table and when the for loop reaches it last step it will go out of bounds for that table and it crashes. Counting down with a for loop is simply obtained by starting at the high number and ending at the low while subtracting instead of adding to the iterator. i=#coins (lets say 5) and end at 1. First loop i = 5 and next loop i = 4 etc. This way it doesn't matter if an item is deleted, because the table will always have at least 1 less item than the previous iteration.

    • @sujit5872
      @sujit5872 4 роки тому

      @@TheOddOne2 I keep getting errors about around the coin needing to index global coins?
      can you help me in this

  • @JoeyMerryfield
    @JoeyMerryfield 5 років тому +3

    why does it sound like maxmoefoe?

  • @nolimitlekan
    @nolimitlekan 3 роки тому

    This is the best love tutorial i have seen so far all in one place.please i use android for my love2d coding please i need the android own like the direction and stuffs like that .please

  • @oakmars8062
    @oakmars8062 4 роки тому

    does anyone know how to use a isometric view instead of the top down view ?

    • @user-ob5hj5vn8c
      @user-ob5hj5vn8c 4 роки тому +4

      oak Mars you will have to create sprites that are drawn isometrically. If you want to take the hard route and do 3d, that is possible also, however love2d does not support 3d at all, and you will have to learn all the math from scratch.

  • @romanruano1369
    @romanruano1369 4 роки тому

    The box goes super fast across the screen on my computer I have the same code

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

      where the animation is, multiply by dt in the love.update(dt) function

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

    𒐪𒐪𒐪𒐪𒐪𒐪𒐪𒐪𒐪__𒐪𒐪𒐪𒐪𒐪𒐪𒐪𒐪𒐪𒐪𒐪𒐪

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

    Is anyone sick of that sound yet?

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

    Bro are you in funeral?

  • @jasonmorgan661
    @jasonmorgan661 4 роки тому

    Omg construct 3 is way better and way easier 😬

    • @jasonmorgan661
      @jasonmorgan661 4 роки тому

      @พาราดิน6364 its free up to 25 events. For a 100 a year its worth it to be licensed

    • @jasonmorgan661
      @jasonmorgan661 4 роки тому

      @JustStoff bro I have stopped developing. It gets you fat way to fast and if your in it for money well good luck. It's a scam industry. There are so many game engines I wanna make one myself and sell that lol. Like in the gold Miner days , some struck it rich by selling tools to find gold lol.

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

      @@ultimateinternetman4335 unfunny

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

      @@gachastorys5129 i made the comment one year ago, please disregard its shittiness
      i couldn't figure out how to use this game engine and i was pissed, i use gamemaker now

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

      @@ultimateinternetman4335 I actually only said that as a joke. But anyways glad to see you still making games after a year! It’s ok if you need to switch to another engine it’s all about what you prefer