aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add macros for errors and todos, outline priority_queue.cKirill Petrashin5 days4-2/+34
* Add option to generate a new mazeKirill Petrashin6 days1-0/+3
* Add file to .gitignoreKirill Petrashin6 days1-0/+1
* Add a TODO entryKirill Petrashin7 days1-0/+1
* Add ability to move the map aroundKirill Petrashin9 days3-19/+48
* Make the maze adapt to screen size (not sure why)Kirill Petrashin9 days1-3/+7
* Update TODOKirill Petrashin9 days1-2/+2
* Change comments to use /* asdf */ syntaxKirill Petrashin9 days6-26/+25
* Render start and goal in boldKirill Petrashin9 days1-0/+2
* Improve renderingKirill Petrashin11 days4-24/+50
* Draft the priority queueKirill Petrashin11 days4-2/+40
* Add files for a priority queue (no implementation)Kirill Petrashin11 days1-2/+2
* Rename player into startKirill Petrashin11 days4-12/+12
* 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 days6-18/+77
* implement a PositionStackKirill Petrashin11 days2-1/+40
* Add a TODO list in main.cKirill Petrashin2026-03-101-0/+5
* Add header protect thingy in stack.hKirill Petrashin2026-03-101-0/+5
* Initial commitKirill Petrashin2026-03-108-0/+191