Report as inappropriate.
This is based on my 'Snake V2' scenario. This time however, the snake is controlled by an ai.
The ai is using the A* search algorithm to find its path. You can see that it runns rather slow when trying to find a d-tour, thats the nature of the A* algorithm.
The AI isn't perfect, if there is no path at the current point in time, it will propably go straight into a wall. I might fix this in the future.
Want to leave a comment? You must first log in.
2021/2/3
2021/5/2
2021/5/2