Backgammon analysis engine
Find a file
2023-12-20 16:47:51 -08:00
cmd/tabula Add initial support for BEI protocol 2023-12-20 16:47:51 -08:00
.gitignore Preallocate and parallelize analysis aggregation 2023-11-30 23:20:36 -08:00
analysis.go Store moves as [4][2]int8 instead of [4][2]int 2023-12-17 22:53:45 -08:00
bei.go Add initial support for BEI protocol 2023-12-20 16:47:51 -08:00
board.go Store moves as [4][2]int8 instead of [4][2]int 2023-12-17 22:53:45 -08:00
board_test.go Store moves as [4][2]int8 instead of [4][2]int 2023-12-17 22:53:45 -08:00
DESIGN.md Fix analyzing acey-deucey games 2023-12-12 11:08:31 -08:00
go.mod Add initial support for BEI protocol 2023-12-20 16:47:51 -08:00
go.sum Add initial support for BEI protocol 2023-12-20 16:47:51 -08:00
LICENSE Initial commit 2023-11-29 23:59:50 -08:00
README.md Initial commit 2023-11-29 23:59:50 -08:00

tabula - Backgammon analysis engine

GoDoc Donate via LiberaPay

This package is not ready for production use.

Support

Please share issues and suggestions here.