From 0352a299da24c7177d2264dd6c7181ab67eb5628 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 31 Dec 2020 11:56:30 -0500 Subject: [PATCH] links for bank quizzes --- 6-space-game/1-introduction/README.md | 4 ++-- 6-space-game/2-drawing-to-canvas/README.md | 4 ++-- 6-space-game/3-moving-elements-around/README.md | 4 ++-- 6-space-game/4-collision-detection/README.md | 4 ++-- 6-space-game/5-keeping-score/README.md | 4 ++-- 6-space-game/6-end-condition/README.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/6-space-game/1-introduction/README.md b/6-space-game/1-introduction/README.md index ed67aee1..ceb0f44e 100644 --- a/6-space-game/1-introduction/README.md +++ b/6-space-game/1-introduction/README.md @@ -4,7 +4,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/29) ### Inheritance and Composition in game development @@ -213,7 +213,7 @@ Think about how the pub-sub pattern can enhance a game. Which parts should emit ## Post-Lecture Quiz -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/30) ## Review & Self Study diff --git a/6-space-game/2-drawing-to-canvas/README.md b/6-space-game/2-drawing-to-canvas/README.md index cd064a52..0e9d7d38 100644 --- a/6-space-game/2-drawing-to-canvas/README.md +++ b/6-space-game/2-drawing-to-canvas/README.md @@ -2,7 +2,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/31) ## The Canvas @@ -205,7 +205,7 @@ You've learned about drawing with the 2D-focused Canvas API; take a look at the ## Post-Lecture Quiz -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/32) ## Review & Self Study diff --git a/6-space-game/3-moving-elements-around/README.md b/6-space-game/3-moving-elements-around/README.md index 6decf3ea..9c242936 100644 --- a/6-space-game/3-moving-elements-around/README.md +++ b/6-space-game/3-moving-elements-around/README.md @@ -2,7 +2,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/33) Games aren't much fun until you have aliens running around on screen! In this game, we will make use of two types of movements: @@ -377,7 +377,7 @@ As you can see, your code can turn into 'spaghetti code' when you start adding f ## Post-Lecture Quiz -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/34) ## Review & Self Study diff --git a/6-space-game/4-collision-detection/README.md b/6-space-game/4-collision-detection/README.md index 6431bfeb..64d13c05 100644 --- a/6-space-game/4-collision-detection/README.md +++ b/6-space-game/4-collision-detection/README.md @@ -2,7 +2,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/35) In this lesson you will learn how to shoot lasers with JavaScript! We will add two things to our game: @@ -286,7 +286,7 @@ Add an explosion! Take a look at the game assets in [the Space Art repo](../solu ## Post-Lecture Quiz -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/36) ## Review & Self Study diff --git a/6-space-game/5-keeping-score/README.md b/6-space-game/5-keeping-score/README.md index 32a671e5..e4460b29 100644 --- a/6-space-game/5-keeping-score/README.md +++ b/6-space-game/5-keeping-score/README.md @@ -2,7 +2,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/37) In this lesson, you'll learn how to add scoring to a game and calculate lives. @@ -178,7 +178,7 @@ Your code is almost complete. Can you envision your next steps? ## Post-Lecture Quiz -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/38) ## Review & Self Study diff --git a/6-space-game/6-end-condition/README.md b/6-space-game/6-end-condition/README.md index 4698d7be..83b6f867 100644 --- a/6-space-game/6-end-condition/README.md +++ b/6-space-game/6-end-condition/README.md @@ -2,7 +2,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/39) There are different ways to express and *end condition* in a game. It's up to you as the creator of the game to say why the game has ended. Here are some reasons, if we assume we are talking about the space game you have been building so far: @@ -211,7 +211,7 @@ Add a sound! Can you add a sound to enhance your game play, maybe when there's a ## Post-Lecture Quiz -[Post-lecture quiz](.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/40) ## Review & Self Study