Search found 108 matches

by Mermersk
Tue Jun 25, 2013 2:25 am
Forum: Games and Creations
Topic: Cutting in Line
Replies: 21
Views: 9507

Re: Cutting in Line

Nice game! Especially for a first effort, feels very "complete".
by Mermersk
Sat Jun 22, 2013 11:00 pm
Forum: Libraries and Tools
Topic: RAD (G)UI v1.2 library
Replies: 18
Views: 4919

Re: RAD (G)UI v1.1 library

What happened to the Löve? A bit of hostility in this thread, of course its totally normal to criticize/review/tell your opinion, but it matters even more how you deliver it....
by Mermersk
Wed Jun 12, 2013 1:54 am
Forum: Games and Creations
Topic: Quack! A game about a duck
Replies: 13
Views: 7289

Re: Quack! A game about a duck

So, when you're drawing the duck you need: love.graphics.draw( pic_name, x, y, DIR, ... ) Ignore the ellipsis, that means nothing. Then, in love.update do this: DIR = math.atan2( player.y - mouseY, player.x - mouseX ) Depending on your picture you may have to add or subtract to get it to look right...
by Mermersk
Tue Jun 11, 2013 5:58 pm
Forum: Games and Creations
Topic: Ophidian Crawler : a non-tron snake clone [v0.07]
Replies: 22
Views: 15286

Re: Ophidian Crawler : a non-tron snake clone

Very nice! I liked it, clean and fun. Reminds of that snake game that came on Nokia phones many years ago.
by Mermersk
Sat Jun 08, 2013 12:52 am
Forum: Games and Creations
Topic: Quack! A game about a duck
Replies: 13
Views: 7289

Re: Quack! A game about a duck

Thank you for the post LuaWeaver, I will try that. Hehe (: ,qaisjp That light thing was supposed to be the "soul" leaving the body, or something like that :huh: . The game developed strangely, I had already drawn the lamp before I decided to experiment with Löve, so I had to think of some ...
by Mermersk
Fri Jun 07, 2013 2:43 am
Forum: Games and Creations
Topic: Quack! A game about a duck
Replies: 13
Views: 7289

Quack! A game about a duck

Hello, So this is the first game I have ever made, I barely knew how to code before this, so I realize that the code may be a bit messy. It would be nice if someone could go over it and point out flaws. I tried to put it in order and document what I was doing. The only thing I was not able to do was...
by Mermersk
Tue Dec 20, 2011 12:34 pm
Forum: Support and Development
Topic: LUA 5.1 or LUA 5.2 ?
Replies: 9
Views: 4360

Re: LUA 5.1 or LUA 5.2 ?

Thank you for the answers! I will then download LUA 5.2 and Löve. But before going into LÖve I will go trough the tutorials on the LUA main site. That tutorial that someone linked me (http://www.lua.org/pil/index.html#P1), I won't get any compile errors because they haven't updated the tutorial to 5...
by Mermersk
Tue Dec 20, 2011 3:47 am
Forum: Support and Development
Topic: LUA 5.1 or LUA 5.2 ?
Replies: 9
Views: 4360

LUA 5.1 or LUA 5.2 ?

Hi

I'm new to this, so I have a few questions.

The "Getting started" page does not mention what version of Lua I should use ? Is LÖVE incompatible with Lua 5.2 ?

And is it necessary to know Lua before experimenting with LÖVE ? (I have some past knowledge in C#)


Mermersk