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 @@

Level 1

Fly Trap
+
+ + +
Woof Libs
+
+
diff --git a/woof/snippets/woof-libs-step1.html b/woof/snippets/woof-libs-step1.html new file mode 100644 index 00000000..7be2d321 --- /dev/null +++ b/woof/snippets/woof-libs-step1.html @@ -0,0 +1,43 @@ + + + + + + + + Woof Libs Step 1 + + + + + + \ No newline at end of file diff --git a/woof/snippets/woof-libs-step2.html b/woof/snippets/woof-libs-step2.html new file mode 100644 index 00000000..2360c601 --- /dev/null +++ b/woof/snippets/woof-libs-step2.html @@ -0,0 +1,55 @@ + + + + + + + + Woof Libs Step 2 + + + + + + \ No newline at end of file diff --git a/woof/snippets/woof-libs-step3.html b/woof/snippets/woof-libs-step3.html new file mode 100644 index 00000000..2d33e3df --- /dev/null +++ b/woof/snippets/woof-libs-step3.html @@ -0,0 +1,62 @@ + + + + + + + Woof Libs Step 3 + + + + + + \ No newline at end of file diff --git a/woof/snippets/woof-libs-step4.html b/woof/snippets/woof-libs-step4.html new file mode 100644 index 00000000..f4f2d96b --- /dev/null +++ b/woof/snippets/woof-libs-step4.html @@ -0,0 +1,177 @@ + + + + + + + + Woof Libs Step 4 + + + + + + \ No newline at end of file diff --git a/woof/snippets/woof-libs-step5.html b/woof/snippets/woof-libs-step5.html new file mode 100644 index 00000000..45423ee4 --- /dev/null +++ b/woof/snippets/woof-libs-step5.html @@ -0,0 +1,193 @@ + + + + + + + + Woof Libs Step 5 + + + + + + \ No newline at end of file diff --git a/woof/woof-libs.html b/woof/woof-libs.html new file mode 100644 index 00000000..b4ce08b9 --- /dev/null +++ b/woof/woof-libs.html @@ -0,0 +1,32 @@ + + +

Woof Libs

+
+
+

In this project, you will create an interactive story game. Let your creativity flow!

+
Play this demo in full screen. +
+
+

1) Use shapes and a text sprite to make a button that the user will press to start the game.

+
Play this demo in full screen. +
+
+

2) Make a text sprite that displays a sentence with one or more blanks.

+
Play this demo in full screen. +
+ +
+

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.

+
Play this demo in full screen. +
+ +
+

4) Repeat that process until you have a full story.

+
Play this demo in full screen. +
+ +
+

5) Add some decorations to make your game look better.

+
Play this demo in full screen. +
+