Difference between revisions of "SimpleBot"
Jump to navigation
Jump to search
m (Will open source soon ;)) |
m (Add Understanding SimpleBot subpage.) |
||
Line 3: | Line 3: | ||
| parent = SimpleBot | | parent = SimpleBot | ||
| page1 = Version History | | page1 = Version History | ||
+ | | page2 = Understanding SimpleBot | ||
}} | }} | ||
Line 44: | Line 45: | ||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
− | : None. | + | : None directly. But there's nothing new in SimpleBot. See [[SimpleBot/Understanding SimpleBot|Understanding SimpleBot]]. |
Revision as of 16:17, 28 August 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?
- Not yet ;) I will open the source soon ;)
- What's next for your robot?
- Robocode is just another name of movement.
Movement rework.It will be another bot ;)- Open source to everyone.
- What other robot(s) is it based on?
- None directly. But there's nothing new in SimpleBot. See Understanding SimpleBot.