lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Michal Kolodziejczyk wrote:

> Give him some fun learning lua:
> http://love2d.org/
> http://scrupp.sourceforge.net/
> 
> Both are multiplatform, include some useful libraries, and are fun to
> learn and use. And for love2d project you can find lots of games with
> source code, which is great to learn (and see the effect immediately).
> And you can still use linux.

+1 for using Love2D.  It's a great little framework, and you can do
some neat-looking stuff with just a few lines of code.

You can start with something very simple like the hamster ball demo,
add some more balls and walls, change the bounce physics, and evolve
it from there.

BR,

James Graves