mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-28 13:46:06 -08:00
Add computer strategy
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user