mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Transliterate game logic
This commit is contained in:
7
07_Basketball/csharp/Program.cs
Normal file
7
07_Basketball/csharp/Program.cs
Normal file
@@ -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