Route_planning_bfs #2

Merged
s481894 merged 12 commits from Route_planning_bfs into master 2024-04-20 14:51:35 +02:00

12 Commits

Author SHA1 Message Date
MarRac
048a9757e5 removed unnecessary comments and code 2024-04-20 14:47:25 +02:00
MarRac
75b3ca043a really small bug fix 2024-04-14 23:45:41 +02:00
MarRac
1ac8500c8f small fix in spawning rocks 2024-04-14 23:38:08 +02:00
MarRac
1f49f5275d added rocks as obstacles and spawning obstacles on the board 2024-04-14 23:19:06 +02:00
MarRac
f10a60063d important bug fix: conditions regarding bfs 2024-04-14 18:59:37 +02:00
MarRac
8fe3d25324 added tractor movement based on bfs 2024-04-14 17:20:27 +02:00
MarRac
cd4b714090 bfs bug fixed 2024-04-14 15:05:20 +02:00
MarRac
3b0c388a1e test of the bfs route-planning 2024-04-14 14:29:11 +02:00
MarRac
ffc699494a added BFS for generating movement list 2024-04-14 14:28:40 +02:00
MarRac
03a1b0c906 completely reworked tractor movement 2024-04-10 01:52:13 +02:00
MarRac
53603120bc added tractor rotation and movement 2024-04-09 15:02:58 +02:00
MarRac
1f08e350d8 moved the tractor drawing code to the Tractor class 2024-04-09 14:57:41 +02:00