Add main game loop

This commit is contained in:
Andrew Cooper
2022-07-30 16:19:50 +10:00
parent a2dc514955
commit aedfd73e8c
3 changed files with 43 additions and 7 deletions

View File

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