Backgammon analysis engine
Find a file
2024-11-22 22:44:36 -08: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 Display analysis speed in positions/second 2024-11-22 22:44:36 -08:00
bei.go Display analysis speed in positions/second 2024-11-22 22:44:36 -08:00
board.go Return number of analyzed positions 2024-11-22 00:42:40 -08:00
board_test.go Optimize movesEqual 2024-10-18 12:42:17 -07:00
DESIGN.md Update README and DESIGN 2024-08-19 19:03:05 -07:00
go.mod Return number of analyzed positions 2024-11-22 00:42:40 -08:00
go.sum Return number of analyzed positions 2024-11-22 00:42:40 -08:00
LICENSE Initial commit 2023-11-29 23:59:50 -08:00
README.md Return number of analyzed positions 2024-11-22 00:42:40 -08: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.