Page 1 of 4

Video Tutorials!

Posted: Sun Feb 26, 2012 9:10 pm
by baconhawka7x
I'm gonna start some Love2d video tutorials today, so if anyone has any requests, or if you wanna help out, post a comment!;D I'll be posting the videos on this post as well as youtube.

ALRIGHT GUYS:
So in the tutorials we started a new project to help teach the viewers about Love2d. A super simple top-down shooter, your character will probably be a box. And I'm going to teach about dt and velocity movement and stuff.




**Update**
I'm going to start taking requests, so if you have any, post a comment or send me a message and I'll add them to the to do list!:D

(Not in order)
To do:
Collision(Without Physics)
Smooth Player Movement(Without Physics)
Camera Movement
Clean main.lua
Menu
Animations

Info:
I'm trying to finish film my basic tutorials as soon as possible. Just because I want these tutorials to also be kind of a resource to game dev's. So as soon as I'm done with my basic tutorials, I promise to start doing more advanced ones, like on the to do list. So all-in-all I'm not doing the to-do list until I finish the basic tutorials.


Current tutorials: 1-6


Next in Line: Tutorial #5, making our own player functions.
-----

Tutorials:



Tutorial 1(yay! Sorry for the long-butt wait!): [youtube] http://www.youtube.com/watch?v=MPS_sWf2 ... e=youtu.be [/youtube]

Tutorial 2: [youtube] http://youtu.be/9MQyn9Q84Ns [/youtube]

Tutorial 3: [youtube] http://youtu.be/LTfQVnf-pJ0 [/youtube]

Tutorial 4: [youtube] http://youtu.be/5Ogf9F4J-qA [/youtube]

Tutorial 5: [youtube] http://youtu.be/BKyStpGEqDk[/youtube]

Tutorial 6: [youtube] http://youtu.be/pcXr-abJytU [/youtube]

Re: Video Tutorials!

Posted: Sun Feb 26, 2012 10:40 pm
by zmlka
This sounds like an omega useful resource.

How about side-scrolling?
I've been reading viewtopic.php?f=4&t=7674 and am quite confused. Maybe it's because there is a variety or proposals in there, but I'm aiming to do the same thing as he original poster but have not managed.

Re: Video Tutorials!

Posted: Sun Feb 26, 2012 10:46 pm
by baconhawka7x
zmlka wrote:This sounds like an omega useful resource.

How about side-scrolling?
I've been reading viewtopic.php?f=4&t=7674 and am quite confused. Maybe it's because there is a variety or proposals in there, but I'm aiming to do the same thing as he original poster but have not managed.
I'll do it!:D But It will probably be a later tutorial, I'm going to start off the tutorials and teach, as if the viewers have never programmed before(Which is probably going to be true for about 3 of my 4 viewers:)

Re: Video Tutorials!

Posted: Sun Feb 26, 2012 10:54 pm
by coffee
There are actually people around complaining about the "bad" quality of LOVE tutorials and "want better tutorials for LOVE" viewtopic.php?f=4&t=8181
A small list from that thread.
- Gameturn handeling
- Advanced Sidescrolling
- Bot Programming
- Parenting
- Main/Pause menu programming
- Collision
If you want make someone happy go ahead...

Re: Video Tutorials!

Posted: Mon Feb 27, 2012 5:31 am
by sanjiv
I'm a brand new user, and my goal is eventually to help my community build a mega-man style game.

The tutorials on the Wiki are great, but one needs better advice on which ones to tackle first. Perhaps you might devote one episode to helping newbies navigate the community, or the online resources.

Topics of immediate interest to me
Collision without using love.physics.
How to organize the main.lua file. I.e. where to put functions.
How to put code in other files, and then call them from there.

Re: Video Tutorials!

Posted: Mon Feb 27, 2012 6:50 am
by TechnoCat
sanjiv wrote:Collision without using love.physics.
http://vrld.github.com/HardonCollider/
or AABB http://silentmatt.com/computers/playgro ... ection.php
sanjiv wrote:How to organize the main.lua file. I.e. where to put functions.
This is a style choice! You'll find there isn't a standard or best way to do this.
sanjiv wrote:How to put code in other files, and then call them from there.
https://love2d.org/wiki/require

Re: Video Tutorials!

Posted: Thu Mar 01, 2012 7:14 pm
by kingslovelua
baconhawka7x wrote:I'm gonna start some Love2d video tutorials today, so if anyone has any requests, or if you wanna help out, post a comment!;D I'll be posting the videos on this post as well as youtube.

when will the first video be posted up ?

Re: Video Tutorials!

Posted: Sun Mar 04, 2012 2:44 am
by semihmasat
as a noob, i am waiting your tuturials.

thanks .D

Re: Video Tutorials!

Posted: Sun Mar 04, 2012 6:11 pm
by baconhawka7x
semihmasat wrote:as a noob, i am waiting your tuturials.

thanks .D
Good to hear!:D I finished my first video, it should be posted sometime in the next few days, but I might make some specific tutorials as well as do some tutorials that start out super basic, and then get more advanced.
So if you, or anyone, has any specific requests. I'll make a video tutorial of it as soon as possible!:D

Re: Video Tutorials!

Posted: Sun Mar 04, 2012 6:19 pm
by baconhawka7x
coffee wrote:There are actually people around complaining about the "bad" quality of LOVE tutorials and "want better tutorials for LOVE" viewtopic.php?f=4&t=8181
A small list from that thread.
- Gameturn handeling
- Advanced Sidescrolling
- Bot Programming
- Parenting
- Main/Pause menu programming
- Collision
If you want make someone happy go ahead...
Well perfect timing:)