Search found 13 matches

by zevv
Thu Feb 12, 2009 4:23 pm
Forum: Games and Creations
Topic: Joust!
Replies: 6
Views: 6970

Re: Joust!

You're not a newbe to lua programming, are you ? :)
by zevv
Mon Feb 02, 2009 6:18 am
Forum: Games and Creations
Topic: Thunder Balls
Replies: 3
Views: 6894

Re: Thunder Balls

Love it! It's a great and original concept, fun to play on your own, or with two players trying to get the timing right. Two small issues though: The game tends to slow down to about 50% of it's original speed in level 2, probably because a lot of lightning-drawing is going on. I'm running on a 2.2 ...
by zevv
Sat Jan 31, 2009 10:21 pm
Forum: Games and Creations
Topic: Zevv game
Replies: 14
Views: 16368

Re: Zevv game

> zevv...i hate you... You're welcome :) > I know this site is all about the *love* but i hate you because i can't stop playing this freaking game. That's because of the music. Try playing it without sound, you'll quickly get bored :) (by the way: the music was shamelessly stolen from Desertplanet -...
by zevv
Fri Jan 30, 2009 10:57 pm
Forum: Games and Creations
Topic: Recursion play thing
Replies: 9
Views: 9968

Re: Recursion play thing

qubodup wrote:Have a video!
Thanks!
by zevv
Fri Jan 30, 2009 10:17 pm
Forum: Games and Creations
Topic: And one more: rivotril
Replies: 1
Views: 3734

And one more: rivotril

This one is not really interactive, it's just something to look at. It's based on a cellular automata (like Conway's game of life), but instead of only 'dead' or 'alive', cells are allowed any value between 0 and 1. Some different rules apply to calculate the new value of each cell after each iterat...
by zevv
Thu Jan 29, 2009 8:13 am
Forum: Games and Creations
Topic: Recursion play thing
Replies: 9
Views: 9968

Re: Recursion play thing

PROTIP: Package the whole thing up in a .love file to save people the trouble of having to do it manually.[/quote]

Thanks, good tip, just updated the original attachement to a .love file.
by zevv
Wed Jan 28, 2009 10:15 pm
Forum: Games and Creations
Topic: Recursion play thing
Replies: 9
Views: 9968

Recursion play thing

Here's a recursive thingy to play around with, tune the sliders to tweak the shape.

Enjoy,


ImageImage
by zevv
Wed Jan 28, 2009 7:52 am
Forum: Games and Creations
Topic: Zevv game
Replies: 14
Views: 16368

Re: Zevv game

New version 20090128 adds joystick support when using love 0.5.0
by zevv
Tue Jan 27, 2009 8:35 am
Forum: Games and Creations
Topic: Zevv game
Replies: 14
Views: 16368

Re: Zevv game

Ok, I've updated the file in the original post and added the publication date as a version number in the filename.

Thanks for the feedback !
by zevv
Tue Jan 27, 2009 7:09 am
Forum: Games and Creations
Topic: Zevv game
Replies: 14
Views: 16368

Re: Zevv game

I found one bug, when the tiles reach the top and the game is over the spawn speed of blocks isn't reset, so if you just press S and start a new game they will spawn as quickly as they did in the end of the previous game. Yes, the bug was in the first version I posted, but I believe this is fixed i...