From 3c0a07b5f69d606da1f9981de9f1bf607f52eb24 Mon Sep 17 00:00:00 2001 From: Andy W <46545759+andyw1589@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:56:02 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 93dfcd1..d77a1d4 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ At the bottom of the market screen is a button that takes you back to the farm m To remove HYC seed or fertilizer from a plot of land, simply select it with the proper toggle enabled. +Plots by default have regular seed. After the simulation (after the harvest on the 7th year), there will be a results screen to show your final score. This is followed by some self reflection questions to see how much you've learned. @@ -92,6 +93,8 @@ Access our Trello here: https://trello.com/b/YwVbyUKp/green-revolution (you may We TRIED to get a [workflow](https://github.com/marketplace/actions/unity-test-runner) working to automatically test our test suite, but we just couldn't get it to work. Also I think it's actually faster to run the tests in the Unity editor anyway, so there really wasn't much of a point to a workflow. +Luckily we got a workflow working to auto-generate code documentation using docfx. + ## Coding Standards and Guidelines We will be adapting https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions .