Page 1 of 1

play and write with mobile

Posted: Sun Sep 03, 2017 4:16 am
by 2dmk
How to play love2d in mobile? I downloaded love2d app.
And can use mobile to write code? I have a 'Jota Text Editor' in mobile.If can write ,hot to run it?
Thanks.

Re: play and write with mobile

Posted: Sun Sep 03, 2017 12:17 pm
by Bunnybacon
Hey 2dmk. You can 'build' a game to either Android or iOS. You can read about how to do it here:

https://love2d.org/wiki/Game_Distribution

Feel free to ask if you have any questions.

Re: play and write with mobile

Posted: Sun Sep 03, 2017 5:52 pm
by xNick1
You can create a folder with a main.lua file in it and code whatever you want. Then you can just make zip file of the content of the folder and call it something.love.
Then open it with the app and it'll run.

Re: play and write with mobile

Posted: Wed Sep 06, 2017 1:41 am
by 2dmk
Thanks guys.