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