daniel156161
|
f6db5cb96a
|
fix error in eat_the_snake_overwrite when more moves are posible
|
2024-04-16 00:52:18 +02:00 |
|
daniel156161
|
0eecbb774b
|
store game turn in history file and add safe_positions output to ensure_escape_route calculation
|
2024-04-15 23:56:03 +02:00 |
|
daniel156161
|
9e0a919233
|
fix not used code for flood_fill_count
|
2024-04-15 23:44:47 +02:00 |
|
daniel156161
|
6d9df32076
|
add more debug outputs and use all the self.args when neaded in a specific function, make own variable to only store other snakes
|
2024-04-15 23:16:15 +02:00 |
|
daniel156161
|
863ca1b277
|
fix calculations and not run in snake tail when in constrictor game mode
|
2024-04-15 22:20:15 +02:00 |
|
daniel156161
|
16cab3a9ca
|
change code to store safe_positions in class and remove self.directions
|
2024-04-15 21:56:53 +02:00 |
|
daniel156161
|
281b52e71d
|
remove moving tail of snake when begin moves are done and not calculate own body in avoid_snakes because already avoid own body
|
2024-04-15 14:51:28 +02:00 |
|
daniel156161
|
39b16a1702
|
add function to avoid get eaten by head to head collisons when my snake is smaller else eat the other snake
|
2024-04-15 02:13:11 +02:00 |
|
daniel156161
|
c854b5fec9
|
remove prints and add a note that i neat to fix later
|
2024-04-14 23:33:11 +02:00 |
|
daniel156161
|
2f8e35aced
|
create a better Master Snake that try to not hit itself
|
2024-04-14 21:32:43 +02:00 |
|