How to start?
-
- Prole
- Posts: 1
- Joined: Fri Jun 20, 2014 6:42 pm
How to start?
I downloaded the 64 bit zipped version for mac and when I open it up it opens up an application called Baby Inspector or something. How do I code?
Re: How to start?
The thing you downloaded is the executable, but the actual code has to be written in a regular code editor (like notepad++ or sublime or whatever you have on Mac)
Re: How to start?
try the löve wiki?
https://www.love2d.org/wiki/Getting_Started
https://www.love2d.org/wiki/Getting_Started
Re: How to start?
TLDR: Once you have a folder containing a main.lua, drag that folder onto the Löve .app and it'll run.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: How to start?
Step by step:
- Create a folder
- Create a file and name it main.lua
- Paste this inside the file:
Code: Select all
function love.draw() love.graphics.rectangle('fill',100,100,100,100) end
- Drag and drop the folder into the love.app
- Edit main.lua however you want and do step 4 again to reload your code.
- Read the wiki and have fun
Who is online
Users browsing this forum: Google [Bot] and 7 guests