linqs / pacman

Undergraduate AI assignments disguised as Pac-Man!

Home Page:https://linqs.github.io/pacman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework distanceCalculator.py

eriq-augustine opened this issue · comments

commented

There are two classes and a handful of functions in this file.
It should not be this complicated.
This file serves one purpose: quickly get the distance between two points.
There should be a single class in here and no lone functions.