Add game loop

This commit is contained in:
Andrew Cooper
2022-07-17 16:59:53 +10:00
parent 203f930e12
commit 68c7d13c57
2 changed files with 32 additions and 0 deletions

View File

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