Search found 124 matches

by Nelvin
Wed Oct 18, 2017 10:22 am
Forum: Games and Creations
Topic: Animal Factory
Replies: 21
Views: 21098

Re: Animal Factory

Very nice little game with a simple but somehow unique mechanic (well at least to me). If I were you, I'd try to find ideas how to add value/goals but try to not add complexity (the simplicity in the mechanic is, IMO, really good) and release it on mobiles. It's a perfect fit for tiny 5minute game s...
by Nelvin
Sat Aug 12, 2017 7:33 pm
Forum: Support and Development
Topic: [Solved] Game Controlling Question
Replies: 4
Views: 3679

Re: [Newbie] Game Controlling Question

You can change the mousepressed handler if you want to activate a different behaviour during your game. Here's a most simple example that first defines two different handlers and then activates the first one as a default in the last line. It then just toggles between the two based on the pressed mou...
by Nelvin
Thu Aug 10, 2017 3:51 pm
Forum: Support and Development
Topic: [Solved] Looking for a function for factor based number series thingy, whatever its called.
Replies: 13
Views: 8374

Re: Looking for an equation that exponentially increases to a max number.

Hi there, Newbie here (actually my first post) I'm just toying around with Love a bit. Here's some code which might do what you want? It simply distributes the values along a squared function. The integer scaling is done in a simple 2 pass calc - I first sum up the normalized (0-1) values and use th...