This repository contains a bitboard implementation in GNU Guile.

xiaolong yang fc3f6ec421 add import for format from ice-9 4 years ago
future-work 7311363df4 reorganize modules 4 years ago
.gitignore d102686205 added example implementation of a chess board 5 years ago
LICENSE f3727ccd67 change license 4 years ago
README.org 7311363df4 reorganize modules 4 years ago
bit-integer-operations-test.scm 816ca5158f add tests for bit-integer procedures 4 years ago
bit-integer-operations.scm fc3f6ec421 add import for format from ice-9 4 years ago
bit-operations-test.scm 99ec2f307e add more tests 4 years ago
bit-operations.scm 7311363df4 reorganize modules 4 years ago
bit-vector-operations-test.scm 564f872325 change spacing 4 years ago
bit-vector-operations.scm f878755131 removed old debug print 4 years ago
bitboard-model.scm 7311363df4 reorganize modules 4 years ago
bitboard-operations-test.scm ab8a7bbe34 add test case 4 years ago
bitboard-operations.scm 99ec2f307e add more tests 4 years ago
bitboard-test.scm 7311363df4 reorganize modules 4 years ago
chess-board.scm bc7ac518c7 implementing line blocked checking parts 5 years ago
clear-test-logs.sh 99ec2f307e add more tests 4 years ago
coords-model.scm 7311363df4 reorganize modules 4 years ago
coords-operations-test.scm 99ec2f307e add more tests 4 years ago
coords-operations.scm 99ec2f307e add more tests 4 years ago
game-board.scm 99ec2f307e add more tests 4 years ago
math.scm bc7ac518c7 implementing line blocked checking parts 5 years ago
piece.scm 7311363df4 reorganize modules 4 years ago
run-tests.sh fc3f6ec421 add import for format from ice-9 4 years ago
todo.org f5973e9616 add new timings for integers and implement integers bit code 4 years ago

README.org

Bitboard

This repository contains a bit board implementation plus some utilities for chess like games.