diff --git a/woof/code/woof-libs-code.html b/woof/code/woof-libs-code.html new file mode 100644 index 00000000..b188d718 --- /dev/null +++ b/woof/code/woof-libs-code.html @@ -0,0 +1,186 @@ +
+ + + + + + \ No newline at end of file diff --git a/woof/images/woof-libs-book.png b/woof/images/woof-libs-book.png new file mode 100644 index 00000000..481c3500 Binary files /dev/null and b/woof/images/woof-libs-book.png differ diff --git a/woof/images/woof-libs-dancers.png b/woof/images/woof-libs-dancers.png new file mode 100644 index 00000000..324e42f5 Binary files /dev/null and b/woof/images/woof-libs-dancers.png differ diff --git a/woof/images/woof-libs-powerman.png b/woof/images/woof-libs-powerman.png new file mode 100644 index 00000000..82688271 Binary files /dev/null and b/woof/images/woof-libs-powerman.png differ diff --git a/woof/images/woof-libs-screenshot.png b/woof/images/woof-libs-screenshot.png new file mode 100644 index 00000000..c9ad6bd5 Binary files /dev/null and b/woof/images/woof-libs-screenshot.png differ diff --git a/woof/index.html b/woof/index.html index bedf5e27..8327e2ce 100644 --- a/woof/index.html +++ b/woof/index.html @@ -108,6 +108,12 @@
+ In this project, you will create an interactive story game. Let your creativity flow!
+1) Use shapes and a text sprite to make a button that the user will press to start the game.
+2) Make a text sprite that displays a sentence with one or more blanks.
+3) Make it so that when the button is pressed, your program asks the user to input something for the blank. Input that answer into the blanks in your sentence.
+