Page 1 of 1
Creating an RTS strategy with Love2D?
Posted: Fri Nov 22, 2024 1:09 am
by lemberg310
Hello, I recently came across this framework and was wondering how large projects can be written on it. I have never written games in scripting languages before. So I was wondering how realistic it is to create a small RTS strategy game in Love2D, and how absurd is it from your point of view?
I would be grateful for any advice on this.
Have a nice day
Re: Creating an RTS strategy with Love2D?
Posted: Fri Nov 22, 2024 3:53 pm
by darkfrei
Making a small RTS in Love2D is definitely doable, even if you’re new to scripting languages. Love2D is pretty lightweight and great for 2D games, so you can handle stuff like maps, units, and simple controls without too much hassle.
Start with something small, like a map where units can move around, and build from there. As long as you keep the scope reasonable, it’s a solid project and a great way to learn.
Re: Creating an RTS strategy with Love2D?
Posted: Fri Nov 22, 2024 6:03 pm
by dusoft
Yes, it is doable. Also, LOVE is great for prototyping, specially if you use some existing libraries to speed things up.
Re: Creating an RTS strategy with Love2D?
Posted: Fri Nov 22, 2024 11:17 pm
by pgimeno
This thread will give you idea of how much is possible:
viewtopic.php?t=92210