Karma Riuk
|
1625345f08
|
fixed board.cpp
|
2025-02-02 20:28:50 +01:00 |
|
Karma Riuk
|
a790677bb7
|
implemented queen legal moves
|
2025-02-02 20:28:41 +01:00 |
|
Karma Riuk
|
703dcef59f
|
implemented knight legal moves
|
2025-02-02 20:24:42 +01:00 |
|
Karma Riuk
|
d74222c2f4
|
implemented rook legal moves
|
2025-02-02 20:19:07 +01:00 |
|
Karma Riuk
|
01c912435b
|
implemented bishop legal moves
|
2025-02-02 20:17:36 +01:00 |
|
Karma Riuk
|
8bf164cb05
|
extracted coords to its own hpp
|
2025-02-02 20:17:27 +01:00 |
|
Karma Riuk
|
e08dbb913e
|
fixed board and pawn moves
|
2025-02-02 19:49:21 +01:00 |
|
Karma Riuk
|
fea3f6c98a
|
fixed signature
|
2025-02-02 18:24:23 +01:00 |
|
Karma Riuk
|
da55f0085f
|
implemented (partially) the pawn move
|
2025-02-02 18:17:37 +01:00 |
|
Karma Riuk
|
95327ec653
|
cleaned up main
|
2025-02-02 18:17:19 +01:00 |
|
Karma Riuk
|
1a4e33201e
|
when loading a fen ref, i return the object and
not a pointer
|
2025-02-02 18:17:02 +01:00 |
|
Karma Riuk
|
67e377bfde
|
made some seperation of concerns
|
2025-02-02 17:16:37 +01:00 |
|
Karma Riuk
|
29453fbb14
|
implemented some stuff
|
2025-02-02 17:13:55 +01:00 |
|
Karma Riuk
|
585e392b6a
|
created move struct
|
2025-02-02 16:49:24 +01:00 |
|
Karma Riuk
|
d436c5a032
|
made stuff a tiny bit more compact
|
2025-02-02 16:49:10 +01:00 |
|
Karma Riuk
|
08c0a3b50b
|
added test support to the makefile
|
2025-02-02 16:37:59 +01:00 |
|
Karma Riuk
|
0ae37a3eba
|
did some stuff to make makefile work... it was
painful
|
2025-02-02 16:26:46 +01:00 |
|