Files
basic-computer-games/26_Chomp/csharp/Program.cs
Andrew Cooper 68c7d13c57 Add game loop
2022-07-17 16:59:53 +10:00

5 lines
107 B
C#

global using Games.Common.IO;
global using Chomp.Resources;
using Chomp;
new Game(new ConsoleIO()).Play();