dev: refactoring things to be more OOP! whoop whoop

Still struggling to understand all these concepts, and I will admit
to using ChatGPT to try and explain where I was going wrong which
did help quite a bit. But if I get this right it will be much
more robust and less "fragile" as they say.
This commit is contained in:
A.M. Rowsell 2025-09-13 11:18:27 -04:00
commit a56fb4d60f
Signed by untrusted user who does not match committer: amr
GPG key ID: E0879EDBDB0CA7B1
4 changed files with 32 additions and 57 deletions

View file

@ -28,7 +28,7 @@
#include <string>
#include <memory>
#include <vector>
#include "Board.hpp"
class Board;
enum PieceType {