Add Card, Rank and Suit types

This commit is contained in:
Andrew Cooper
2022-05-17 19:17:13 +10:00
parent 7773d82833
commit 078ea428c5
2 changed files with 118 additions and 45 deletions

View File

@@ -1,4 +1,5 @@
global using Games.Common.IO;
global using Games.Common.Randomness;
global using Poker;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();