Difference between revisions of "SimpleBot"
Jump to navigation
Jump to search
m (Use Template:Bot Categorizer instead) |
m (update format) |
||
Line 15: | Line 15: | ||
; What's special about it? | ; What's special about it? | ||
− | : It's simple. | + | : ''It's simple. '' |
== Strategy == | == Strategy == | ||
; How does it [[Movement|move]]? | ; How does it [[Movement|move]]? | ||
− | : kNN GuessFactor 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.'' |
== Additional Information == | == Additional Information == | ||
; 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? | ||
− | : Sure. The repository is [https://github.com/bumfo/SimpleBot here], which is released under [https://www.gnu.org/licenses/gpl-3.0.en.html GPLv3] | + | : ''Sure. The repository is [https://github.com/bumfo/SimpleBot here], which is released under [https://www.gnu.org/licenses/gpl-3.0.en.html GPLv3]'' |
; 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. '' | ||
− | :* <s>Movement rework.</s> It will be another bot ;) (Now [[ScalarBot]]) | + | :* ''<s>Movement rework.</s> It will be another bot ;) (Now [[ScalarBot]])'' |
− | :* <s>Open source to everyone.</s> done. | + | :* ''<s>Open source to everyone.</s> done.'' |
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
− | : None directly. But there's nothing new in SimpleBot. See [[SimpleBot/Understanding SimpleBot|Understanding SimpleBot]]. | + | : ''None directly. But there's nothing new in SimpleBot. See [[SimpleBot/Understanding SimpleBot|Understanding SimpleBot]].'' |
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
{{Template:Bot Categorizer|author=Xor|isMega=true|isOneOnOne=true|isMelee=false|isOpenSource=true|extends=AdvancedRobot}} | {{Template:Bot Categorizer|author=Xor|isMega=true|isOneOnOne=true|isMelee=false|isOpenSource=true|extends=AdvancedRobot}} |
Revision as of 12:17, 2 October 2017
- SimpleBot Sub-pages:
- Version History - Understanding SimpleBot
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.
- What's next for your robot?
- Robocode is just another name of movement.
Movement rework.It will be another bot ;) (Now ScalarBot)Open source to everyone.done.
- What other robot(s) is it based on?
- None directly. But there's nothing new in SimpleBot. See Understanding SimpleBot.