Difference between revisions of "GreatWolf"
Jump to navigation
Jump to search
(Mass-edit Robocode Repository URLs) |
|||
(10 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
| targeting = GF/VCS/VG | | targeting = GF/VCS/VG | ||
| movement = [[Wave Surfing]] | | movement = [[Wave Surfing]] | ||
− | | current_version = 0 | + | | current_version = 3.0 |
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/aw.GreatWolf_3.0.jar |
| isOneOnOne = yes | | isOneOnOne = yes | ||
}} | }} | ||
Line 19: | Line 19: | ||
; How competitive is it? | ; How competitive is it? | ||
− | : It is currently placed | + | : It is currently placed 41st in the rumble. |
== Strategy == | == Strategy == | ||
Line 40: | Line 40: | ||
==Additional Information== | ==Additional Information== | ||
; Can I use your code? | ; Can I use your code? | ||
− | : Yes, it's released | + | : Yes, it's released under the 3 clause BSD license [http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22_or_.22Modified_BSD_License.22.29]. |
; What robots is it based on? | ; What robots is it based on? | ||
Line 48: | Line 48: | ||
; What's next for your robot? | ; What's next for your robot? | ||
: I did this as a test and hope to write a precise robot over the summer. <strike>But before I do, I intend to beat the bullet shielders. Really badly. Probably by adding a random factor to my gun angle when the ''bulletHitBullet / bulletsFired'' ratio is too high.</strike> DONE | : I did this as a test and hope to write a precise robot over the summer. <strike>But before I do, I intend to beat the bullet shielders. Really badly. Probably by adding a random factor to my gun angle when the ''bulletHitBullet / bulletsFired'' ratio is too high.</strike> DONE | ||
+ | : <strike>Fix gun array. I am almost certain this is not performing as expected.</strike> DONE | ||
+ | : It may receive a few more updates, but I have started preliminary work on another robot. | ||
+ | |||
+ | [[Category:Bots|GreatWolf]] | ||
+ | [[Category:1-vs-1 Bots|GreatWolf]] | ||
+ | [[Category:Open Source Bots|GreatWolf]] | ||
+ | [[Category:MegaBots|GreatWolf]] |
Latest revision as of 03:42, 18 August 2017
GreatWolf | |
Author(s) | AW |
Extends | AdvancedRobot |
Targeting | GF/VCS/VG |
Movement | Wave Surfing |
Current Version | 3.0 |
Download |
Sub-Pages:
Version History
Background Information
- What's special about it?
- Nothing
- How competitive is it?
- It is currently placed 41st in the rumble.
Strategy
- How does it move?
- Wave Surfing
- How does it fire?
- It uses GF/VCS guns.
credits
Thanks go to the following people (the list is in no way complete and will probably never be so) :
- Kawiagi -- GF Targetting tutorial.
- Voidious -- Wave Surfing tutorial, open source bots, graphics ideas, and help with various questions.
- Rednaxela -- Help with various questions and the basic idea of what to do when there are no incoming waves.
- GrubbmGait -- Help with various questions.
- Nat -- Help with the wiki. (and do I need that)
Additional Information
- Can I use your code?
- Yes, it's released under the 3 clause BSD license [1].
- What robots is it based on?
- GFTargetingTutorial
- WaveSurfingTutorial
- What's next for your robot?
- I did this as a test and hope to write a precise robot over the summer.
But before I do, I intend to beat the bullet shielders. Really badly. Probably by adding a random factor to my gun angle when the bulletHitBullet / bulletsFired ratio is too high.DONE Fix gun array. I am almost certain this is not performing as expected.DONE- It may receive a few more updates, but I have started preliminary work on another robot.