Files
basic-computer-games/72_Queen/csharp/Program.cs
2023-01-25 23:01:36 +11:00

7 lines
191 B
C#

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