init
This commit is contained in:
@@ -102,13 +102,13 @@ namespace StripJackNaked
|
|||||||
|
|
||||||
|
|
||||||
// Show some output
|
// Show some output
|
||||||
Console.WriteLine("Player 0: ");
|
Console.WriteLine("Player 0:");
|
||||||
ShowList(Players[0].Hand);
|
ShowList(Players[0].Hand);
|
||||||
|
|
||||||
Console.WriteLine("Player 1: ");
|
Console.WriteLine("Player 1:");
|
||||||
ShowList(Players[1].Hand);
|
ShowList(Players[1].Hand);
|
||||||
|
|
||||||
Console.WriteLine("Kitty");
|
Console.WriteLine("Kitty:");
|
||||||
ShowList(Kitty.Pile);
|
ShowList(Kitty.Pile);
|
||||||
|
|
||||||
Console.WriteLine("---------------------");
|
Console.WriteLine("---------------------");
|
||||||
|
|||||||
Reference in New Issue
Block a user