can't find love
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- CarbonBeast
- Prole
- Posts: 1
- Joined: Fri May 10, 2013 5:27 pm
can't find love
hello i just downloaded and installed löve from the ubuntu software-center but i cant find it on my pc, what do i have to dooo?
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: can't find love
Easiest way to run it is to open up a console (CTRL+ALT+T by default, or search your dash for "terminal") and then type:
... and press enter.
That will bring up the default rubber piggy.
If you want to run a finished .love file made by someone else, simply double click the .love file.
If you're trying to run your own code, then you need a main.lua file in some folder. Then open up the console as before and type
... and press enter. That gets you to the folder.
You can also type cd, then space, and then drag and drop the folder into the console, then press enter.
After that, just type
The . here specifies "the current folder", so it tells love to run the current folder (the one with the main.lua file in it)
For example:
Code: Select all
love
That will bring up the default rubber piggy.
If you want to run a finished .love file made by someone else, simply double click the .love file.
If you're trying to run your own code, then you need a main.lua file in some folder. Then open up the console as before and type
Code: Select all
cd /path/to/folder
You can also type cd, then space, and then drag and drop the folder into the console, then press enter.
After that, just type
Code: Select all
love .
For example:
Code: Select all
user@COMPUTER:~$ cd Projects/MyAwesomeGame
user@COMPUTER:~/Projects/MyAwesomeGame$ love .
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot] and 5 guests