Files
basic-computer-games/77_Salvo/csharp/Program.cs
2023-05-10 07:54:36 +10:00

10 lines
299 B
C#

global using System;
global using Games.Common.IO;
global using Games.Common.Randomness;
global using Salvo;
global using Salvo.Ships;
global using static Salvo.Resources.Resource;
//new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
new Game(new ConsoleIO(), new DataRandom()).Play();