mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Add Program and Game class
This commit is contained in:
8
30_Cube/csharp/Program.cs
Normal file
8
30_Cube/csharp/Program.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
global using Games.Common.IO;
|
||||
global using Games.Common.Randomness;
|
||||
|
||||
global using static Cube.Resources.Resource;
|
||||
|
||||
using Cube;
|
||||
|
||||
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|
||||
Reference in New Issue
Block a user