Files
basic-computer-games/46_Hexapawn/csharp/Program.cs
2022-03-18 07:05:27 +11:00

7 lines
144 B
C#

using Games.Common.IO;
using Games.Common.Randomness;
using Hexapawn;
new GameSeries(new ConsoleIO(), new RandomNumberGenerator()).Play();