Difference between revisions of "Anti-Gravity Movement"

From Robowiki
Jump to navigation Jump to search
(New page: {{stub}} Take a set of points that have an antigravitational (repulsive) force on them. You then add all the force vectors together, and you let them "push" you in whatever direction they...)
 
m (fixing category)
Line 10: Line 10:
 
A classic example of AntiGravityMovement is TheArtOfWar. A simpler implementation is Graviton, but simpler in this case doesn't necessarily mean more clear (same goes for Escape, which is a more convoluted bot based on Graviton). [[Hanji]]'s page has a very stereotypical, very clear implementation of antigravity which might be helpful if you are trying to get into it.  
 
A classic example of AntiGravityMovement is TheArtOfWar. A simpler implementation is Graviton, but simpler in this case doesn't necessarily mean more clear (same goes for Escape, which is a more convoluted bot based on Graviton). [[Hanji]]'s page has a very stereotypical, very clear implementation of antigravity which might be helpful if you are trying to get into it.  
  
{{Categories:[[Movement]]}}
+
[[Category:Movement]]

Revision as of 07:19, 18 November 2007

This article is a stub. You can help RoboWiki by expanding it.

Take a set of points that have an antigravitational (repulsive) force on them. You then add all the force vectors together, and you let them "push" you in whatever direction they push you in. Normally other bots and walls are assigned forces. Sometimes the center of the field has a generic force as well, or even the guessed positions of bullets. The biggest challenge in getting AntiGravityMovement right is weighting all the forces effectively, especially when there are more or fewer points on the field (maybe the walls have to push harder when there are more bots on the field pushing you toward them?).

Bots that use it

A classic example of AntiGravityMovement is TheArtOfWar. A simpler implementation is Graviton, but simpler in this case doesn't necessarily mean more clear (same goes for Escape, which is a more convoluted bot based on Graviton). Hanji's page has a very stereotypical, very clear implementation of antigravity which might be helpful if you are trying to get into it.