mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-09 03:43:01 -08:00
Complete game
This commit is contained in:
@@ -3,4 +3,4 @@ global using Games.Common.IO;
|
||||
global using Games.Common.Randomness;
|
||||
global using static Digits.Resources.Resource;
|
||||
|
||||
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
|
||||
new GameSeries(new ConsoleIO(), new RandomNumberGenerator()).Play();
|
||||
Reference in New Issue
Block a user