I forgot the existence of it since it so p2w
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
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
well would it be hard to hit it back and how do make a button that hits good?
@Scaredofwomen
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.
That is pretty cool.
im starting to get deja vu
What? @Scaredofwomen
Over thinking!
Amazing Skill I love it!
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.