Block a user
d0e8a47da1
Merge pull request 'astar_temp' (#19) from astar_temp into master
d150e9c21d
Made function to test speed of A*.
c0fe5766b0
fix: brakowalo total_cost przy wylowywaniu A_star2 w App.py
92c893c917
This: -added road.jpg
7c50b44417
This: -fixed cost sum in A* -added cost of direction change for A*2 -added function to change image of visited tile -added display of total cost
92c893c917
This: -added road.jpg
7c50b44417
This: -fixed cost sum in A* -added cost of direction change for A*2 -added function to change image of visited tile -added display of total cost
e448c80739
This: -simplified cost taking for A*
eb17e42686
Merge branch 'losowanie_celu' into astar_temp
e0397b95a7
-Added support to precalculated BFS2 -Added way to set HydrateValue by HydrateIndex -Minor changes in Tractor.py -Added flags to make handling different BFS implements easier
d38c4d9593
-Added garage -Fixed bugs that were causing crashes realted to mouse position out of the window
a8c5b1b434
Merge pull request 'Made BFS1 and BFS3 algorithm in BFS.py file.' (#15) from algorytm_bfs2 into snake_move
63229b2c60
Made BFS1 and BFS3 algorithm in BFS.py file.
Made BFS1 and BFS3 algorithm in BFS.py file.
Made BFS1 and BFS3 algorithm in BFS.py file.
9ca821bab8
-fixed a bug where mouse on the console would sometimes cause a crash
7ac1093231
-fix in gap between lines -added option to disable console
911876e59a
-added initial_move to get all slot's hydrate stats by visiting all slots -added way to get hydrate stats for single slot -added console to print things there instead of terminal
2dac7c64a9
-minor changes to move action (added do_move_if_valid)
999f28a405
Merge pull request 'Made BFS algorithm.' (#13) from algorytm_bfs into BFS
ce698aa14a
Made BFS algorithm.
47a43c5599
Merge pull request 'cleaning' (#7) from cleaning into ram
e3b8f1c84c
Removed unused variable condition from class slot
8d1d176d5b
Added function to quickly return scaled desired plant image.
b345f827b3
Cleaned up main.py (by adding files app,colors,ui), added images for plants, added support for plant image in slot class, changed image loading by scaling it once at the start