Che
Jump to navigation
Jump to search
Che | |
Author(s) | Corbos (cjm) |
Extends | AdvancedRobot |
Targeting | Pattern Matching |
Movement | Random Movement |
Released | 2005 |
Current Version | 1.2 |
Code License | Share-Alike |
Download |
Background Information
- What's special about it?
- Che implements an indexed pattern matcher. Check out the prototype at Folded Pattern Matcher.
- A modified version of Che is used in the Anti-Pattern Matcher Challenge 2K6.
- How competitive is it?
- RoboRumble ‒ APS: 66.21% (228th), PL: 878-282 (249th), Survival: 72.67%
Strategy
- How does it fire?
- Using a Folded Pattern Matcher, an algorithm that Corbos invented himself.
- How does it dodge bullets?
- With its movement.
- How does the melee strategy differ from one-on-one strategy?
- It's exclusively a one-on-one bot.
- What does it save between rounds and matches?
- All of its pattern matching data.
Additional Information
- Where did you get the name?
- Only Corbos knows, and he hasn't visited the wiki since 2009.
- Can I use your code?
- Sure – just share any improvements on the wiki.
- What's next for your robot?
- Improve the movement.
- Improve the pattern matcher.
- Improve, improve, improve.
- Does it have any White Whales?
- No.
- What other robot(s) is it based on?
- Che was built using everything I could absorb from this wiki.
- Its movement tips its hat to Tityus, RaikoMicro, and all the other bots that try to move randomly without hard statistics.
- Its limitations, however, are all my own. Thanks to everyone for contributing.