Search found 186 matches

by Merkoth
Mon Feb 25, 2008 10:44 am
Forum: General
Topic: Experience
Replies: 25
Views: 24248

Re: Experience

Well, I'm a junior game developer, having worked recently on a NDS project using C and some little Lua scripts. Right now I'm working in a very different project targeted at PC/Mac, mostly written in Lua (with a fancy 3d engine written in C++ behind). In fact, I decided to play with LÖVE because it ...
by Merkoth
Mon Feb 25, 2008 10:22 am
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93200

Re: Tutorial requests and ideas

Ok, I'll start with the scrolling tut.

@rude: I'm aware of the issues, don't worry.

Edit: Now that I think of it, once you guys get chipmunk in da house, no one will need to implement collisions by hand (or general physics dynamics, for that matter, heh).
by Merkoth
Sun Feb 24, 2008 5:46 pm
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93200

Re: Tutorial requests and ideas

How about we continue this in the Future Features thread. You, sir, asking us to stay on topic? Go ban yourself hahaha n_n In relevant news: the animation tutorial is done. ^^ Great! In relevant questions: is it OK if we (that is, me and my alter-ego Htokrem) write not-so-love-specific tuts? I was ...
by Merkoth
Sun Feb 24, 2008 3:16 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1006113

Re: [OBEY] News

Yesh, mahster
by Merkoth
Sun Feb 24, 2008 12:23 am
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93200

Re: Tutorial requests and ideas

Yeah ... need to do something about that. It would perhaps be best to have a way of printing debug info directly in the LÖVE Window. (And stdout, for that matter). A quake-style console? I must say good job on the tutorial, Merkoth. And I do love your wording: Mouse button left is pressed Yes, *ins...
by Merkoth
Fri Feb 22, 2008 12:02 pm
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93200

Re: Tutorial requests and ideas

It seems to work fine now... must be a broken tube on the intarwebz...
Anyway, thanks n_n
by Merkoth
Fri Feb 22, 2008 10:53 am
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93200

Re: Tutorial requests and ideas

Thx rude, but it seems something broke: Warning: main(geshi.php): failed to open stream: No such file or directory in /home/groups/l/lo/love/htdocs/php/tutorial.php on line 4 Warning: main(): Failed opening 'geshi.php' for inclusion (include_path='') in /home/groups/l/lo/love/htdocs/php/tutorial.php...
by Merkoth
Thu Feb 21, 2008 11:08 pm
Forum: Libraries and Tools
Topic: The epic love demo thread!
Replies: 138
Views: 111401

Re: The epic love demo thread!

Domo-kun mushroom frenzy Game info: You are Domo-kun and you are hungry so you eat mushrooms, but you get addicted on the mushrooms. You have to keep eating them, but you get more and more addicted so you have to keep eating them faster and faster... Post you high score 8-) OMG, I almost finished a...
by Merkoth
Thu Feb 21, 2008 11:02 pm
Forum: General
Topic: Tutorial requests and ideas
Replies: 79
Views: 93200

Re: Tutorial requests and ideas

So, here it is. It's pretty much the same as the current callbacks tutorial, but since it's already written it'd just dumb to keep it sitting here on my HD n_n Using input Capturing input events with LÖVE is really easy; in this tutorial we'll cover how to capture keyboard and mouse events using bot...
by Merkoth
Thu Feb 21, 2008 6:03 pm
Forum: General
Topic: Future features
Replies: 86
Views: 82015

Re: Future features

Windows screen savers (.scr) are just regular exes. The only requirement is to catch a few parameters: -c or /c -> show config dialog -s or /s -> run the screensaver -a or /a -> password verification -p or /p -> preview mode I'm writing this from memory, so these parameters might be actually differe...