7
submitted 11 months ago by NukeminHerttua@sopuli.xyz to c/gamedev@lemmy.ml

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.

top 8 comments
sorted by: hot top controversial new old
[-] the_lone_wolf@lemmy.ml 3 points 10 months ago

I like it. I am learning it now! You can even develop it on android if you are out of home without your laptop, here how i develop on android with termux app.

#start love2d with commandline alias run="am start -a android.intent.action.VIEW -d content://com.mixplorer.file/525!/projects/Love/game.love org.love2d.android/org.love2d.android.GameActivity"

make .love file with command line $zip -9 game.love *lua

now run it $run

[-] NukeminHerttua@sopuli.xyz 1 points 9 months ago

Wow, that's nice!

I'd like to be learning more, but since I'm busy with work and family there's not many hours to put in each week. I am new to coding so it doesn't help much but I hope I'll get there eventually. Cheers!

[-] tun@lemm.ee 2 points 9 months ago
[-] NukeminHerttua@sopuli.xyz 1 points 9 months ago

Wow! This looks handy. Thanks!

[-] Shatur@lemmy.ml 1 points 11 months ago

If you like simplicity, but prefer type-safe languages, check out Bevy.

[-] NukeminHerttua@sopuli.xyz 2 points 11 months ago

I'll check that out too. Thanks!

[-] lungdart@lemmy.ca 1 points 11 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.

[-] NukeminHerttua@sopuli.xyz 1 points 11 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.

this post was submitted on 01 Aug 2023
7 points (100.0% liked)

Game Development

1620 readers
1 users here now

founded 4 years ago
MODERATORS