Commit Graph

18 Commits

Author SHA1 Message Date
11bbd37d5d Merge pull request 'Code refactor' (#22) from code-refactor into master
Reviewed-on: #22
2022-05-13 08:08:48 +02:00
26a183d5f3 Code refactor 2022-05-12 21:49:22 +02:00
26615652f4 Improve movement logic 2022-05-12 20:14:06 +02:00
jbiesek
0c53368869 modified map + moving agent 2022-05-10 20:06:15 +02:00
Mateusz Cwojdziński
511713de70 Implement A-Star algorithm 2022-04-28 21:32:34 +02:00
jbiesek
da2c86892d BFS 2022-04-28 09:21:32 +02:00
jbiesek
5096a289ca Agent can rotate + changed map randomization 2022-04-12 14:47:30 +02:00
2725517368 Add graph class 2022-04-07 18:44:33 +02:00
jbiesek
c1424a5344 added neighbours list for bfs and fields to search 2022-04-05 14:05:38 +02:00
Emil Gutkiewicz
ac32a5e0b7 added plants 2022-03-25 06:52:06 +01:00
7eae2b25c2 Add new methods to agent
TO DO: add irrigation, fertelization etc.
2022-03-24 15:13:59 +01:00
86d38ad0e5 Update agent sprite to tracktor 2022-03-24 15:12:58 +01:00
Emil Gutkiewicz
f4f3f802a9 added button opening view; customizable map size 2022-03-11 03:34:20 +01:00
Emil Gutkiewicz
87be19409d restructured 2022-03-11 03:02:29 +01:00
3b1ba540ae Added images to map and displaying selected ones 2022-03-09 20:55:12 +01:00
Mateusz Cwojdziński
35dac32d41 Add AI agent movement 2022-03-09 18:59:50 +01:00
jbiesek
89a1cacabb Add agent 2022-03-08 22:30:31 +01:00
68ac30d3ab Add pygame
Add pygame, white window and exit window logic
2022-03-08 20:27:24 +01:00