likeawizard / chess-go

Chess engine with lichess.org bot-play integration. Discontinued. Further development migrated to https://github.com/likeawizard/tofiks
2 stars 0 forks source link

Pseudo legal move generator #44

Closed likeawizard closed 2 years ago

likeawizard commented 2 years ago

Generate pseudo legal moves. Only verify move legality inside the search function. Due to alphabeta pruning many generated moves are never played due to cut-offs so legality checks in the move generator can be deferred to just before playing a move for performance.