Difference between revisions of "Emerald"

From Robowiki
Jump to navigation Jump to search
(Initial version)
 
m (Some updates)
Line 1: Line 1:
 
{{Infobox Robot
 
{{Infobox Robot
 +
| bgcolour        = #FFC125
 
| name            = Neutrino
 
| name            = Neutrino
| altimage        =
 
| 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.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/Neutrino/blob/master/builds/lxx.Neutrino_0.2.jar
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
Line 45: Line 39:
 
==== 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:
 
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:
# v0.0 Basic robot framework setup and duel radar
+
# <strike>v0.0 Basic robot framework setup and duel radar</strike>
# v0.1 Head On Targeting
+
# <strike>v0.1 Head On Targeting</strike>
# v0.2 Simple random orbital movement
+
# <strike>v0.2 Simple random orbital movement</strike>
 
# v0.3 Simple [[kNN]]/[[GF]] gun
 
# v0.3 Simple [[kNN]]/[[GF]] gun
 
# v0.4 Simple [[kNN]]-based GoTo-style [[WaveSurfing]] (single wave)
 
# v0.4 Simple [[kNN]]-based GoTo-style [[WaveSurfing]] (single wave)

Revision as of 13:30, 24 December 2013

Neutrino
Author(s) User:Jdev
Extends AdvancedRobot
Released December 23th, 2013
Current Version 0.2
Code License CC BY-ND 3.0
Download

Most Recent Updates

Check out the /Version History

What's special about it?

Neutrino 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

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?

See CC BY-ND 3.0 for license of code.

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:

  1. v0.0 Basic robot framework setup and duel radar
  2. v0.1 Head On Targeting
  3. v0.2 Simple random orbital movement
  4. v0.3 Simple kNN/GF gun
  5. v0.4 Simple kNN-based GoTo-style WaveSurfing (single wave)
  6. v0.5 Precise MEA in gun
  7. v0.6 Precise MEA in movement
  8. v0.7 Intellectual fire power selection
  9. v0.8 Second wave surfing
  10. v0.9 AntiSurfer gun in Virtual Gun Array
  11. v0.10 Gun Heat Waves
  12. v0.11 PIF main gun
  13. v0.12 Flattener
  14. v0.13 Bullet shadows
  15. v0.14 Bullet Shielding

Does it have any WhiteWhales?

N/A

What other robot(s) is it based on?

User:Rednaxela/FastTrig class, User:Rednaxela/kD-Tree class