A Texas Hold'em poker game implementation with both GUI and console interfaces, built with C# and Avalonia UI.
- Play Texas Hold'em poker
- Cross-platform compatibility (Windows, macOS, Linux)
- Two interface options:
- Graphical interface using Avalonia UI
- Text-based console interface
- PokerGame.Core: Contains the core game logic and models
- PokerGame.Console: Console-based interface for the game
- PokerGame.Avalonia: GUI interface built with Avalonia UI
- .NET 6.0 or later
- Git (for version control)
git clone https://github.com/yourusername/poker-game.git
cd poker-game