Documented the --wait argument.

This commit is contained in:
Dyego Maas
2022-01-11 20:58:07 -03:00
parent 985e1886ac
commit 8c02ea39d2

View File

@@ -9,6 +9,10 @@
* "DONE" (indicates that the simulation can start) * "DONE" (indicates that the simulation can start)
* *
* You can find patterns to play with here: http://pi.math.cornell.edu/~lipa/mec/lesson6.html * You can find patterns to play with here: http://pi.math.cornell.edu/~lipa/mec/lesson6.html
*
* Optionally, you can run this program with the "--wait 1000" argument, the number being the time in milliseconds
* that the application will pause between each iteration. This is enables you to watch the simulation unfolding.
* By default, there is no pause between iterations.
*/ */
using System.Text; using System.Text;