Elizabeth Miller lizzy
lizzy transferred repository Actual-Code-Projects/conway to lizzy/conway 2024-11-21 15:40:41 -06:00
lizzy transferred repository Actual-Code-Projects/astar to lizzy/astar 2024-11-21 15:40:10 -06:00
lizzy pushed to master at lizzy/Boids 2024-11-17 12:43:45 -06:00
9d9592ed11 removed 7z file (didn't realize that was a thing)
lizzy pushed to master at lizzy/Boids 2024-11-17 12:42:20 -06:00
0da1e21cb6 removed __pycache__, added to .gitignore
lizzy deleted branch main from lizzy/Boids 2024-11-17 12:40:29 -06:00
lizzy pushed to master at lizzy/Boids 2024-11-17 12:35:45 -06:00
91116ec69f Added files, initial commit
lizzy pushed to master at lizzy/Boids 2024-11-17 12:35:04 -06:00
lizzy created branch master in lizzy/Boids 2024-11-17 12:35:04 -06:00
lizzy created repository lizzy/Boids 2024-11-17 12:31:23 -06:00
lizzy pushed to main at lizzy/_cargo-index 2024-10-23 17:29:16 -05:00
efde8ae6ef Initialize Cargo Config
lizzy pushed to main at lizzy/_cargo-index 2024-10-23 17:29:13 -05:00
f20d080a0d Rebuild Cargo Index
lizzy created branch main in lizzy/_cargo-index 2024-10-23 17:29:13 -05:00
lizzy pushed to main at lizzy/astar 2024-03-24 21:38:52 -05:00
6797c91432 changed some magic numbers to constants
lizzy pushed to main at lizzy/astar 2024-03-24 21:16:00 -05:00
642a66b14b Actually using cost constants now
lizzy pushed to main at lizzy/astar 2024-03-24 21:10:31 -05:00
990c37a962 Changed seen_explored list to PriorityQueue
lizzy pushed to main at lizzy/astar 2024-03-24 15:09:48 -05:00
31f587ab83 initial commit
lizzy created branch main in lizzy/astar 2024-03-24 15:09:48 -05:00
lizzy created repository lizzy/astar 2024-03-24 15:08:47 -05:00
lizzy pushed to main at lizzy/conway 2024-03-22 15:32:59 -05:00
681c1fb1fe added some extra typehinting
lizzy pushed to main at lizzy/conway 2024-03-22 10:04:05 -05:00
c37a9ff3bc Fixed edgecase when mouse is held-down outside of window.