mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
Fix game loop and finished message
This commit is contained in:
@@ -36,10 +36,10 @@ internal class PartCollection
|
||||
{
|
||||
if (_count == 0) { return; }
|
||||
|
||||
builder.Append(' ', offset);
|
||||
|
||||
for (var i = 0; i < length; i++)
|
||||
{
|
||||
builder.Append(' ', offset);
|
||||
|
||||
for (var j = 0; j < _count; j++)
|
||||
{
|
||||
builder.Append(character).Append(' ');
|
||||
|
||||
Reference in New Issue
Block a user