Code
From Talk:Opposite
Jump to navigation
Jump to search
Hi, very nice robot! I like its colors =) I've been thinking of a melee robot that uses stop and go and fluid movement, but I don't know how to implement fluid movement :/ Could I take a peek at your code just to see how it's done? Thanks!
- I don't think Starrynte is active anymore. Fluid movement is just like Anti Gravity movement but what you do is to move perpendicular to the forces rather than getting away from them.
- It gives you two main advantages:
- You can dodge bullets when they are coming right at you
- It makes wall smoothing easier
- The direction you are going to move is just like in RandomMovementBot which implements a type of fluid movement without anti-gravity spots.
Dsekercioglu (talk)
Ok, thanks. I'll go look at the Anti-Gravity Tutorial and try to modify it for my needs =)