This repository contains a bitboard implementation in GNU Guile.
zelphir.kaltstahl 44f1f6efa2 more explanations and comments + renamings | пре 4 година | |
---|---|---|
future-work | пре 5 година | |
generation | пре 4 година | |
issues | пре 5 година | |
notes | пре 5 година | |
tests | пре 5 година | |
utils | пре 5 година | |
.gitignore | пре 5 година | |
LICENSE | пре 5 година | |
Makefile | пре 5 година | |
README.org | пре 5 година | |
bit-integer-operations.scm | пре 5 година | |
bit-operations.scm | пре 5 година | |
bit-vector-operations.scm | пре 5 година | |
bitboard-model.scm | пре 5 година | |
bitboard-operations.scm | пре 5 година | |
chess-board.scm | пре 6 година | |
clear-test-logs.sh | пре 5 година | |
coords-model.scm | пре 5 година | |
coords-operations.scm | пре 5 година | |
game-board.scm | пре 5 година | |
math.scm | пре 6 година | |
notes.org | пре 5 година | |
piece.scm | пре 5 година | |
run-tests-with-coverage.scm | пре 5 година | |
run-tests.sh | пре 5 година | |
test.info | пре 5 година | |
todo.org | пре 5 година |
This repository contains a WIP (work-in-progress) bit board implementation plus some utilities for chess like games.