Add PlayerNumber

This commit is contained in:
Andrew Cooper
2022-07-17 18:34:48 +10:00
parent bbbf5560f4
commit fae67d6a2a
7 changed files with 97 additions and 6 deletions

View File

@@ -0,0 +1 @@
No fair. You're trying to chomp on empty space!

View File

@@ -1,2 +1 @@
Player {0}
Player {0}
Player{0}

View File

@@ -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

View File

@@ -1 +1 @@
You lose, player {0}
You lose, player{0}