mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-07 12:57:05 -07:00
Add PlayerNumber
This commit is contained in:
@@ -0,0 +1 @@
|
||||
No fair. You're trying to chomp on empty space!
|
||||
@@ -1,2 +1 @@
|
||||
Player {0}
|
||||
Player {0}
|
||||
Player{0}
|
||||
@@ -10,8 +10,7 @@ internal static class Resource
|
||||
public static Stream HereWeGo => GetStream();
|
||||
public static Stream Introduction => GetStream();
|
||||
public static Stream Rules => GetStream();
|
||||
public static Stream TooManyColumns => GetStream();
|
||||
public static Stream TooManyRows => GetStream();
|
||||
public static Stream NoFair => GetStream();
|
||||
}
|
||||
|
||||
internal static class Formats
|
||||
|
||||
@@ -1 +1 @@
|
||||
You lose, player {0}
|
||||
You lose, player{0}
|
||||
Reference in New Issue
Block a user