diff --git a/ET/Web/Layout/NavMenu.razor b/ET/Web/Layout/NavMenu.razor index 1fe0b75..421d6e3 100644 --- a/ET/Web/Layout/NavMenu.razor +++ b/ET/Web/Layout/NavMenu.razor @@ -28,6 +28,11 @@ Gear +
@if (groupedNotes == null) { diff --git a/ET/Web/Pages/Simulation.razor b/ET/Web/Pages/Simulation.razor new file mode 100644 index 0000000..e59b69f --- /dev/null +++ b/ET/Web/Pages/Simulation.razor @@ -0,0 +1,220 @@ +@page "/simulation" +@inject GameSimulationService SimService +@implements IDisposable + +Simulate 20 turns of predator, prey, and flora ecology across the valley.
+ +