Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

The paddle seems off. It seems to be sending the ball back at the same angle it hit the paddle with. Typically, the closer to the middle of the paddle, the smaller the angle. This lets the player have better control of where the ball will go. In my BB type game this is what I did. Fun game, keep it up!!


velocity = Vector2.from_angle(Vector2(paddle.position.x, paddle.position.y).angle_to_point(Vector2(ball.position.x, ball.position.y)))

@Zapturk thanks for giving this a go! :)

I’m really aware of this design of making it so the ball 100% reflect in the angle you hit the ball compared to where it lands on the Paddle. That being said, I actively moved away from it and instead made it so the paddle looked like…


/ \ this in its collision. So hit far edges to influence (not absolute, but influence) the reflection, and centre to just reflect.

I thought it was really nice but I get not a lot of people see it sadly!

So! I’m gonna revisit this. I have already been working on making the hits look a little more noticeable in which direction you go… (for the next update:)

But I’m now also going to look at doing something more absolute on top of that, too - like your comment says :) The expectation is there for a lot of people, I think, for that design. I put my heart a little too much into my bit of flair (sunk cost fallacy?) but ready to give it an experiment!

Keep an eye out for the next update (20th May) - I’ll test how it feels and it may come into it soon :) Thanks for taking the time! <3

Hi again Zapturk! I have put some work into this - have another go and see if it feels any better? :D

I will try to check it out tomorrow

Wow, the feel of the bat is so much better. Good job