Add Program and Game class

This commit is contained in:
Andrew Cooper
2022-07-23 18:42:03 +10:00
parent dbeeae8154
commit d1cf340e9f
2 changed files with 26 additions and 0 deletions

View File

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