Backgammon analysis engine
Find a file
2024-02-07 11:59:47 -08:00
cmd/tabula Do not count one blot past opponent 2024-01-17 21:53:36 -08:00
.gitignore Preallocate and parallelize analysis aggregation 2023-11-30 23:20:36 -08:00
analysis.go Do not count one blot past opponent 2024-01-17 21:53:36 -08:00
bei.go Support analyzing tabula games 2024-01-08 03:51:49 -08:00
board.go Increase blot weight as opponent blocks spaces in their home board 2024-02-07 11:59:47 -08:00
board_test.go Require using the higher roll value when only one move may be played 2024-01-31 11:28:43 -08: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.