This repository contains a bitboard implementation in GNU Guile.

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

README.org

Bitboard

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