Successfully created .exe for game but it says "No game!"
Posted: Thu Feb 13, 2014 6:03 am
Hi everyone,
I am new to Love2d and the forums. I have been programming in C# and C++ for years but I just stumbled upon this website the other day and I really like it. It's very simple to make games with.
I am having a problem trying to "Distribute" my game, though. When I follow the steps on this tutorial page (for Windows), it creates an .exe file for my game, but When I launch my game (via its .exe) which is inside a folder with all the LOVE DLL's, it bring up a window with a cartoon person and says "No game!".
Did I do something wrong here?
My directory structure is:
game.love
---main.lua
---ball.png
I am new to Love2d and the forums. I have been programming in C# and C++ for years but I just stumbled upon this website the other day and I really like it. It's very simple to make games with.
I am having a problem trying to "Distribute" my game, though. When I follow the steps on this tutorial page (for Windows), it creates an .exe file for my game, but When I launch my game (via its .exe) which is inside a folder with all the LOVE DLL's, it bring up a window with a cartoon person and says "No game!".
Did I do something wrong here?
My directory structure is:
game.love
---main.lua
---ball.png