Add game logic and fix resources

This commit is contained in:
Andrew Cooper
2021-11-27 22:53:17 +11:00
parent 26374f143c
commit 9d7a904e68
14 changed files with 144 additions and 24 deletions

View File

@@ -61,6 +61,8 @@ namespace Tower.UI
private static string ReadString(string prompt)
{
Prompt(prompt);
var inputValues = ReadStrings();
if (inputValues.Length > 1)
{