mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-24 18:34:43 -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