This repository contains a bitboard implementation in GNU Guile.

zelphir.kaltstahl 44f1f6efa2 more explanations and comments + renamings пре 4 година
future-work 7311363df4 reorganize modules пре 5 година
generation 44f1f6efa2 more explanations and comments + renamings пре 4 година
issues 7aecc83803 create essentials of squares mapping пре 5 година
notes c701bde876 add another paper found online пре 5 година
tests 39517b0ff0 add tests for create-bb пре 5 година
utils 671a552f86 implement left shift and right shift wrappers for readability пре 5 година
.gitignore d17c0c923d Add notes from Hyatt paper пре 5 година
LICENSE f3727ccd67 change license пре 5 година
Makefile dbb1bc1319 added coverage, but not working correctly пре 5 година
README.org 51fd42322f rephrase to indicate WIP пре 5 година
bit-integer-operations.scm 03dc82925a implement other display procedure for bitmaps пре 5 година
bit-operations.scm 7311363df4 reorganize modules пре 5 година
bit-vector-operations.scm f878755131 removed old debug print пре 5 година
bitboard-model.scm bf9c2d8072 improve assertions about positive numbers for bitboard creation пре 5 година
bitboard-operations.scm 77104215eb adapt bitboard operations and tests пре 5 година
chess-board.scm bc7ac518c7 implementing line blocked checking parts пре 6 година
clear-test-logs.sh d17c0c923d Add notes from Hyatt paper пре 5 година
coords-model.scm d2415ba1fa simplified checks for indices by splitting up error cases пре 5 година
coords-operations.scm 99ec2f307e add more tests пре 5 година
game-board.scm 99ec2f307e add more tests пре 5 година
math.scm bc7ac518c7 implementing line blocked checking parts пре 6 година
notes.org ffe9f8d047 add new notes.org file to contain helpful snippets and other things пре 5 година
piece.scm 7311363df4 reorganize modules пре 5 година
run-tests-with-coverage.scm dbb1bc1319 added coverage, but not working correctly пре 5 година
run-tests.sh d17c0c923d Add notes from Hyatt paper пре 5 година
test.info dbb1bc1319 added coverage, but not working correctly пре 5 година
todo.org aad34f5a9b update todo file пре 5 година

README.org

Bitboard

This repository contains a WIP (work-in-progress) bit board implementation plus some utilities for chess like games.