Commit Graph

12 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav 30ae28cfc7 Ex 25: Implement PacManAI::optimalDirection(). 2021-10-19 15:32:01 +02:00
Dag-Erling Smørgrav b97e1c6f2c Ex 25: Implement isValidMove(). 2021-10-19 15:32:01 +02:00
Dag-Erling Smørgrav 4b58b4115c Ex 25: Implement pelletClosestToPacman(). 2021-10-19 15:32:01 +02:00
Corentin Jabot c053b38c03 Fix build 2021-10-06 11:37:48 +02:00
Corentin Jabot a835774f5a Remove part of the AI implementation 2021-10-05 15:46:16 +02:00
Corentin Jabot c6d13a046a Add some AI tests 2021-10-05 13:43:08 +02:00
Corentin Jabot d5379872ce Cleanup AI code 2021-10-05 12:11:29 +02:00
Ólafur Waage a951c19a05 Changes after code review. 2021-09-22 14:15:33 +02:00
Ólafur Waage 260adb54db Fixes for clang-tidy. 2021-09-22 14:06:17 +02:00
Ólafur Waage db0756ca21 Different AI implementation. Now searches for nearest pellet. No ghost checks yet. 2021-09-20 15:17:07 +02:00
Ólafur Waage 9031609348 Work on the AI project. Not sure if this is good as an exercise. 2021-09-17 16:44:16 +02:00
Ólafur Waage 0712db77bb Initial helper functions for PacMan AI. Not complete. 2021-09-16 16:36:57 +02:00