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