Final edits and image sizing for csintro.

This commit is contained in:
ganicke
2017-08-09 17:28:43 -07:00
parent b73a5e59e0
commit b2d7682998
62 changed files with 132 additions and 52 deletions

View File

@ -9,11 +9,11 @@ Normally, if a show was running, or if someone was actively using the computer,
Your task is to create:
1. A "screen saver" animation using the plot/unplot blocks. You can fill the screen line by line, pausing between each one, or fill it with a random constellation of stars.
* A "screen saver" animation using the plot/unplot blocks. You can fill the screen line by line, pausing between each one, or fill it with a random constellation of stars.
>-- OR --
1. A game that uses sprites to manage the x and y coordinate values of the different objects.
* A game that uses sprites to manage the x and y coordinate values of the different objects.
Your project might use variables to store the values of sprites, which are special structures that contain an x and a y coordinate together that describe the sprite's location as one LED on the screen.