Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tracking coins eaten | scratko | 2024-04-07 | 1 | -7/+29 |
| | | | | | | | 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 files | scratko | 2024-04-07 | 1 | -62/+91 |
| | | | | | | Fixed remaining direction check for pacman (old version was commented out). Breadth First Search for red ghost. Changed switch style. | ||||
* | Initial commit | scratko | 2024-04-02 | 1 | -0/+113 |