Just out of curiosity: is anyone here using Love2D and Lua for game development? I have some experience with Unity but sometime ago started learning Love2D. Lua seems to very simple language to code in and since Love2D doesn’t have any graphical UI it sort of forces you to make everything work through code. As a beginner hobbyists, I really love this.

I’d love to hear your thoughts about Love2D and what it’s capable of. Currently I am interested in doing asmall Snake-like puzzle game and a demo for classic Ultima type crpg. Not really full games, but I am sort of interested in seeing how well certain concepts and ideas work in practice. Lua seems to be very good for doing just that.

  • @lungdart
    link
    110 months ago

    I’ve used it, but I’m not a big fan of LUA.

    Any game engine can be used to make what you’re describing these days. Love2d won’t push the envelope, but you don’t need it to.

    That being said I feel you could whip those up faster in Godot. If you just want to play though, it’s a fine choice.

    • Nukemin HerttuaOP
      link
      fedilink
      110 months ago

      Thank you for your input. I was weighting both Love2D and Godot but simplicity won. Maybe after I’ll get bored with this I’ll try Godot.