Search found 262 matches

by knorke
Wed Aug 31, 2011 12:06 pm
Forum: General
Topic: GAME
Replies: 4
Views: 3275

Re: GAME

by knorke
Fri May 06, 2011 5:34 pm
Forum: General
Topic: LÖVE 0.7.2 Released
Replies: 57
Views: 104359

Re: LÖVE 0.7.2 Released

thanks.
now to see if i can still understand my code after almost a year. uh oh.
by knorke
Fri May 06, 2011 5:30 pm
Forum: Games and Creations
Topic: [LD20] It's Time
Replies: 12
Views: 8004

Re: [LD20] It's Time

nice graphics and sound. The video was also interessting. So if you fire right next to the enemy, the bullet travels some and passes through the enemy. Let the very first one push you back against the wall and it's impossible to kill it. happend to me on first play :death: But did not feel like the ...
by knorke
Fri May 06, 2011 5:03 pm
Forum: Games and Creations
Topic: simple snake
Replies: 21
Views: 8730

Re: simple snake

worked nicely.
but after dying it should maybe still display the score?
now to make it a real game with levels, multiplayer and all that ;)
by knorke
Fri May 06, 2011 4:14 pm
Forum: General
Topic: Does your game need electronic music? I'm bored.
Replies: 11
Views: 8286

Re: Does your game need electronic music? I'm bored.

site worked in my firefox browser.
sent you a pm too :awesome:
by knorke
Fri May 06, 2011 3:31 pm
Forum: General
Topic: LÖVE 0.7.2 Released
Replies: 57
Views: 104359

Re: LÖVE 0.7.2 Released

http://cdn.salacioussound.com/wp-content/uploads/2009/04/ccc.gif hooray, new löve 0.7.2 works again on my computer \o/ (0.7.1 did not: http://love2d.org/forums/viewtopic.php?f=4&t=2505) There probally was a thread about the changes from 0.6.2 to 0.7.1 but I can not find it right now? I already ...
by knorke
Sat Feb 19, 2011 2:44 am
Forum: Support and Development
Topic: love 0.7.1 does not start (Win XP)
Replies: 3
Views: 4528

Re: love 0.7.1 does not start (Win XP)

https://bitbucket.org/rude/love/issue/185/love-071-does-not-start-062-works-win-xp wrote:The current LÖVE version for Windows requires SSE2.
I hope that gets fixed because otherwise a lot of older computers that run löve just fine (like mine :crazy: ) would be left out.
Those older computers are probally a big target plattform for many löve games, it would be a shame to lose that...
by knorke
Fri Feb 18, 2011 3:14 pm
Forum: Support and Development
Topic: love 0.7.1 does not start (Win XP)
Replies: 3
Views: 4528

Re: love 0.7.1 does not start (Win XP)

Not the latest but one that works with all other games/programs I use...
But good idea, I'll try that in some weeks (atm i need pc) and maybe they have added some errorlog to love until then ;)
by knorke
Wed Feb 16, 2011 2:56 am
Forum: Support and Development
Topic: love 0.7.1 does not start (Win XP)
Replies: 3
Views: 4528

love 0.7.1 does not start (Win XP)

Hey after some break i was in the mood for löve again and downloaded 0.7.1 Sadly it does not start, when clicking love.exe nothing happens. Only the mouse cursor turns into an hourglass for half a seconde, there is no error message or logfile (at least not in love folder) In irc i was given this lin...
by knorke
Wed Dec 01, 2010 8:56 pm
Forum: Support and Development
Topic: Particle spawn radius
Replies: 5
Views: 2515

Re: Particle spawn radius

Right now a particle emitter shoots all particles out of its exact coordinate. I think that can not be changed. You could move around the particle emiter using ParticleSystem:setPosition (x, y) ie to spawn in a a=100 square around the center: ParticleSystem:setPosition (x+math.random(-50,50) , y+ma...