aboutsummaryrefslogtreecommitdiff
path: root/map.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to choose maps via args + create more maps + don't insert ↵Kirill Petrashin3 days1-2/+2
| | | | elements into a PPQ if there's one with better priority
* Handle when visited == NULL in draw_map()Kirill Petrashin3 days1-1/+1
|
* Add rendering of visited tilesKirill Petrashin3 days1-2/+5
|
* Implement breadth-first-search + fix the priority queue + some other stuffKirill Petrashin4 days1-1/+27
|
* Add ability to read plaintext maps from filesKirill Petrashin4 days1-0/+47
|
* Add a TODO in map.cKirill Petrashin5 days1-0/+1
|
* Add ability to move the map aroundKirill Petrashin8 days1-16/+35
|
* Change comments to use /* asdf */ syntaxKirill Petrashin8 days1-9/+8
|
* Render start and goal in boldKirill Petrashin8 days1-0/+2
|
* Improve renderingKirill Petrashin10 days1-9/+29
|
* Rename player into startKirill Petrashin11 days1-5/+5
|
* Fix stack + implement rbt_maze_map()Kirill Petrashin11 days1-2/+54
|
* Initial commitKirill Petrashin2026-03-101-0/+77