Setup game skeleton

This commit is contained in:
Andrew Cooper
2022-04-19 07:47:20 +10:00
parent 89dba2e3f8
commit 62a4d0b5f1
6 changed files with 58 additions and 0 deletions

View File

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