mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Documented the --wait argument.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user