// // Created by pranshav on 11/18/24. // #include "points.h" #include #include class RandomPlayer { public: point randomMove(Points& points); };