- Implemented a player info row displaying the player's name and balance in the game interface. - Added animations for balance changes (increase/decrease) to enhance user experience. - Introduced a congratulatory system where bots congratulate players for strong hands based on hand strength probabilities. - Updated styles for player balance display and added relevant CSS animations. - Enhanced game logic to trigger congratulatory messages from bots after a hand concludes. - Documented the new congratulatory system and player balance display features. |
||
|---|---|---|
| public | ||
| .gitignore | ||
| CONGRATULATIONS_SYSTEM.md | ||
| LICENSE | ||
| LLM_CONTEXT_EXAMPLE.md | ||
| PLAYER_BALANCE_DISPLAY.md | ||
| README.md | ||
| database.js | ||
| package-lock.json | ||
| package.json | ||
| poker.db | ||
| server.js | ||