first pdf

This commit is contained in:
Perry Kivolowitz 2023-01-16 18:02:22 -06:00
parent 034750e71c
commit 3c71c62480
2 changed files with 2 additions and 1 deletions

View file

@ -89,7 +89,8 @@ If the particle's `line` exceeds 24, the particle is `Reset()`.
To draw a particle, `Move()` to its location then print a "\*" all
without emitting a new line. Before printing the "\*", check to ensure
both the `line` and `column` are within the boundaries of the default
terminal window (i.e. 1 ≤ line ≤ 24 and 1 ≤ column ≤ 80).
terminal window (i.e. line betweeb 1 and 24 and also column
between 1 and 80).
If the particle's position is outside this range, don't print anything.
### `Reset()`

BIN
projects/snow/README.pdf Normal file

Binary file not shown.