back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/queue.h
Commit message (Collapse)AuthorAge
* Tracking coins eatenscratko2024-04-07
| | | | | | | The initialization of ncurses parameters and ghosts was put into functions. The order of movements has been changed: now pacman moves first. Accounting for eaten coins. Correct coin erasure.
* BFS, queue filesscratko2024-04-07
Fixed remaining direction check for pacman (old version was commented out). Breadth First Search for red ghost. Changed switch style.