Words Of Encouragement

kindess quote

Source:geckoandfly.com
Javascript Term Of The Week

1. Syntax : a set of rules that define the arrangement of characters to create correctly structured programs.





Yellow Belt Guidelines

CS 1 ----> GDP 1 - 12

CS 2 ----> GDP 13 - 23

Game Dev 1 ----> GDP 24 - 36

Game Dev 2 ----> GDP 37 - 43

White Belt Term Of The Week

1. Computer Program : a collection of instructions, or commands, that are executed by a computer to complete a specific task.

What is Success?
success image

Source:https://www.slickwords.com

Steps To Problem Solving

1. Are You Stuck?

2. Does Your Code Not Work?

3. Feel Like You Need Help?


Debug Guide 1

1. Is The Code In The Correct Event? Update Every Frame ...

2. Is It UPPERCASE or lowercase?

3. Is The Spelling Correct?

4. Is It A Function or Variable?
Words Of Encouragement

kindess quote

Source:https://www.geckoandfly.com
Javascript Term Of The Week

2. Parameter List : The open and closed parenthesis, ( ) , after a function name is called a parameter list.

getAverage( numArray );

It holds the data(s) given by the function call to the function definition.
Orange Belt Guidelines

CS 3 ----> GDP 1 - 3

CS 4 ----> GDP 4 - 5

Game Dev 3 ----> GDP 6 - 7



White Belt Term Of The Week

2. Computer : a machine that executes instructions or commands.


Kindness Quote Of The Week
kindess quote

Source:geckoandfly.com

Try These Steps

1. Breathe

2. Read The Steps Again

3. Check Your Code and Repeat Step 2

4. Raise Your Hand and Ask For Help
Debug Guide 2

1. Is There An Open/Closed Pair?

2. Empty Block Of Code?

3. Do You Want The Code To Repeat?

4. How Do You Check IF The Enemy Exists?