A mistake or issue in the code.
What is bug?
Used to kill more than one enemy at a time.
What is cleave?
The number of enemies that you can spawn?
What is as many as you want?
The first line in your website's code.
What is <!DOCTYPE HTML>
This class.
What is Digital Ideas and Discoveries?
The language programmers use.
What is Java Script?
These carry out code depending on state on the game. It needs curly braces and a 4 space indent.
What are conditionals? (if/else)
Move Goal.
Defeat Goal.
Collect Goal.
Survive Goal.
What are the spawnable goals?
The last line in your website's coding?
What is </HTML>
The website we used when we first learned how to code.
What is Code Combat?
A way of repeating actions.
What is a loop?
When you have to decide under which condition to do each action.
Hint: Some synonyms are "If not and otherwise."
What is Else?
Examples of this include:
Potions, chests, gems...etc.
What are collectables?
The code to create a paragraph.
What is <p> </p>
The Unit where we read the article, "She's an App Maker."
What is Web Development?
Something that holds data for later.
What is a variable?
Before you use it, you must define it. You must also CALL it to use it.
What is a funtion?
Some examples of this include: skeletons, munchkin, generator, fire-thrower.
What are spawnable enemies?
You can adjust this.
The color, the font-size, font-type...etc
What is style or CSS?
The Program saved to your google drive to create websites.
What is HTML EDITEY?
Something that is true or false, usually using =, <, or >.
What is an expression?
An object representing something that happened.
What is an event?
game.addDefeatGoal();
What is the code for adding a defeat goal?
<a href = "URL"> Info </a>
What is the tag used to create a hyperlink?
The activity we did on the first day of school.
What is Two Truths and a lie?