Difference between pages "GitWikiBot TestPage" and "Thread:Talk:RoboRunner/Errors running Roborunner/reply (5)"

From Robowiki
(Difference between pages)
Jump to navigation Jump to search
(testing upload from file summary)
 
(Restored edits authored by DrunkenYuletideRambo dated 2020-01-31T19:28:25+00:00)
 
Line 1: Line 1:
{{Navbox small
+
All the bots were properly imported on the first run.
| title = Wraith Sub-pages
 
| parent = Wraith
 
| page1 = Version History
 
| page2 = Challenge Results
 
| page3 = Wolfman's TODO List
 
}}
 
 
 
Wraith is a refactor of my bot [[AgentSmithRedux]].
 
 
 
{{Infobox Robot
 
| author          = [[User:Wolfman|Wolfman]]
 
| extends        = [[AdvancedRobot]]
 
| targeting      = Virtual Guns with Linear, Circular and Head On Targeting
 
| movement        = [[DangerPrediction]]
 
| current_version = 0.1
 
| download_link  = https://drive.google.com/uc?export=download&id=1MlGa-docshYLFIc2udl5qOyXdT4xL6KF
 
| isOpenSource    = no
 
| isOneOnOne      = yes
 
| isMelee        = not yet but planned
 
}}
 
 
 
== Background Information ==
 
 
 
Returning after 3 years, I wanted to have a bit of fun and restart some robocode projects. Taking [[AgentSmithRedux]] and improving upon it for fun.
 
 
 
It is currently in very early testing and is not expected to be competitive till it has all its intended features & iteration.
 
 
 
== Strategy ==
 
 
 
;How does it [[:Category:Movement|move]]?
 
 
 
An evolution of the technique I've currently called [[DangerPrediction]] from [[AgentSmith]] which is a form of minimum risk movement whereby it plans its route ahead based on incoming predicted bullet positions from the enemies. It should theoretically work exactly the same in 1v1 and melee as the only difference is more incoming bullets in melee to avoid. Still plan to do a write up of [[DangerPrediction]] once its been nailed down and is competitive in 1v1.
 
 
 
At the time of writing it will dodge HOT & linear guns at around 99+% efficiency, but does not yet take into account more advanced techniques that could be fired at it.
 
 
 
;How does it [[:Category:Targeting|fire]]?
 
 
 
Its currently just got a simple Virtual Gun array at the moment choosing the best gun between various guns including Linear, Circular and Head On.
 
 
 
;How does it [[Dodging Bullets|dodge bullets]]?
 
 
 
See Movement above!
 
 
 
== Additional Information ==
 
 
 
;Where did you get the name?
 
 
 
Wraiths can only be hit by magical weapons! ;)
 
 
 
== Credits ==
 
 
 
Currently contains the source code for Raiko Micro's gun, but it is disabled as it was required for MC2K7 challenge testing.
 
 
 
== Thanks To ==
 
 
 
Everyone who contributes to the RoboWiki. It's an awesome resource, be proud of yourselves!
 
 
 
[[Category:1-vs-1_Bots|Wraith]]
 

Latest revision as of 03:13, 25 April 2020

All the bots were properly imported on the first run.