Backgammon analysis engine
Find a file
2024-08-19 19:55:21 -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 Add bear off test case 2024-08-19 19:55:21 -07:00
board_test.go Add bear off test case 2024-08-19 19:55:21 -07:00
DESIGN.md Update README and DESIGN 2024-08-19 19:03:05 -07: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 and DESIGN 2024-08-19 19:03:05 -07:00

tabula - Backgammon analysis engine

GoDoc Donate via LiberaPay

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

Play

A tabula bot is available to play against at https://bgammon.org for each supported variant:

  • Backgammon
  • Acey-deucey
  • Tabula

Support

Please share issues and suggestions here.