Search found 5 matches

by kungfushark
Mon May 25, 2015 6:07 pm
Forum: General
Topic: Run love2d through command line
Replies: 9
Views: 3610

Re: Run love2d through command line

It might help if you showed what you typed exactly. Does your directory path have spaces in it? If so, do you wrap it in ""? What I typed was the following: love.exe C:\Users\hubba_000\Desktop\Code\Lua\Game dev\Invaders I put the directory in quotes ("") and it worked fine. Than...
by kungfushark
Mon May 25, 2015 5:49 pm
Forum: General
Topic: Run love2d through command line
Replies: 9
Views: 3610

Run love2d through command line

Does anyone know a way to run LOVE through the Windows 8 command prompt? I added LOVE to my PATH, but when I run it through the command prompt, it opens the "no game" screen, even when I try to pass it a directory as an argument.

Thanks for any possible help.
by kungfushark
Sat May 23, 2015 2:18 am
Forum: Support and Development
Topic: Emacs Minor Mode for LÖVE
Replies: 3
Views: 3307

Re: Emacs Minor Mode for LÖVE

How do you install this? I tried the instructions in the file, but they didn't work.

Edit: Nevermind, it works, but I can't use any of the commands, like C-c C-o p. As soon I type in C-c C-o, it says it is undefined.
by kungfushark
Wed May 20, 2015 9:06 pm
Forum: General
Topic: Build game
Replies: 2
Views: 2190

Re: Build game

redsled wrote:I think this is what your looking for: https://love2d.org/wiki/Game_Distribution
Yep, thats it. Thanks.
by kungfushark
Sun May 17, 2015 11:37 pm
Forum: General
Topic: Build game
Replies: 2
Views: 2190

Build game

Is there a way to turn a .love file into a different file format such as .exe so that I can send it to someone without them having to install love2d?

Thanks,
kungfushark