I'm writing up a small tutorial for love2d on my blog on http://www.headchant.com!
In the tutorial series I will develop a small space invaders like game. The first couple of posts were about organizational stuff like choosing a text editor and how to set up love.
I hope this brings some more attention to this awesome framework
If you have any questions feel free to ask them here or in the comments of the blog posts. Let me know when you find anything I have done horribly wrong.
Love Tutorials on headchant.com
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Love Tutorials on headchant.com
The flowchart contains two errors:
I think you should say something more about this, it's really important and very easy to miss.
I missed part 0 of your tutorial, in which you do explain this. You could, however, link to that post, because people might have missed that part, just like I did.
In the code examples, proper indentation will make it easier to follow.
Nice work.
- "Love.load()" does not really start with a capital, you do this right the rest of the time.
- That's not really how it works. love.load() doesn't call love.update(), and love.update() and love.draw() don't call each other. On the other hand, it might be better to have an incorrect flowchart than the more complicated love.run().
- Fire up your Text Editor, make a new file called main.lua and save it to a new directory called “tut1″
I missed part 0 of your tutorial, in which you do explain this. You could, however, link to that post, because people might have missed that part, just like I did.
In the code examples, proper indentation will make it easier to follow.
Nice work.
Help us help you: attach a .love.
Re: Love Tutorials on headchant.com
Flowchart: Yes, I know it's incorrect but I think it helps to get a first understanding of the order in which the functions are executed. Maybe I should include a footnote stating this. I will change the incorrect capital letters later.
Links: Added links to all previous articles/parts of the tutorial series on the top of the page.
Thank you for pointing that out!
Links: Added links to all previous articles/parts of the tutorial series on the top of the page.
Thank you for pointing that out!
Re: Love Tutorials on headchant.com
YOU SOUND EXACTLY LIKE MY TEACHER WHEN I TOLD HER THAT M$ ACCESS NAMED THE DATABASES AND TABLES WRONG! O_Oredlock wrote:Flowchart: Yes, I know it's incorrect but I think it helps to get a first understanding of the order in which the functions are executed. Maybe I should include a footnote stating this. I will change the incorrect capital letters later.
But anyway, if it wasn't for tutorials like yours, I never would have figured out how to use Glade to make GTK+ projects.
Hello, I am not dead.
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
Re: Love Tutorials on headchant.com
I was inspired by this tutorial and especially the diagram to make one myself: simple-game-making-1
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
Re: Love Tutorials on headchant.com
That's a rather nicely laid out tutorial. Easily explained for sure. I think all of the tutorials posted here are good, I just like those little images you usedqubodup wrote:I was inspired by this tutorial and especially the diagram to make one myself: simple-game-making-1
Good job guys!
@rynesaur
- tentus
- Inner party member
- Posts: 1060
- Joined: Sun Oct 31, 2010 7:56 pm
- Location: Appalachia
- Contact:
Re: Love Tutorials on headchant.com
Wait, why don't we have tutorials put together in Love itself? That would be an excellent twofer, it seems so obvious!Ryne wrote:That's a rather nicely laid out tutorial. Easily explained for sure. I think all of the tutorials posted here are good, I just like those little images you usedqubodup wrote:I was inspired by this tutorial and especially the diagram to make one myself: simple-game-making-1
Good job guys!
On topic, I concur, those are some nice diagrams, well done.
Kurosuke needs beta testers
Re: Love Tutorials on headchant.com
Yes! Spread the love. Your diagram looks a lot nicer than mine. Will definitely add a link to your tutorial later on.qubodup wrote:I was inspired by this tutorial and especially the diagram to make one myself: simple-game-making-1
Good idea. I just don't see how this should look like in practice. Could you elaborate and make an example?tentus wrote: Wait, why don't we have tutorials put together in Love itself?
- tentus
- Inner party member
- Posts: 1060
- Joined: Sun Oct 31, 2010 7:56 pm
- Location: Appalachia
- Contact:
Re: Love Tutorials on headchant.com
I was thinking of something about like this (except that I'm writing this on my Droid while on a bus, so I have no idea if it actually works, and it probably looks just awful).
Droid limitations aside, you get the idea. Interactive, animated, probably cuter that Lua the Cat with a bunch of strings. Something that stresses accessibility over everything else.
Droid limitations aside, you get the idea. Interactive, animated, probably cuter that Lua the Cat with a bunch of strings. Something that stresses accessibility over everything else.
- Attachments
-
- tutorial.love
- (918 Bytes) Downloaded 222 times
Kurosuke needs beta testers
- johnblanco
- Prole
- Posts: 1
- Joined: Fri Dec 10, 2010 9:16 pm
Re: Love Tutorials on headchant.com
Woah!tentus wrote:I was thinking of something about like this (except that I'm writing this on my Droid while on a bus, so I have no idea if it actually works, and it probably looks just awful).
Droid limitations aside, you get the idea. Interactive, animated, probably cuter that Lua the Cat with a bunch of strings. Something that stresses accessibility over everything else.
You are very talented, it's not easy to write a working program on a bus, it looks good too.
I never wrote a program and made it work the first time, no matter how simple.
Who is online
Users browsing this forum: Google [Bot] and 1 guest