Page 1 of 1

Ubuntu and Love2D : Attempt to run a game

Posted: Wed Jun 18, 2014 10:37 pm
by Triple1Truth
I need help finding out how to run the game, the wiki provides no help once so ever.
Do the wiki mean " love /home/path/to/desktop/help.lua" or literally " love /home/path/to/gamedir/ "

Re: Ubuntu and Love2D : Attempt to run a game

Posted: Thu Jun 19, 2014 8:51 pm
by bartbes
Your file needs to be called main.lua, and you pass it the directory, so if you've got a main.lua on your desktop:

Code: Select all

love ~/Desktop