a beautyfull non working application :)
This commit is contained in:
@@ -43,16 +43,21 @@ namespace WaveFunctionCollapseCLI
|
||||
colors.Add(ConsoleColor.DarkGreen); //Little_Forest
|
||||
colors.Add(ConsoleColor.DarkGray); //Forest (Sorry I dont have tha many colors to work with)
|
||||
|
||||
int step = 1;
|
||||
|
||||
while (true)
|
||||
{
|
||||
Console.Clear();
|
||||
Console.WriteLine("********** Welcome to WaveFunctionCollapse **********");
|
||||
Console.WriteLine("Press any key to to to the next step");
|
||||
Console.WriteLine($"Step : {step}");
|
||||
|
||||
map.NextStep();
|
||||
if (step > 1)
|
||||
map.NextStep();
|
||||
map.Display(avaibleTilesTypes,colors);
|
||||
|
||||
Console.ReadKey();
|
||||
step++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user