aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement the priority queue (without ppq_reorganize)Kirill Petrashin2026-03-201-2/+3
|
* Add macros for errors and todos, outline priority_queue.cKirill Petrashin2026-03-191-0/+1
|
* Add option to generate a new mazeKirill Petrashin2026-03-191-0/+3
|
* Add a TODO entryKirill Petrashin2026-03-181-0/+1
|
* Add ability to move the map aroundKirill Petrashin2026-03-161-2/+12
|
* Make the maze adapt to screen size (not sure why)Kirill Petrashin2026-03-161-3/+7
|
* Update TODOKirill Petrashin2026-03-161-2/+2
|
* Change comments to use /* asdf */ syntaxKirill Petrashin2026-03-161-5/+5
|
* Improve renderingKirill Petrashin2026-03-141-8/+11
|
* Rename player into startKirill Petrashin2026-03-141-3/+3
|
* Add some TODOsKirill Petrashin2026-03-141-0/+2
|
* Remove a TODO entry for maze implementationKirill Petrashin2026-03-141-1/+0
|
* Fix stack + implement rbt_maze_map()Kirill Petrashin2026-03-141-3/+3
|
* Add a TODO list in main.cKirill Petrashin2026-03-101-0/+5
|
* Initial commitKirill Petrashin2026-03-101-0/+40