generated from hylandtechoutreach/book-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
707c61b
commit 30518f6
Showing
3 changed files
with
6 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,7 @@ | ||
# Warm-Up: Function Machine | ||
In JavaScript, [functions](https://javascript.info/function-basics) are a way to run a piece of code on-demand. Parameters are used as function input, and returns are used to give back an output. In math, the concept of functions is similar - often, math functions take some sort of input, and produce an output. In this warm-up, play a math-inspired function game to practice using input and output. | ||
|
||
## Function Machine | ||
[Click here to access the Function Machine game.](https://www.mathplayground.com/functionmachine.html) | ||
## Function Game | ||
[Click here to play the Function game.](https://embed.mangahigh.com/bubblefunction?locale=en-us&guestMode=false) | ||
|
||
The goal is to figure out the "code" for a math function based on its input and output. | ||
|
||
- Start with the **Beginner** mode, then move onto the **Advanced** | ||
- Click **Instructions** in the upper right to see some detailed instructions | ||
- Choose a difficulty with the numbers in the **Choose an Activity Level** box at the bottom | ||
- Try to figure out the **Advanced Level 3** - that's the hardest one! | ||
|
||
## Additional Games | ||
There are some additional math/code games that are not directly related to the concept of functions, but feel free to try them out: | ||
|
||
- [Follow the Code](https://www.mathplayground.com/follow_the_code.html) | ||
- [Equation Creations - Drawing with Math](https://www.mathplayground.com/equation_creations.html) | ||
- [Candy Challenge - Algebra](https://www.mathplayground.com/candy_challenge_game.html) | ||
- [Slyers](https://www.mathplayground.com/logic_slydrs.html) | ||
The goal is to use the proper function to match the input bubbles to the bubbles on the field already. Good luck! |