moving out outdated js docs
This commit is contained in:
34
olddocs/js/lessons/minesweeper/quiz.md
Normal file
34
olddocs/js/lessons/minesweeper/quiz.md
Normal file
@ -0,0 +1,34 @@
|
||||
# minesweeper quiz
|
||||
|
||||
make a game to test your memory for placing a LED mine then finding the hidden LED mine.
|
||||
|
||||
## Name
|
||||
|
||||
## Directions
|
||||
|
||||
Use this activity document to guide your work in the [minesweeper tutorial](/lessons/minesweeper/tutorial).
|
||||
|
||||
Answer the questions while completing the tutorial. Pay attention to the dialogues!
|
||||
|
||||
## 1. Write the code that randomly generates a number between 0 and 4 and stores that value in a global variable called 'mine x'.
|
||||
|
||||
<br />
|
||||
|
||||
## 2. Write the code to plot the point with coordinates of (select x, select y) as shown. Your code should apply the concept of `led->plot ( , )`
|
||||
|
||||

|
||||
|
||||
<br />
|
||||
|
||||
## 3. Write the code to plot the point with coordinates of (select x, select y) as shown. Your code should apply the concept of `led->plot ( , )`
|
||||
|
||||

|
||||
|
||||
<br />
|
||||
|
||||
## 4. How do you check if a dot is one away from given x and y coordinates?
|
||||
|
||||
<br />
|
||||
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user