mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-30 10:06:35 -07:00
Transliterate game logic
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Basketball;
|
||||
using Games.Common.IO;
|
||||
using Games.Common.Randomness;
|
||||
|
||||
var game = new Game(new ConsoleIO(), new RandomNumberGenerator());
|
||||
|
||||
game.Play();
|
||||
Reference in New Issue
Block a user