aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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 Petrashin10 days1-0/+2
* Remove a TODO entry for maze implementationKirill Petrashin10 days1-1/+0
* Fix stack + implement rbt_maze_map()Kirill Petrashin10 days1-3/+3
* Add a TODO list in main.cKirill Petrashin2026-03-101-0/+5
* Initial commitKirill Petrashin2026-03-101-0/+40