NumbatNotes - Wompi/robocode-bots GitHub Wiki
Just some development notes and ideas to check out:
Develop Notes:
- avgPattern guess to shot only if the pattern is valid
- tried but no use because many bots have no good pattern and therefore it stops shooting
- chase bullets
- only useful in certain situations
- danger system
- not tried yet
- shooting at weak targets while moving along the main target
- not tried yet
- while searching for the best angle hold the avgGuessFactor for every bulletPower and take the best
- not tried yet
- calculate angle only if the gun is 1 tick before shoot ready and use the other turns to clean the map or something other (maybe vitual gun?)
- this works not as well as i hoped for. The gun needs at least 2-3 ticks to adjust to the right angle and even with this it tends to 'trashing' a lot.
- bulletPower decision on best pattern
- tried but not good, superior against all samples almost 100k but all other bots are worst maybe more tweak
- the second try was more rewarding and it depends on the selected target pattern length - still room to enhance this