In the contest description there are links to external resources to learn from. For beginning the most important is [Steering Behaviors](Understanding Steering Behaviors - Envato Tuts+ Game Development Tutorials). I applied only first two algorithms (“Seek” and “Flee and arrival”) and jumped from bronze to gold league.
I did simple adaptation to handle two pods, no change in position calculation, no shield usage and I am ranked 1040/6776.
Is there a way to go back to silver after progressing to gold? I enjoy optimizing the rule set for silver. I’ve avoided the “Test in Arena” button as I don’t want to lose access to the silver rule set. At the same time I want to see how far I can get in gold. Is there a way to go back to silver if gold isn’t fun?
Thank you for the info, _CG_Thibaud! The arena is a much faster way to find a losing match to see if the code is still faulty. I went for one last hurrah. Turns out it gave me 2 more hours to play with the silver ruleset before promotion! Bronze to silver was 15 min. Plenty of time to find and fix a few more bugs within the Silver ruleset.
My biggest error with silver turned out to be my ability to do collision detection. The second, when to do a boost.
Hi, I think there is a problem with the visualisator, sometimes it’s just stuck, there is not any timeout or loop or bug or else reported in the console, the end of the battle is reached but the visu is stuck, I can move the cursor til the end but the image is freeze and I have to refresh the page, when I share it’s working though
Hi everyone,
I’m new and in Bronze league for now. While rewriting my code and trying some things I had this result: replay
The Bot won at the last step even though I was ahead. There seems to be no particular reasons (such as my bot taking too long to respond), maybe a bug ?
What do you think ?
Hi, I’m at bronze league and I was on last checkpoint before enemy, so I should win but I was’t promoted to new league. I also tested it in arena and won but still nothing. Am I supposed to do something more than be first at finish? Thanks in advance. Replay: Coding Games and Programming Challenges to Code Better
I am fairly new to programming but eager to learn. I am in the Wood 2 League and just got the ability to use checkpoint angles and distance. I am having trouble implementing my if statement. I feel I am not fully understanding where I should be adding the code. Here is my code:
Can someone please assist me with this? Im not looking for the answer, just guidance on what I am not understanding. Possibly my if/else needs to be inside the print statement somehow?