Complete game

This commit is contained in:
Andrew Cooper
2022-08-03 08:40:05 +10:00
parent aedfd73e8c
commit 572b9b3a69
8 changed files with 159 additions and 34 deletions

View File

@@ -24,6 +24,11 @@ internal static class Resource
public static string WantToTryAgain => GetString();
}
internal static class Formats
{
public static string GuessResult => GetString();
}
private static string GetString([CallerMemberName] string? name = null)
{
using var stream = GetStream(name);