mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
Removed extra line printed after each generation, to better match the original's visuals.
This commit is contained in:
@@ -150,8 +150,7 @@ void ProcessSimulation()
|
||||
{
|
||||
matrixOutput.AppendLine();
|
||||
}
|
||||
Console.WriteLine(matrixOutput);
|
||||
Console.WriteLine();
|
||||
Console.Write(matrixOutput);
|
||||
|
||||
void UpdateSearchArea()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user