aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some TODO entriesKirill Petrashin34 hours1-1/+3
|
* Implement 8dir breadth-first-search and some other stuffKirill Petrashin3 days1-4/+7
|
* Add ability to choose maps via args + create more maps + don't insert ↵Kirill Petrashin3 days1-17/+33
| | | | elements into a PPQ if there's one with better priority
* Handle when visited == NULL in draw_map()Kirill Petrashin3 days1-1/+0
|
* Add rendering of visited tilesKirill Petrashin3 days1-8/+9
|
* Implement breadth-first-search + fix the priority queue + some other stuffKirill Petrashin3 days1-20/+33
|
* Add ability to read plaintext maps from filesKirill Petrashin4 days1-3/+12
|
* Implement the priority queue (without ppq_reorganize)Kirill Petrashin4 days1-2/+3
|
* Add macros for errors and todos, outline priority_queue.cKirill Petrashin5 days1-0/+1
|
* Add option to generate a new mazeKirill Petrashin6 days1-0/+3
|
* Add a TODO entryKirill Petrashin6 days1-0/+1
|
* Add ability to move the map aroundKirill Petrashin8 days1-2/+12
|
* Make the maze adapt to screen size (not sure why)Kirill Petrashin8 days1-3/+7
|
* Update TODOKirill Petrashin8 days1-2/+2
|
* Change comments to use /* asdf */ syntaxKirill Petrashin8 days1-5/+5
|
* Improve renderingKirill Petrashin10 days1-8/+11
|
* Rename player into startKirill Petrashin10 days1-3/+3
|
* Add some TODOsKirill Petrashin11 days1-0/+2
|
* Remove a TODO entry for maze implementationKirill Petrashin11 days1-1/+0
|
* Fix stack + implement rbt_maze_map()Kirill Petrashin11 days1-3/+3
|
* Add a TODO list in main.cKirill Petrashin2026-03-101-0/+5
|
* Initial commitKirill Petrashin2026-03-101-0/+40