Difference between revisions of "Emerald"
Jump to navigation
Jump to search
m (version update) |
m (version update) |
||
Line 5: | Line 5: | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
| released = December 23th, 2013 | | released = December 23th, 2013 | ||
− | | current_version = 0.3 | + | | current_version = 0.3.1 |
| 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/releases/download/v0.3/lxx.Neutrino_0.3.jar | + | | download_link = https://github.com/aleksey-zhidkov/Neutrino/releases/download/v0.3.1/lxx.Neutrino_0.3.1.jar |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = false | | isMelee = false |
Revision as of 00:43, 9 January 2014
Neutrino | |
Author(s) | User:Jdev |
Extends | AdvancedRobot |
Released | December 23th, 2013 |
Current Version | 0.3.1 |
Code License | CC BY-ND 3.0 |
Download |
Contents
- 1 Most Recent Updates
- 2 What's special about it?
- 3 How competitive is it?
- 4 How does it move?
- 5 How does it fire?
- 6 What does it save between rounds and matches?
- 7 Where did you get the name?
- 8 Can I use your code?
- 9 What's next for your robot?
- 10 Does it have any WhiteWhales?
- 11 What other robot(s) is it based on?
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:
v0.0 Basic robot framework setup and duel radarv0.1 Head On Targetingv0.2 Simple random orbital movement- v0.3 Simple kNN/GF gun
- v0.4 Simple kNN-based GoTo-style WaveSurfing (single wave)
- v0.5 Precise MEA in gun
- v0.6 Precise MEA in movement
- v0.7 Intellectual fire power selection
- v0.8 Second wave surfing
- v0.9 AntiSurfer gun in Virtual Gun Array
- v0.10 Gun Heat Waves
- v0.11 PIF main gun
- v0.12 Flattener
- v0.13 Bullet shadows
- 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