CSHARP-72 Add game intro

This commit is contained in:
Andrew Cooper
2023-01-25 23:01:36 +11:00
parent 083a11f42f
commit 29636d5696
3 changed files with 40 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
using Games.Common.IO;
global using Games.Common.IO;
global using Games.Common.Randomness;
global using static Queen.Resources.Resource;
var io = new ConsoleIO();
using Queen;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();