Difference between revisions of "SimpleBot"

From Robowiki
Jump to navigation Jump to search
m (fix)
m (Use Template:Bot Categorizer instead)
Line 47: Line 47:
 
__NOTOC__ __NOEDITSECTION__
 
__NOTOC__ __NOEDITSECTION__
  
[[Category:Bots|SimpleBot]]
+
{{Template:Bot Categorizer|author=Xor|isMega=true|isOneOnOne=true|isMelee=false|isOpenSource=true|extends=AdvancedRobot}}
[[Category:MegaBots|SimpleBot]]
 
[[Category:Xor's Bots|SimpleBot]]
 

Revision as of 10:35, 14 September 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.
Can I use your code?
Sure. The repository is here, which is released under GPLv3
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.