Page 1 of 1

Hello, I'm new here. Just a question

Posted: Sun Jul 26, 2020 5:13 am
by andrern2000
Can I develop games as well as application on mobile using Love2d?

Applications with database connector, such as MySQL and SQL.
Thanks

Re: Hello, I'm new here. Just a question

Posted: Sun Jul 26, 2020 2:49 pm
by pgimeno
If you can find the appropriate libraries for Lua, sure, why not.

Try them first and check if they work on mobile. Create a simple program that establishes a database connection and queries some value. If it works, go ahead.