index
:
astar
master
A* pathfinding in 2D arrays in C with ncurses TUI
Kirill Petrashin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
map.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add cost_array to neighbours_4dir
Kirill Petrashin
2026-03-27
1
-1
/
+1
*
Fix memory leaks
Kirill Petrashin
2026-03-26
1
-0
/
+3
*
Add cost_array into neighbours_8dir()
Kirill Petrashin
2026-03-26
1
-3
/
+5
*
Implement 8dir breadth-first-search and some other stuff
Kirill Petrashin
2026-03-22
1
-3
/
+6
*
Add ability to choose maps via args + create more maps + don't insert element...
Kirill Petrashin
2026-03-22
1
-2
/
+2
*
Add rendering of visited tiles
Kirill Petrashin
2026-03-22
1
-1
/
+1
*
Implement breadth-first-search + fix the priority queue + some other stuff
Kirill Petrashin
2026-03-21
1
-19
/
+6
*
Add ability to read plaintext maps from files
Kirill Petrashin
2026-03-20
1
-0
/
+16
*
Add ability to move the map around
Kirill Petrashin
2026-03-16
1
-1
/
+1
*
Change comments to use /* asdf */ syntax
Kirill Petrashin
2026-03-16
1
-9
/
+9
*
Improve rendering
Kirill Petrashin
2026-03-14
1
-2
/
+1
*
Rename player into start
Kirill Petrashin
2026-03-14
1
-2
/
+2
*
Fix stack + implement rbt_maze_map()
Kirill Petrashin
2026-03-14
1
-1
/
+5
*
Initial commit
Kirill Petrashin
2026-03-10
1
-0
/
+37