mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
7 lines
144 B
C#
7 lines
144 B
C#
using Games.Common.IO;
|
|
using Games.Common.Randomness;
|
|
using Hexapawn;
|
|
|
|
new GameSeries(new ConsoleIO(), new RandomNumberGenerator()).Play();
|
|
|