Complete game

This commit is contained in:
Andrew Cooper
2022-08-03 08:40:05 +10:00
parent aedfd73e8c
commit 572b9b3a69
8 changed files with 159 additions and 34 deletions

View File

@@ -3,4 +3,4 @@ global using Games.Common.IO;
global using Games.Common.Randomness;
global using static Digits.Resources.Resource;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
new GameSeries(new ConsoleIO(), new RandomNumberGenerator()).Play();