New README ported over from CST.NET

This commit is contained in:
Tony Bark 2025-04-27 09:29:12 -04:00
parent e149e91853
commit 112d3df923
2 changed files with 36 additions and 6 deletions

View file

@ -28,8 +28,8 @@ void AllocatePoints()
else
{
points[i] = rng.Next(0, 6);
}
remainingPoints -= points[i];
}