Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added behavior modes | scratko | 2024-04-12 | 8 | -54/+308 |
| | | | | | Reverse direction Random direction | ||||
* | Removed the reverse motion for ghosts | scratko | 2024-04-11 | 5 | -24/+79 |
| | | | | Yellow intersections added. | ||||
* | Searching for all ghosts | scratko | 2024-04-10 | 4 | -35/+215 |
| | |||||
* | Tracking coins eaten | scratko | 2024-04-07 | 9 | -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 files | scratko | 2024-04-07 | 10 | -221/+428 |
| | | | | | | 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 | 8 | -0/+653 |