mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-29 06:05:36 -08:00
Add PlayerNumber
This commit is contained in:
1
26_Chomp/csharp/Resources/NoFair.txt
Normal file
1
26_Chomp/csharp/Resources/NoFair.txt
Normal file
@@ -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