mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-05 17:48:52 -08:00
Add game logic and fix resources
This commit is contained in:
@@ -61,6 +61,8 @@ namespace Tower.UI
|
||||
|
||||
private static string ReadString(string prompt)
|
||||
{
|
||||
Prompt(prompt);
|
||||
|
||||
var inputValues = ReadStrings();
|
||||
if (inputValues.Length > 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user