mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-26 04:41:52 -08:00
CSHARP-72 Add game intro
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
using Games.Common.IO;
|
||||
global using Games.Common.IO;
|
||||
global using Games.Common.Randomness;
|
||||
global using static Queen.Resources.Resource;
|
||||
|
||||
var io = new ConsoleIO();
|
||||
using Queen;
|
||||
|
||||
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|
||||
Reference in New Issue
Block a user