Page 1 of 1

SimpleInertia - Another simple prototype

Posted: Fri Mar 13, 2015 10:27 pm
by purplehuman
This is a simple prototype of a simple idea. I had another prototype here but this one is different enough, so I decided to post its own topic.

The idea is simple. You're pulled to one of the eight directions every three seconds randomly. You try to oppose the force by trying to go to the opposite direction (For example, if you're pulled to up-right, press left and down). If you reach the blue rectangle's borders, you die.

This one is much less frustrating than the other prototype. I can survive in this one more than 4 minutes easily.

This is just a prototype to test the idea. So any feedback is appreciated. Do you think this can be a basis for a fun game?

Here's a screenshot:
simpleinertia.png
simpleinertia.png (8.17 KiB) Viewed 3069 times
Here's the "game":
simpleinertia.love
(11.14 KiB) Downloaded 160 times

Re: SimpleInertia - Another simple prototype

Posted: Sat Mar 14, 2015 2:17 am
by alberto_lara
This is a simple but powerfull idea, it would be nice to see it on a game with fun graphics and characters :)

Re: SimpleInertia - Another simple prototype

Posted: Sat Mar 14, 2015 3:16 am
by purplehuman
alberto_lara wrote:This is a simple but powerfull idea, it would be nice to see it on a game with fun graphics and characters :)
Thank you! I hope everybody finds this idea fun, because I kinda hope to pursue this idea to a game.

Re: SimpleInertia - Another simple prototype

Posted: Sat Mar 14, 2015 4:15 am
by Tesselode
A couple things:
--I feel like the force exerted on the square should change smoothly. Just having the force switch every 3 seconds is a little jerky feeling.
--There shouldn't be so much force on the square. Right now it's balanced so that you just keep holding the right direction, but it would be a lot more interesting if you had to be careful about how much you moved to stay in the rectangle.

Re: SimpleInertia - Another simple prototype

Posted: Sat Mar 14, 2015 4:26 am
by purplehuman
Tesselode wrote:A couple things:
--I feel like the force exerted on the square should change smoothly. Just having the force switch every 3 seconds is a little jerky feeling.
--There shouldn't be so much force on the square. Right now it's balanced so that you just keep holding the right direction, but it would be a lot more interesting if you had to be careful about how much you moved to stay in the rectangle.
Thanks! I totally agree with you on both points. But do you have a suggestion for the first one?

Re: SimpleInertia - Another simple prototype

Posted: Sun Mar 15, 2015 1:44 am
by Tesselode
purplehuman wrote:
Tesselode wrote:A couple things:
--I feel like the force exerted on the square should change smoothly. Just having the force switch every 3 seconds is a little jerky feeling.
--There shouldn't be so much force on the square. Right now it's balanced so that you just keep holding the right direction, but it would be a lot more interesting if you had to be careful about how much you moved to stay in the rectangle.
Thanks! I totally agree with you on both points. But do you have a suggestion for the first one?
Just have the force smoothly change magnitude and direction over time.

Re: SimpleInertia - Another simple prototype

Posted: Sun Mar 15, 2015 12:45 pm
by purplehuman
Tesselode wrote: Just have the force smoothly change magnitude and direction over time.
Thanks! It's a good idea. I'll look into it.