oecs-sharp/Blackjack/Components
hypercross 7946f4bafd refactor: reorganize project structure and move examples
- Move examples (Blackjack, TicTacToe) to the root directory
- Convert example projects from Console applications to Libraries
- Add Directory.Build.props for shared build settings
- Update solution file and project references to reflect new paths
2026-07-20 16:30:02 +08:00
..
Card.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
DealerHand.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
Deck.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
Holds.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
InDeck.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
PlayerHand.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
Rank.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
Suit.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00