Add computer strategy

This commit is contained in:
Andrew Cooper
2023-01-28 15:25:52 +11:00
parent 1c911e9b30
commit 3e88424a52
8 changed files with 170 additions and 99 deletions

View File

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