Add some comments and game loop

This commit is contained in:
Andrew Cooper
2022-04-17 19:47:22 +10:00
parent c9cd477022
commit ab48a16f7f
2 changed files with 18 additions and 15 deletions

View File

@@ -3,4 +3,4 @@ global using Games.Common.Numbers;
using Bounce;
new Game(new ConsoleIO()).Play();
new Game(new ConsoleIO()).Play(() => true);