Difference between revisions of "Emerald"
Jump to navigation
Jump to search
m (version update) |
(Version update) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Robot | {{Infobox Robot | ||
− | | bgcolour = # | + | | bgcolour = #25FFC1 |
− | | name = | + | | name = Emerald |
| author = [[User:Jdev]] | | author = [[User:Jdev]] | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
| released = December 23th, 2013 | | released = December 23th, 2013 | ||
− | | current_version = 0. | + | | current_version = 0.6.2 |
| license = [http://creativecommons.org/licenses/by-nd/3.0/deed.en CC BY-ND 3.0] | | license = [http://creativecommons.org/licenses/by-nd/3.0/deed.en CC BY-ND 3.0] | ||
− | | download_link = https://github.com/aleksey-zhidkov/ | + | | download_link = https://github.com/aleksey-zhidkov/Emerald/releases/download/v0.6.2/lxx.Emerald_0.6.2.jar |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = false | | isMelee = false | ||
Line 17: | Line 17: | ||
==== What's special about it? ==== | ==== What's special about it? ==== | ||
− | + | Emerald is my third try to start from scratch and he is written in [http://kotlinlang.org Kotlin] | |
==== How competitive is it? ==== | ==== How competitive is it? ==== | ||
Line 30: | Line 30: | ||
==== What does it save between rounds and matches? ==== | ==== What does it save between rounds and matches? ==== | ||
N/A | N/A | ||
− | |||
− | |||
− | |||
==== Can I use your code? ==== | ==== Can I use your code? ==== | ||
Line 38: | Line 35: | ||
==== What's next for your robot? ==== | ==== What's next for your robot? ==== | ||
− | + | See [https://github.com/aleksey-zhidkov/Emerald/milestones milestones] and [https://github.com/aleksey-zhidkov/Emerald/issues?q=is%3Aopen+is%3Aissue+no%3Amilestone ideas/bugs/issues] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==== Does it have any [[WhiteWhale]]s? ==== | ==== Does it have any [[WhiteWhale]]s? ==== | ||
Line 61: | Line 43: | ||
[[User:Rednaxela/FastTrig]] class, [[User:Rednaxela/kD-Tree]] class | [[User:Rednaxela/FastTrig]] class, [[User:Rednaxela/kD-Tree]] class | ||
− | [[Category:Bots| | + | [[Category:Bots|Emerald]] |
− | [[Category:1-vs-1 Bots| | + | [[Category:1-vs-1 Bots|Emerald]] |
− | [[Category:MegaBots| | + | [[Category:MegaBots|Emerald]] |
Latest revision as of 15:39, 29 December 2016
Emerald | |
Author(s) | User:Jdev |
Extends | AdvancedRobot |
Released | December 23th, 2013 |
Current Version | 0.6.2 |
Code License | CC BY-ND 3.0 |
Download |
Contents
Most Recent Updates
Check out the /Version History
What's special about it?
Emerald is my third try to start from scratch and he is written in Kotlin
How competitive is it?
N/A
How does it move?
N/A
How does it fire?
N/A
What does it save between rounds and matches?
N/A
Can I use your code?
See CC BY-ND 3.0 for license of code.
What's next for your robot?
See milestones and ideas/bugs/issues
Does it have any WhiteWhales?
N/A
What other robot(s) is it based on?
User:Rednaxela/FastTrig class, User:Rednaxela/kD-Tree class