diff --git a/projects/snow/README.md b/projects/snow/README.md index 2999a91..34a7c60 100644 --- a/projects/snow/README.md +++ b/projects/snow/README.md @@ -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()` diff --git a/projects/snow/README.pdf b/projects/snow/README.pdf new file mode 100644 index 0000000..bdaa734 Binary files /dev/null and b/projects/snow/README.pdf differ