CSHARP-53 Create program sturcture

This commit is contained in:
Andrew Cooper
2022-10-21 21:48:58 +11:00
parent 399a2a7e81
commit 9b471073b0
7 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
global using Games.Common.IO;
global using Games.Common.Randomness;
global using King.Resources;
using King;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();