Difference between revisions of "Continuation"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
== Strategy == | == Strategy == | ||
=== How does it move? === | === How does it move? === | ||
| − | [[Stop And Go]] and [[Random Movement]] with [[Wall Smoothing]], like many other [[MicroBots]]. | + | [[Stop And Go]] and [[Random Movement]] with [[Wall Smoothing]], like many other [[MicroBots]]. It utilizes a new technique for limited resistance to enemy wall hits. |
=== How does it fire? === | === How does it fire? === | ||
| − | Heavy PM with [[Lateral Velocity]], [[Advancing Velocity]], and wall proximity. | + | Heavy PM with [[Lateral Velocity]], [[Advancing Velocity]], and wall proximity. Version 1.1 uses integer arrays instead of String methods to do [[Symbolic Pattern Matching]]. Patterns are weighted by position in the log and squared length. |
Latest revision as of 22:42, 17 March 2026
| Continuation | |
| Author(s) | Sheldor2 |
| Extends | AdvancedRobot |
| Targeting | Multiple Choice Pattern Matching |
| Movement | Multi-Mode (Stop And Go and Random Movement) |
| Current Version | 1.1 |
| Code License | RWPCL |
New multiple-choice micro!
Strategy
How does it move?
Stop And Go and Random Movement with Wall Smoothing, like many other MicroBots. It utilizes a new technique for limited resistance to enemy wall hits.
How does it fire?
Heavy PM with Lateral Velocity, Advancing Velocity, and wall proximity. Version 1.1 uses integer arrays instead of String methods to do Symbolic Pattern Matching. Patterns are weighted by position in the log and squared length.