Backgammon analysis engine
Find a file
2024-07-02 03:36:03 -07:00
cmd/tabula Skip calculating opponent moves when choosing doubles in acey-deucey 2024-04-22 13:06:57 -07:00
.gitignore Preallocate and parallelize analysis aggregation 2023-11-30 23:20:36 -08:00
analysis.go Skip calculating opponent moves when choosing doubles in acey-deucey 2024-04-22 13:06:57 -07:00
bei.go Support creating local BEI connections 2024-04-22 13:23:48 -07:00
board.go Fix calculating legal moves when bearing off 2024-07-02 03:36:03 -07:00
board_test.go Skip calculating opponent moves when choosing doubles in acey-deucey 2024-04-22 13:06:57 -07:00
DESIGN.md Fix analyzing acey-deucey games 2023-12-12 11:08:31 -08:00
go.mod Support analyzing tabula games 2024-01-08 03:51:49 -08:00
go.sum Support analyzing tabula games 2024-01-08 03:51:49 -08:00
LICENSE Initial commit 2023-11-29 23:59:50 -08:00
README.md Update README 2024-01-01 16:21:09 -08:00

tabula - Backgammon analysis engine

GoDoc Donate via LiberaPay

Information on the design of the engine is documented in DESIGN.md.

Support

Please share issues and suggestions here.