|
b90a60e877
|
Change board defintion from vector<vector<int>> to vector<vector<char>> for better compatibility with chesspiece.cpp
|
2024-12-19 14:18:50 +01:00 |
|
|
390ebb597e
|
Create parent class for pieces and change board source from int to char
|
2024-12-19 00:05:13 +01:00 |
|
|
e26a7e4927
|
Add first iteration of primitiv working move method
|
2024-12-18 23:12:48 +01:00 |
|
|
95bc2a3f3c
|
Move draw method to new class file; Add Utils class
|
2024-12-18 20:26:28 +01:00 |
|