Page 1 of 1

One Way To Go

Posted: Thu Jul 10, 2014 3:29 am
by bgordebak
Hello everyone!

My username was gordebak here, but since I canceled my old e-mail account, there was no way to retrieve my password. So I created a new account. Hello again.

Since very long time, I wasn't working on games. I'm back on track. I wanted to port one of my old games, One Way To Go to LÖVE 0.9.*

Here it is. I want to improve the game a little maybe.

It's a remake of 1991 Commodore 64 game Sensitive by Oliver Kirwa. Here's a screenshot of the original game:

Image

And here's a screenshot of One Way To Go:

Image

The goal is to reach the red block after collecting all the green blocks. Dark green blocks require going over twice to be removed. Yellow blocks teleport you to the other yellow block. If you get off-track, you die. Gray blocks don't kill you. Once you move there's no stopping, so be careful. Enjoy!

Edit: Uses dt now.

Re: One Way To Go

Posted: Thu Jul 10, 2014 7:14 am
by Doctory
I like it. It's nice and challenging. I couldn't get past level 3 or 4.

Re: One Way To Go

Posted: Fri Jul 11, 2014 6:19 am
by bgordebak
Doctory wrote:I like it. It's nice and challenging. I couldn't get past level 3 or 4.
Thanks Doctory. Yeah, it's challenging, but the more you play, the easier it gets.

Re: One Way To Go

Posted: Fri Jul 11, 2014 7:20 am
by gestaltist
I like your graphics. Very simple but feels polished.

Re: One Way To Go

Posted: Fri Jul 11, 2014 11:42 am
by bgordebak
gestaltist wrote:I like your graphics. Very simple but feels polished.
Thanks!

Re: One Way To Go

Posted: Fri Jul 11, 2014 1:40 pm
by SiENcE
I tried your game.

I don't really like the movement of the ball. It feels too static. I would implement a more dynamic way with forces and friction. I would also let the ball fall down into the black when more than half of the ball is over the edges instead of just blocking and reaspawning.

About the rest...well done.

Re: One Way To Go

Posted: Fri Jul 11, 2014 4:52 pm
by bgordebak
SiENcE wrote:I tried your game.

I don't really like the movement of the ball. It feels too static. I would implement a more dynamic way with forces and friction. I would also let the ball fall down into the black when more than half of the ball is over the edges instead of just blocking and reaspawning.

About the rest...well done.
Thanks!

You're right about falling down into black. I should look into it.

But I don't agree with the movement issue. Because the player doesn't actually move the ball. You only make it start moving and change direction. Forces and friction would make the ball gaint speed or stop eventually, which is against the premise of the game. It needs to move in a fixed speed.

Re: One Way To Go

Posted: Sun Jul 13, 2014 1:15 pm
by SiENcE
Yes I understand, but the gameplay feeling is to limited and around the corners one fails too often.