back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ghosts.h
Commit message (Collapse)AuthorAgeFilesLines
* Added behavior modesscratko2024-04-121-1/+8
| | | | | Reverse direction Random direction
* Searching for all ghostsscratko2024-04-101-3/+13
|
* Tracking coins eatenscratko2024-04-071-1/+3
| | | | | | | 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-071-10/+10
| | | | | | Fixed remaining direction check for pacman (old version was commented out). Breadth First Search for red ghost. Changed switch style.
* Initial commitscratko2024-04-021-0/+65