Difference between pages "GitWikiBot TestPage" and "Thread:User talk:Xor/Robocode OpenGL/thanks for this effort/reply (2)"

From Robowiki
(Difference between pages)
Jump to navigation Jump to search
(testing upload from file summary)
 
(Restored edits authored by Wolfman dated 2019-12-04T13:11:57+00:00)
 
Line 1: Line 1:
{{Navbox small
+
Yup looking good! Nice work! Can we have it scaling the battlefield to the window too so that it fills the space rather than having a massive border at high resolution windows? Or was this the plan already?
| 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:10, 25 April 2020

Yup looking good! Nice work! Can we have it scaling the battlefield to the window too so that it fills the space rather than having a massive border at high resolution windows? Or was this the plan already?