Backgammon analysis engine
Find a file
2023-12-17 20:10:24 -08:00
cmd/tabula Reuse analysis result buffers 2023-12-11 12:18:42 -08:00
.gitignore Preallocate and parallelize analysis aggregation 2023-11-30 23:20:36 -08:00
analysis.go Fix calculating hit score 2023-12-17 20:10:24 -08:00
board.go Store moves as [4][2]int instead of [][]int 2023-12-13 13:43:59 -08:00
board_test.go Fix calculating hit score 2023-12-17 20:10:24 -08:00
DESIGN.md Fix analyzing acey-deucey games 2023-12-12 11:08:31 -08:00
go.mod Increase parallelism 2023-12-02 08:58:15 -08:00
go.sum Initial commit 2023-11-29 23:59:50 -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.