Search found 1 match

by daniel_bog
Sat Aug 01, 2015 9:07 am
Forum: Programming and Technical Discussions
Topic: How do i know which bitboard to update after a move ?
Replies: 2
Views: 3497

How do i know which bitboard to update after a move ?

Hello :)
This is my first attempt on creating a chess engine.
As a first goal I'd like it to be able to reliably beat me in chess ... :lol:

I jumped into C and after some research I chose to represent my board with bitboards. I have bitboards for all the pieces and colors (i.e pawns[WHITE, BLACK ...