pokertools-arena 0.4.9 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/app.js +713 -199
- package/dist/index.html +65 -57
- package/dist/pokertools-arena.html +1448 -264
- package/dist/styles.css +672 -10
- package/docs/diagnostics/SUMMARY.md +1 -1
- package/docs/diagnostics/summary.json +1 -1
- package/docs/releases/RELEASE_NOTES.md +324 -0
- package/package.json +4 -2
- package/src/app.js +669 -268
- package/src/assets/all-in-chips.mp3 +0 -0
- package/src/assets/board-cards.mp3 +0 -0
- package/src/assets/card-deal.mp3 +0 -0
- package/src/assets/chip-bet.mp3 +0 -0
- package/src/assets/chip-drop.mp3 +0 -0
- package/src/assets/winner-bell.mp3 +0 -0
- package/src/index.html +65 -57
- package/src/lib/decision-core.js +79 -17
- package/src/styles.css +672 -10
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **Package** | `npx pokertools-arena` |
|
|
18
18
|
| **Runtime** | Node.js ≥ 24 for tooling; any modern browser for the app |
|
|
19
19
|
|
|
20
|
-
> **Current release: 0.
|
|
20
|
+
> **Current release: 0.7.0.** The table-audio release: the poker table now uses six normalized, role-named sound effects bundled straight into the app, and the table recorder mixes that Web Audio output into the video so recordings include the game audio.
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|