mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
Add some comments and game loop
This commit is contained in:
@@ -3,4 +3,4 @@ global using Games.Common.Numbers;
|
||||
|
||||
using Bounce;
|
||||
|
||||
new Game(new ConsoleIO()).Play();
|
||||
new Game(new ConsoleIO()).Play(() => true);
|
||||
Reference in New Issue
Block a user