function love.draw()
love.graphics.print("hello world", 400, 300)
end
named it main.lua then zipped it and run. Love2D says "No game!". I'm quite frustrated because I'm trying to solve this problem from two hours.
I have downloaded examples from here https://www.love2d.org/wiki/examples.love and it works but if I want to run singly each demo it happens as my program.
Robin wrote:Welcome! That's certainly frustrating, but I'm sure we can help sort this out.
1) Could you upload the .love you made?
2) How do you run games?
1) https://www.mediafire.com/?d3d3x6dwh1n93x9 there is .love file
2) I'm writing them in Sublime Text, zipping and just double clicking .love file (if that was what you meant)
Robin wrote:Welcome! That's certainly frustrating, but I'm sure we can help sort this out.
1) Could you upload the .love you made?
2) How do you run games?
1) https://www.mediafire.com/?d3d3x6dwh1n93x9 there is .love file
2) I'm writing them in Sublime Text, zipping and just double clicking .love file (if that was what you meant)
You are making a .rar file. You should be making a .zip file. (Then change it to .love)
Robin wrote:Welcome! That's certainly frustrating, but I'm sure we can help sort this out.
1) Could you upload the .love you made?
2) How do you run games?
1) https://www.mediafire.com/?d3d3x6dwh1n93x9 there is .love file
2) I'm writing them in Sublime Text, zipping and just double clicking .love file (if that was what you meant)
You are making a .rar file. You should be making a .zip file. (Then change it to .love)
Thank you very much! I didn't expect that was it. Thanks again.