Search found 384 matches

by Santos
Sat Feb 25, 2012 9:29 pm
Forum: Support and Development
Topic: Better Tutorials for Löve
Replies: 26
Views: 10380

Re: Better Tutorials for Löve

In my uninformed opinion, I think Lua and LÖVE are in a unique position for teaching game programming. I've never seen a language/framework so clear to understand and "to the point" (although I guess I haven't seen many actually. :D). Where does one go to learn game and general programming...
by Santos
Tue Nov 01, 2011 6:13 pm
Forum: General
Topic: A step-by-step Pong tutorial
Replies: 3
Views: 7133

A step-by-step Pong tutorial

Hi everyone! I've made yet another pong tutorial. I'd be interested to hear your thoughts on the style of this tutorial. - The game is built up incrementally, with comments marking new pieces of code. - It's basically all Lua files with almost no explanation. Implicit learning! Hopefully! This is ju...
by Santos
Sat Oct 22, 2011 11:47 am
Forum: General
Topic: LÖVE snippets for Vim (with snipMate plugin)
Replies: 4
Views: 2965

Re: LÖVE snippets for Vim (with snipMate plugin)

I tried vim, I couldn't even get the tutorial to work :/ That's not such a bad thing, I remember that tutorial being... uncomfortable. :ultrahappy: I'd suggest for someone interested in Vim to check out this guide: http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ And then the top an...
by Santos
Sat Oct 22, 2011 8:49 am
Forum: General
Topic: LÖVE snippets for Vim (with snipMate plugin)
Replies: 4
Views: 2965

LÖVE snippets for Vim (with snipMate plugin)

Here are some Lua/LÖVE snippets for use with the snipMate Vim plugin.

I suggest looking through the lua.snippets file to see what the snippet names are, edit them to your taste, and add your own snippets for code/libraries you use often.