Add replay loop

This commit is contained in:
Andrew Cooper
2023-01-27 08:32:16 +11:00
parent 29636d5696
commit 1c911e9b30
4 changed files with 95 additions and 6 deletions

View File

@@ -4,4 +4,4 @@ global using static Queen.Resources.Resource;
using Queen;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
new Games(new ConsoleIO(), new RandomNumberGenerator()).Play();