Update README and DESIGN

This commit is contained in:
Trevor Slocum 2024-08-19 19:03:05 -07:00
parent ce0b448f09
commit 7895e575d4
2 changed files with 9 additions and 1 deletions

View file

@ -59,7 +59,7 @@ the available dice rolls.
Analysis is performed in parallel, utilizing all available CPU cores.
### Step 1: Simulate all legal move available to the player
### Step 1: Simulate all legal moves available to the player
Copy the current gamestate and simulate each available combination of legal moves.
Combinations that are logically equal are skipped.

View file

@ -4,6 +4,14 @@
Information on the design of the engine is documented in [DESIGN.md](https://code.rocket9labs.com/tslocum/tabula/src/branch/main/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](https://code.rocket9labs.com/tslocum/tabula/issues).