Files
basic-computer-games/53_King/csharp/Program.cs
2022-10-21 21:48:58 +11:00

7 lines
173 B
C#

global using Games.Common.IO;
global using Games.Common.Randomness;
global using King.Resources;
using King;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();