Go to file
ur002 24e457885d feat: add player balance display and congratulatory system for strong hands
- 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.
2026-02-01 21:09:01 +03:00
public feat: add player balance display and congratulatory system for strong hands 2026-02-01 21:09:01 +03:00
.gitignore Refactor code structure for improved readability and maintainability 2026-02-01 21:09:00 +03:00
CONGRATULATIONS_SYSTEM.md feat: add player balance display and congratulatory system for strong hands 2026-02-01 21:09:01 +03:00
LICENSE Initial commit 2026-02-01 18:02:51 +00:00
LLM_CONTEXT_EXAMPLE.md feat: add player balance display and congratulatory system for strong hands 2026-02-01 21:09:01 +03:00
PLAYER_BALANCE_DISPLAY.md feat: add player balance display and congratulatory system for strong hands 2026-02-01 21:09:01 +03:00
README.md Initial commit 2026-02-01 18:02:51 +00:00
database.js feat: add player balance display and congratulatory system for strong hands 2026-02-01 21:09:01 +03:00
package-lock.json feat(auth): implement client-side authentication module for Texas Hold'em game 2026-02-01 21:09:01 +03:00
package.json feat(auth): implement client-side authentication module for Texas Hold'em game 2026-02-01 21:09:01 +03:00
poker.db feat: add player balance display and congratulatory system for strong hands 2026-02-01 21:09:01 +03:00
server.js feat(auth): implement client-side authentication module for Texas Hold'em game 2026-02-01 21:09:01 +03:00

README.md

poker