New to love not to lua, how to start?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
matjojo
Prole
Posts: 8
Joined: Sat Dec 24, 2016 9:43 am
Location: The Netherlands

New to love not to lua, how to start?

Post by matjojo »

Hi all,

Like the title says, I'm new to Love, but have done some things in Lua before. I followed the install instructions on the wiki, followed getting started, and set up my Sublime Text-3 version to work with all the things that the getting started page said, it now builds on CTRL-b, and can autocomplete using Love code. Until this part the tutorials were very helpful, but after those it got a bit less helpful. I read up on the callback functions, and played around a bit with them, seeing what I could do with the different events. After this I still didn't really get how I could use Love, so I went ahead to the tutorials page but did not really found what I needed. The page tells me that it itself is broken, and I can't really seem to find the beginner tutorials.

That brings me to my questions:
How do I start?
Are there things on this forum that I should read, or do?

Thanks, matjojo
User avatar
raidho36
Party member
Posts: 2063
Joined: Mon Jun 17, 2013 12:00 pm

Re: New to love not to lua, how to start?

Post by raidho36 »

Try making a pong game. In the process you'll find you need answers for specific questions, which you are then welcome to ask.
User avatar
Sheepolution
Party member
Posts: 264
Joined: Mon Mar 04, 2013 9:31 am
Location: The Netherlands
Contact:

Re: New to love not to lua, how to start?

Post by Sheepolution »

When you scroll to the bottom of the tutorials page you can see external tutorials and video tutorials, some of these explain how to start. I have a tutorial series myself.
User avatar
ken.athomos
Citizen
Posts: 77
Joined: Fri Aug 05, 2016 10:13 am
Location: Philippines

Re: New to love not to lua, how to start?

Post by ken.athomos »

If it is okay with you, I would to redirect you to this thread.

Hope some of the stuff we have said in that thread helps :)
matjojo
Prole
Posts: 8
Joined: Sat Dec 24, 2016 9:43 am
Location: The Netherlands

Re: New to love not to lua, how to start?

Post by matjojo »

Thanks guys, I've found my way to the external tutorials, and followed the OSM one, now reading through the ones made by sheepolution \0/. That indeed gives me a better idea for how Love works. I'll be doing what raidho36 said and try to make a little game to get some more of a feel with the system.
User avatar
Beelz
Party member
Posts: 234
Joined: Thu Sep 24, 2015 1:05 pm
Location: New York, USA
Contact:

Re: New to love not to lua, how to start?

Post by Beelz »

Just keep in mind, things may be a hair off in the tutorials... Although LOVE 0.10 has been out for what, a year or so, a lot of tutorials were written for older versions. Usually just subtle things, depreciated functions, etc. I know Sheepolution's are current, and a few others but I haven't honestly spent a ton of time reading up on them.

Code: Select all

if self:hasBeer() then self:drink()
else self:getBeer() end
GitHub -- Website
User avatar
xNick1
Party member
Posts: 267
Joined: Wed Jun 15, 2016 8:27 am
Location: Rome, Italy

Re: New to love not to lua, how to start?

Post by xNick1 »

Sheepolution wrote:When you scroll to the bottom of the tutorials page you can see external tutorials and video tutorials, some of these explain how to start. I have a tutorial series myself.
I recommend his tutorials, they're great for beginners :D
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests