-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTo-Do.txt
More file actions
24 lines (15 loc) · 759 Bytes
/
To-Do.txt
File metadata and controls
24 lines (15 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
To Do List - In order of most important to least important.
Merge pathfinder2d and pathfinder3 Files:Done
there is only PathFinder2D with 2 methods for each algorithm
Nic -
Set up imports in the following order:
tile >> grid >> positiondata
pathfinder2d >> positiondata
positiondata >> main
I believe python can handle duplicate imports so if you
need the same module in tile and pathfinder2d go ahead and import it
twice. Main should only have positiondata imported to it and any other
modules needed should be imported through one of the other class files.
Add more things to the To Do list. Lol
Logan = create an code to implement dijkstra'a algorithm
DEBUG DIJKSTA ALGORTHM HOLY SHIT