Difference between revisions of "SimpleBot"
Jump to navigation
Jump to search
m (→Strategy) |
m (update) |
||
Line 16: | Line 16: | ||
; What's special about it? | ; What's special about it? | ||
+ | |||
: It's simple. | : It's simple. | ||
Line 21: | Line 22: | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : WaveSurfing. | + | |
+ | : kNN GuessFactor WaveSurfing. | ||
; How does it [[Targeting|fire]]? | ; How does it [[Targeting|fire]]? | ||
+ | |||
: kNN GuessFactor Targeting. | : kNN GuessFactor Targeting. | ||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
+ | |||
: Between matches: Nothing.<br> | : Between matches: Nothing.<br> | ||
: Between rounds: Everything. | : Between rounds: Everything. | ||
Line 33: | Line 37: | ||
; Where did you get the name? | ; Where did you get the name? | ||
+ | |||
: For it's simple. | : For it's simple. | ||
; Can I use your code? | ; Can I use your code? | ||
+ | |||
: Not yet ;) | : Not yet ;) | ||
; What's next for your robot? | ; What's next for your robot? | ||
+ | |||
: ''Robocode is just another name of movement. '' | : ''Robocode is just another name of movement. '' | ||
:* Movement rework. | :* Movement rework. | ||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
+ | |||
: None. | : None. |
Revision as of 13:22, 28 August 2017
- SimpleBot Sub-pages:
- Version History
Background Information
- Simplicity does not precede complexity, but follows it. — Alan Perlis
- What's special about it?
- It's simple.
Strategy
- How does it move?
- kNN GuessFactor WaveSurfing.
- How does it fire?
- kNN GuessFactor Targeting.
- What does it save between rounds and matches?
- Between matches: Nothing.
- Between rounds: Everything.
Additional Information
- Where did you get the name?
- For it's simple.
- Can I use your code?
- Not yet ;)
- What's next for your robot?
- Robocode is just another name of movement.
- Movement rework.
- What other robot(s) is it based on?
- None.