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:
parent
c333e3da9e
commit
a56fb4d60f
4 changed files with 32 additions and 57 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include <string>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include "Board.hpp"
|
||||
|
||||
class Board;
|
||||
|
||||
enum PieceType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue