Da Vinci wrote:Hey, I set it up, finally! The 0.9.0 version, thanks =].
You're welcome! I think that's the right choice.
Da Vinci wrote:Do you know when you do so many things to try to fix a problem that in the end you don't know what really fixed it? That's my case hahahaha.
Oh, that one is a classic, ohoihoihoi
Anyway, I don't know how experienced you are with programming/game development/Lua, so I'll just give you links to some tutorials that I found very useful.
BlackBulletIV's Lua tutorials are very straightforward, but they require you to know the basics of programming. Lua hasn't changed, so no compatibility issues there.
kikito's tile tutorial deals with basic programming logic, Lua and graphics. There may be a few incompatibilities, but nothing you can't deal with. It's probably just the "drawq" function that was merged with "draw".
headchant's tutorial teaches you about the three main LÖVE functions (load, update and draw), movement, and some physics and collision. Looks like it's still compatible with the latest version.
Someone in the forums also suggested
this video series about math for game development. I just started watching it, and it seems very noob oriented, but it has some tips that regular Joes like me would never think of.
Best of luck on your projects!