Commit Graph

4 Commits

Author SHA1 Message Date
ur002 cfb350fa8a 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 19:12:06 +03:00
ur002 9138a58e72 feat(auth): implement client-side authentication module for Texas Hold'em game
- Added functions for user login, registration, and guest play
- Implemented token management and user session handling
- Created UI updates for user display and admin panel settings
- Integrated server communication for user settings and logs
- Added error handling and notifications for user actions
2026-02-01 13:14:21 +03:00
ur002 d81110cc3e Add card back customization options and styles 2026-02-01 12:12:40 +03:00
ur002 1c4c61b21b Refactor code structure for improved readability and maintainability 2026-02-01 11:57:48 +03:00