From 8fe2319e189b4d830a892b8c686d08cff5556962 Mon Sep 17 00:00:00 2001 From: scratko Date: Thu, 31 Jul 2025 03:55:59 +0300 Subject: Add README and revise distance metric Added many inline comments for clarity. Introduced initial version of README with gameplay details, controls, and AI logic. Replaced Euclidean distance with Manhattan distance in standard_distance() to better match grid-based movement without diagonal traversal. --- pacman.png | Bin 0 -> 12471 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pacman.png (limited to 'pacman.png') diff --git a/pacman.png b/pacman.png new file mode 100644 index 0000000..c4be68e Binary files /dev/null and b/pacman.png differ -- cgit v1.2.3