Files
basic-computer-games/72_Queen/csharp/Program.cs
Andrew Cooper 1c911e9b30 Add replay loop
2023-01-27 08:32:16 +11:00

7 lines
192 B
C#

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