back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added behavior modesscratko2024-04-128-54/+308
| | | | | Reverse direction Random direction
* Removed the reverse motion for ghostsscratko2024-04-115-24/+79
| | | | Yellow intersections added.
* Searching for all ghostsscratko2024-04-104-35/+215
|
* Tracking coins eatenscratko2024-04-079-56/+117
| | | | | | | 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-0710-221/+428
| | | | | | Fixed remaining direction check for pacman (old version was commented out). Breadth First Search for red ghost. Changed switch style.
* Initial commitscratko2024-04-028-0/+653