Difference between revisions of "Emerald"

From Robowiki
Jump to navigation Jump to search
(Initial version)
 
(Version update)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Infobox Robot
 
{{Infobox Robot
| name            = Neutrino
+
| bgcolour       = #25FFC1
| altimage       =  
+
| name            = Emerald
| image          =
 
| caption        =  
 
 
| author          = [[User:Jdev]]
 
| author          = [[User:Jdev]]
 
| extends        = [[AdvancedRobot]]
 
| extends        = [[AdvancedRobot]]
| targeting      = N/A
 
| movement        = N/A
 
 
| released        = December 23th, 2013
 
| released        = December 23th, 2013
| best_rating    = N/A
+
| current_version = 0.6.2
| rating          = N/A
 
| current_version = 0.0
 
 
| 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/Neutrino/blob/master/builds/lxx.Neutrino_0.0.jar
+
| 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 23: Line 17:
  
 
==== What's special about it? ====
 
==== What's special about it? ====
Neutrino is my third try to start from scratch and he is written in kotlin
+
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 36: Line 30:
 
====  What does it save between rounds and matches? ====
 
====  What does it save between rounds and matches? ====
 
N/A
 
N/A
 
==== Where did you get the name? ====
 
It's build server name at my job and some dj from radio, which I listened to when started to work on this robot and sounds cool:)
 
  
 
==== Can I use your code? ====
 
==== Can I use your code? ====
Line 44: Line 35:
  
 
==== What's next for your robot? ====
 
==== What's next for your robot? ====
I plan, that Neutriono will be my long term pet project, which i will develop during RoboVirus exacerbation (acute?):) I do not plan to fine tune anything while versions 0.x and for this version i define following release plan:
+
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]
# v0.0 Basic robot framework setup and duel radar
 
# v0.1 Head On Targeting
 
# v0.2 Simple random orbital movement
 
# v0.3 Simple [[kNN]]/[[GF]] gun
 
# v0.4 Simple [[kNN]]-based GoTo-style [[WaveSurfing]] (single wave)
 
# v0.5 [[Maximum_Escape_Angle/Precise|Precise MEA]] in gun
 
# v0.6 [[Maximum_Escape_Angle/Precise|Precise MEA]] in movement
 
# v0.7 Intellectual fire power selection
 
# v0.8 Second wave surfing
 
# v0.9 AntiSurfer gun in [[Virtual_Gun|Virtual Gun Array]]
 
# v0.10 [[Gun_Heat_Waves|Gun Heat Waves]]
 
# v0.11 [[PIF]] main gun
 
# v0.12 [[Flattener]]
 
# v0.13 [[Bullet_Shadow|Bullet shadows]]
 
# v0.14 [[Bullet_Shielding|Bullet Shielding]]
 
  
 
==== Does it have any [[WhiteWhale]]s? ====
 
==== Does it have any [[WhiteWhale]]s? ====
Line 67: Line 43:
 
[[User:Rednaxela/FastTrig]] class, [[User:Rednaxela/kD-Tree]] class
 
[[User:Rednaxela/FastTrig]] class, [[User:Rednaxela/kD-Tree]] class
  
[[Category:Bots|Neutrino]]
+
[[Category:Bots|Emerald]]
[[Category:1-vs-1 Bots|Neutrino]]
+
[[Category:1-vs-1 Bots|Emerald]]
[[Category:MegaBots|Neutrino]]
+
[[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

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