Files
basic-computer-games/77_Salvo/csharp/Program.cs
2023-04-22 08:10:01 +10:00

9 lines
245 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();