|
cb94ca52b9
|
rename to brchess
|
2023-06-22 16:07:16 +02:00 |
|
|
5bf5d6bae9
|
bodichess main loop (move gen/eval/fen init/print pos/print moves)
|
2021-11-14 11:35:03 +01:00 |
|
|
451afea6b5
|
refactor position: now contains board (not board *)
|
2021-11-12 20:22:20 +01:00 |
|
|
bd7d9f8551
|
add memory pool for positions
|
2021-11-12 18:33:39 +01:00 |
|
|
7c98f0d4c5
|
piece_t change, pack piece_details, conversion piece: mask<=>number
|
2021-11-10 15:54:13 +01:00 |
|
|
5623dc78a5
|
dummy eval func (pieces + square control), bit ops, shorter int types
|
2021-11-09 20:57:18 +01:00 |
|
|
d38e2f4543
|
Occupancy & square control bitboards + continue printf->logX
|
2021-11-08 08:38:38 +01:00 |
|
|
0e117bc2f9
|
move from printf to logX() - unfinished.
|
2021-11-03 12:39:23 +01:00 |
|
|
2f701c4bd5
|
pseudo-moves for pieces (not pawns nor special moves)
|
2021-10-31 12:16:11 +01:00 |
|
|
4bba067cd6
|
Add player's pieces list management + change board def.
|
2021-10-30 22:03:17 +02:00 |
|
|
f3124e728b
|
pool.c: remove pool (list_head) offset, std: c99 -> gnu99
|
2021-10-30 11:42:01 +02:00 |
|
|
7bdc428485
|
add license information & rename typedefs
|
2021-10-29 09:00:10 +02:00 |
|
|
264459dc0f
|
initial files
|
2021-10-27 16:09:56 +02:00 |
|