Difference between revisions of "SimpleBot"
Jump to navigation
Jump to search
m (Add Understanding SimpleBot subpage.) |
(→Additional Information: Open source ;)) |
||
Line 37: | Line 37: | ||
; Can I use your code? | ; Can I use your code? | ||
− | : | + | : Sure. The repository is [https://github.com/bumfo/SimpleBot/tree/master/src/aaa 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 ;) | + | :* <s>Movement rework.</s> It will be another bot ;) |
− | :* Open source to everyone. | + | :* <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]]. |
Revision as of 03:57, 31 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.
- What's next for your robot?
- Robocode is just another name of movement.
Movement rework.It will be another bot ;)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.