Can someone help with blade ball

I forgot the existence of it since it so p2w

1 Like

Nice Cgames If you want any help ask me or others
You could try doing a simple version and see if it has good popularity in the gimkit page
Then make a better one with updates, so good job for what are doing now!
@RocketX

1 Like

what if instead of a ball, its a bullet and you have a block button that would both block the shot so you don’t get hit and it would immediately fire back to someone

1 Like

well would it be hard to hit it back and how do make a button that hits good?
@Scaredofwomen

1 Like

well the first thing we need to do is make it so it both maybe heals you and fires at the same time? If it can heal you quickly after you get hit then you shouldn’t get hurt. It should also fire at the same time to imitate deflecting it.

1 Like

That is pretty cool.

2 Likes

im starting to get deja vu

2 Likes

What? @Scaredofwomen
Over thinking!

Amazing Skill I love it!

1 Like

maybe a little bit but it take complexity to make a good game.

Ball movements

Check which player the ball will to by using the distance formula to find the closest person and route the ball there, and use a randomizer if the “ball” is the same distance to 2 or more people then make the ball route to either one of them. For the actual ball movements, a pathfinding/pathing algorithm would suffice in ball movements (using the coordinate system as nodes will work).

Deflections

You can use a distance formula to see if the ball is within a current range and an overlay for the deflection input, then make the ball route to the closest person that is not the person who deflected the ball. If the person doesn’t deflect the ball when the distance is below a certain point, eliminate the player and route the ball to another person.