Add game intro

This commit is contained in:
Andrew Cooper
2022-08-12 17:49:05 +10:00
parent 7ab0e91c1f
commit 35f8248b1f
4 changed files with 52 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
global using Games.Common.IO;
global using static OneCheck.Resources.Resource;
using OneCheck;
new Game(new ConsoleIO()).Play();