[Community Puzzle] Snake

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @Dr_Meyss,validated by @FE40536,@Devonor and @The_Capra_Aegagrus_H.
If you have any issues, feel free to ping them.

Very nice, love it :slight_smile:

How to do more than 6M ?

I try to minimize a path in the first round like in travelling salesman problem, then I use A* to travel from one predetermined node to the next

A pleasant surprise to find this one on the optimization tab today. Loved it.

Hi,

The initial positions occupied by the snake are 10;10 11;10 12;10 13;10 & 14;10 I don’t think having a rabbit being placed in any of these positions should be a thing as it doesn’t make sense that a rabbit could be there at the same time as the snake.

Skip them !!! at first turn , if there are some rabbits !!! :smiley:
It’s what you have observed or a supposition ?

It’s not a supposition, it’s an observation.

Nice puzzle. Thanks for the submission!
I have one small suggestion: The leaderboard evaluation should not be carried out with random maps in order to improve comparability. My score varies by ± 500000 points depending on the position of the sun it seems.

There is a case who you are better with random. Resubmit many times. :smiley: