mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Cleanup Game creation and main loop
This commit is contained in:
@@ -2,6 +2,6 @@ using Basketball;
|
||||
using Games.Common.IO;
|
||||
using Games.Common.Randomness;
|
||||
|
||||
var game = new Game(new ConsoleIO(), new RandomNumberGenerator());
|
||||
var game = Game.Create(new ConsoleIO(), new RandomNumberGenerator());
|
||||
|
||||
game.Play();
|
||||
Reference in New Issue
Block a user