Backgammon analysis engine
Find a file
2023-12-23 00:49:35 -08:00
cmd/tabula Add verbose flag 2023-12-23 00:49:35 -08:00
.gitignore Preallocate and parallelize analysis aggregation 2023-11-30 23:20:36 -08:00
analysis.go Add verbose flag 2023-12-23 00:49:35 -08:00
bei.go Add verbose flag 2023-12-23 00:49:35 -08:00
board.go Support playing acey-deucey games via BEI 2023-12-22 23:11:19 -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 Support playing acey-deucey games via BEI 2023-12-22 23:11:19 -08:00
go.sum Support playing acey-deucey games via BEI 2023-12-22 23:11:19 -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.