Page 1 of 1

I would love help

Posted: Wed Aug 23, 2017 9:44 pm
by robocart9
Can someone give me a rundown on how to use this thing? I have looked online for tutorials and didnt find any, an a person has told me that running a command would run his game, but i dont know how to run commands on the LOVE application, I am currently running 0.9.2 and I am completely lost trying to use it, I keep getting the page "no game" on it.

Re: I would love help

Posted: Wed Aug 23, 2017 10:12 pm
by grump

Re: I would love help

Posted: Fri Aug 25, 2017 11:26 am
by BlackDiamondPL
First, your game needs to have main.lua in order to tell Love2D which file will be run on start.

Second there are multiple ways to run your game, like drag and drop,using bat file or command prompt or just straight from IDE.. You talking about running file which would run the game. So it's batch file method:
Create text file (outside of folder where your game is) and write as follows: *path to love.exe* *name of your game's folder*